File tree
14 files changed
+329
-208
lines changed- backends
- cadence
- aot
- utils
- vulkan/test/op_tests
- xnnpack/third-party
- extension/apple/ExecuTorch
- Exported
- __tests__
- kernels
- aten
- portable
- cpu
- test
- shim_et/xplat/executorch/kernels/portable
14 files changed
+329
-208
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
939 | 939 |
| |
940 | 940 |
| |
941 | 941 |
| |
942 |
| - | |
943 |
| - | |
| 942 | + | |
| 943 | + | |
944 | 944 |
| |
945 | 945 |
| |
946 | 946 |
| |
|
Lines changed: 32 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
| 23 | + | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
45 | 56 |
| |
46 |
| - | |
| 57 | + | |
47 | 58 |
| |
48 | 59 |
| |
49 | 60 |
| |
| |||
52 | 63 |
| |
53 | 64 |
| |
54 | 65 |
| |
55 |
| - | |
| 66 | + | |
56 | 67 |
| |
57 | 68 |
| |
58 | 69 |
| |
| |||
63 | 74 |
| |
64 | 75 |
| |
65 | 76 |
| |
66 |
| - | |
| 77 | + | |
67 | 78 |
| |
68 | 79 |
| |
69 | 80 |
| |
70 | 81 |
| |
71 | 82 |
| |
72 | 83 |
| |
73 |
| - | |
| 84 | + | |
74 | 85 |
| |
75 | 86 |
| |
76 | 87 |
| |
77 | 88 |
| |
78 | 89 |
| |
79 | 90 |
| |
80 | 91 |
| |
81 |
| - | |
| 92 | + | |
82 | 93 |
| |
83 | 94 |
| |
84 | 95 |
| |
85 | 96 |
| |
86 | 97 |
| |
87 | 98 |
| |
88 | 99 |
| |
89 |
| - | |
| 100 | + | |
90 | 101 |
| |
91 | 102 |
| |
92 | 103 |
| |
93 | 104 |
| |
94 |
| - | |
| 105 | + | |
95 | 106 |
| |
96 | 107 |
| |
97 | 108 |
| |
| |||
107 | 118 |
| |
108 | 119 |
| |
109 | 120 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 | 121 |
| |
114 | 122 |
| |
115 | 123 |
| |
| |||
142 | 150 |
| |
143 | 151 |
| |
144 | 152 |
| |
145 |
| - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
146 | 156 |
| |
147 | 157 |
| |
148 | 158 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1147 | 1147 |
| |
1148 | 1148 |
| |
1149 | 1149 |
| |
| 1150 | + | |
1150 | 1151 |
| |
1151 | 1152 |
| |
1152 | 1153 |
| |
|
- .github/workflows/build.yml+9-9
- CMakeLists.txt+2-1
- include/cpuinfo.h+48
- libcpuinfo.pc.in+1-1
- src/arm/api.h+18-11
- src/arm/cache.c+2-1
- src/arm/linux/aarch32-isa.c+2
- src/arm/linux/aarch64-isa.c+17
- src/arm/linux/chipset.c+76
- src/arm/mach/init.c+91-5
- src/arm/midr.h+6
- src/arm/uarch.c+5-2
- src/arm/windows/init-by-logical-sys-info.c+8-5
- src/arm/windows/init.c+95-92
- src/arm/windows/windows-arm-init.h-18
- src/riscv/linux/riscv-hw.c+1-1
- src/x86/isa.c+14
- src/x86/linux/cpuinfo.c+3-7
- src/x86/uarch.c+2
- test/build.prop/astro_55r.log+31
- test/cpuinfo/astro-55r.log+43
- test/name/proc-cpuinfo-hardware.cc+5
- tools/cpu-info.c+20
- tools/cpuid-dump.c+9
- tools/isa-info.c+5
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
| 179 | + | |
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
|
0 commit comments