-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult.txt
More file actions
97 lines (78 loc) · 2.36 KB
/
result.txt
File metadata and controls
97 lines (78 loc) · 2.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Running main() from /mnt/work/codelab/AnTrans-RI/build/_deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from SearchTest
[ RUN ] SearchTest.searchtest_once
[ OK ] SearchTest.searchtest_once (0 ms)
[ RUN ] SearchTest.searchtest_backtrace
case in bx1: 1
{{a0 a1 a2 },{a0 b0 },{a1 b1 },{b0 b1 b2 },}
{2TN 2TN 2R1NN }
case in bx1: 2
{{a0 a1 a2 },{a1 b0 },{a0 b1 },{b0 b1 b2 },}
{32TN 2TN 2R1NN }
case in bx1: 3
{{a0 a1 a2 },{a0 b0 },{a2 b1 },{b0 b1 b2 },}
{2TN 32TN 2R1NN }
case in bx1: 4
{{a0 a1 a2 },{a2 b0 },{a0 b1 },{b0 b1 b2 },}
{1NN 2TN 2R1NN }
case in bx1: 5
{{a0 a1 a2 },{a2 b1 },{a1 b0 },{b0 b1 b2 },}
{R1TT R1TT 1R1TN }
case in bx1: 6
{{a0 a1 a2 },{a2 b0 },{a1 b1 },{b0 b1 b2 },}
{1NN 32TN 2R1NN }
case in bx2:1
{{a0 a1 a2 },{a0 b0 },{a1 b2 },{b0 b1 b2 },}
{2TN 2TN 2R32NT }
min times of tensor3_transpose: 1
case in bx2:2
{{a0 a1 a2 },{a0 b1 },{a1 b2 },{b0 b1 b2 },}
{2TN 2TN 2R2NT }
min times of tensor3_transpose: 0
case in bx2:3
{{a0 a1 a2 },{a1 b0 },{a0 b2 },{b0 b1 b2 },}
{32TN 2TN 2R32NT }
min times of tensor3_transpose: 2
case in bx2:4
{{a0 a1 a2 },{a1 b1 },{a0 b2 },{b0 b1 b2 },}
{32TN 2TN 2R2NT }
min times of tensor3_transpose: 1
case in bx2:5
{{a0 a1 a2 },{a0 b0 },{a2 b2 },{b0 b1 b2 },}
{2TN 32TN 2R32NT }
min times of tensor3_transpose: 2
case in bx2:6
{{a0 a1 a2 },{a0 b1 },{a2 b2 },{b0 b1 b2 },}
{2TN 32TN 2R2NT }
min times of tensor3_transpose: 1
case in bx2:7
{{a0 a1 a2 },{a2 b0 },{a0 b2 },{b0 b1 b2 },}
{1NN 2TN 2R32NT }
min times of tensor3_transpose: 1
case in bx2:8
{{a0 a1 a2 },{a2 b1 },{a0 b2 },{b0 b1 b2 },}
{1NN 2TN 2R2NT }
min times of tensor3_transpose: 0
case in bx2:9
{{a0 a1 a2 },{a1 b0 },{a2 b2 },{b0 b1 b2 },}
{32TN 32TN 2R32NT }
min times of tensor3_transpose: 3
case in bx2:10
{{a0 a1 a2 },{a1 b1 },{a2 b2 },{b0 b1 b2 },}
{32TN 32TN 2R2NT }
min times of tensor3_transpose: 2
case in bx2:11
{{a0 a1 a2 },{a2 b0 },{a1 b2 },{b0 b1 b2 },}
{1NN 32TN 2R32NT }
min times of tensor3_transpose: 2
case in bx2:12
{{a0 a1 a2 },{a2 b1 },{a1 b2 },{b0 b1 b2 },}
{1NN 32TN 2R2NT }
min times of tensor3_transpose: 1
[ OK ] SearchTest.searchtest_backtrace (3 ms)
[----------] 2 tests from SearchTest (4 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (4 ms total)
[ PASSED ] 2 tests.