Commit 9c5af4b
committed
Test google/pthreadpool fix
1 parent e84a418 commit 9c5af4b
7 files changed
Lines changed: 23 additions & 6 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 | | - | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
| |||
Submodule XNNPACK updated 2893 files
- .bazelrc-1
- .gitignore+4
- BUILD.bazel+150-103
- CMakeLists.txt+2-2
- MODULE.bazel+7-1
- README.md+10-8
- 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+8-7
- deps/clog/CMakeLists.txt+1-1
- include/cpuinfo.h+28-1
- src/arm/linux/aarch32-isa.c+3-2
- src/arm/linux/chipset.c+101-17
- src/arm/mach/init.c+76-67
- 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+62-16
- 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+15-1
- 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 22 files
- .github/workflows/build.yml+24-6
- BUILD.bazel+44-78
- CMakeLists.txt+10-20
- MODULE.bazel+10-10
- WORKSPACE+10-4
- cmake/DownloadGoogleTest.cmake+2-2
- include/pthreadpool.h+262-68
- src/fastpath.c+169-140
- src/gcd.c-148
- src/legacy-api.c+25-35
- src/memory.c-5
- src/portable-api.c+435-408
- src/pthreads.c+618-293
- src/shim.c+140-196
- src/threadpool-atomics.h+199-3
- src/threadpool-common.h+4-27
- src/threadpool-object.h+127-123
- src/threadpool-utils.h+2-2
- src/windows.c-392
- test/pthreadpool-cxx.cc+202-100
- test/pthreadpool.cc+1.1k-565
- test/pthreadpool_v2.cc+11.2k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
1039 | 1042 | | |
1040 | 1043 | | |
1041 | 1044 | | |
1042 | | - | |
| 1045 | + | |
1043 | 1046 | | |
1044 | 1047 | | |
1045 | 1048 | | |
| |||
1068 | 1071 | | |
1069 | 1072 | | |
1070 | 1073 | | |
| 1074 | + | |
1071 | 1075 | | |
1072 | 1076 | | |
1073 | 1077 | | |
| |||
1172 | 1176 | | |
1173 | 1177 | | |
1174 | 1178 | | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
1175 | 1187 | | |
1176 | 1188 | | |
1177 | 1189 | | |
| |||
0 commit comments