Commit a54cf5b
add size and rank of nightly facto (#7962)
Summary:
x1.3 scale number of testcases (10-40 cases per op). The hardcoded numbers (size, rank, etc) are defined by statistics from test_aten_ops.py. For most ops the inputs have 1~4 dims, 1~512 of each size, -16.0~16.0 of each value. Dtype is any of float and int expecte 64 bits.
Reviewed By: hsharma35
Differential Revision: D686909631 parent ea9058e commit a54cf5b
File tree
2 files changed
+16
-38
lines changed- backends/cadence/fusion_g3/operators
- examples/cadence/operators
2 files changed
+16
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 21 | + | |
29 | 22 | | |
30 | 23 | | |
31 | 24 | | |
32 | | - | |
33 | | - | |
| 25 | + | |
34 | 26 | | |
35 | 27 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 28 | + | |
44 | 29 | | |
45 | 30 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
57 | 34 | | |
58 | 35 | | |
59 | 36 | | |
60 | 37 | | |
61 | 38 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 39 | + | |
65 | 40 | | |
66 | 41 | | |
67 | 42 | | |
68 | 43 | | |
69 | | - | |
70 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
71 | 48 | | |
72 | 49 | | |
| 50 | + | |
73 | 51 | | |
74 | 52 | | |
75 | 53 | | |
| |||
0 commit comments