Commit 79b799d
authored
This reverts commit 4b674be.
It breaks Windows jobs - they hang now. Revert while I debug. Possibly
related to the pthreadpool change to google/pthreadpool as I saw
something similar when I tested w/ PyTorch core CI (it's not landed
there yet as a result).
1 parent f61350b commit 79b799d
6 files changed
Lines changed: 5 additions & 22 deletions
File tree
- .ci/scripts
- backends/xnnpack
- third-party
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | 163 | | |
168 | 164 | | |
169 | 165 | | |
| |||
Submodule XNNPACK updated 2893 files
- .bazelrc+1
- .gitignore-4
- BUILD.bazel+103-150
- CMakeLists.txt+2-2
- MODULE.bazel+1-7
- README.md+8-10
- WORKSPACE.bazel+1
- bench/get-current.cc+8-8
- bench/init.cc+2-2
- cmake/DownloadGoogleBenchmark.cmake+3-3
- cmake/DownloadGoogleTest.cmake+3-3
- deps/clog/BUILD.bazel+7-8
- deps/clog/CMakeLists.txt+1-1
- include/cpuinfo.h+1-28
- src/arm/linux/aarch32-isa.c+2-3
- src/arm/linux/chipset.c+17-101
- src/arm/mach/init.c+67-76
- src/arm/midr.h-4
- src/arm/uarch.c-31
- src/arm/windows/init-by-logical-sys-info.c+7
- src/arm/windows/init.c+16-62
- src/arm/windows/windows-arm-init.h-60
- src/x86/api.h-1
- src/x86/cache/init.c+1-1
- src/x86/init.c+1-1
- src/x86/name.c-2
- src/x86/uarch.c+1-15
- test/name/proc-cpuinfo-hardware.cc-1
- test/name/ro-product-board.cc-4
- tools/cpu-info.c-30
- tools/isa-info.c-5
Submodule pthreadpool updated 21 files
- .github/workflows/build.yml+6-24
- BUILD.bazel+78-35
- CMakeLists.txt+20-10
- MODULE.bazel+10-10
- WORKSPACE+4-10
- cmake/DownloadGoogleTest.cmake+2-2
- include/pthreadpool.h+68-262
- src/fastpath.c+140-169
- src/gcd.c+148
- src/legacy-api.c+35-25
- src/memory.c+5
- src/portable-api.c+407-434
- src/pthreads.c+293-618
- src/shim.c+196-140
- src/threadpool-atomics.h+1-197
- src/threadpool-common.h+27-4
- src/threadpool-object.h+123-127
- src/windows.c+392
- test/pthreadpool-cxx.cc+100-202
- test/pthreadpool.cc+565-1.1k
- test/pthreadpool_v2.cc-11.2k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | | - | |
47 | | - | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
1042 | 1039 | | |
1043 | 1040 | | |
1044 | 1041 | | |
1045 | | - | |
| 1042 | + | |
1046 | 1043 | | |
1047 | 1044 | | |
1048 | 1045 | | |
| |||
1071 | 1068 | | |
1072 | 1069 | | |
1073 | 1070 | | |
1074 | | - | |
1075 | 1071 | | |
1076 | 1072 | | |
1077 | 1073 | | |
| |||
1176 | 1172 | | |
1177 | 1173 | | |
1178 | 1174 | | |
1179 | | - | |
1180 | | - | |
1181 | | - | |
1182 | | - | |
1183 | | - | |
1184 | | - | |
1185 | | - | |
1186 | | - | |
1187 | 1175 | | |
1188 | 1176 | | |
1189 | 1177 | | |
| |||
0 commit comments