Commit 25d26e5
File tree
Expand file treeCollapse file tree
7 files changed
+53
-5
lines changedFilter options
- .github/workflows
- doc/release/upcoming_changes
- numpy/_core
- src/npysort
- tests
Expand file treeCollapse file tree
7 files changed
+53
-5
lines changed.github/workflows/linux_simd.yml
Copy file name to clipboardExpand all lines: .github/workflows/linux_simd.yml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
| ||
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
266 |
| - |
| 266 | + |
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
|
doc/release/upcoming_changes/28619.highlight.rst
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
doc/release/upcoming_changes/28619.performance.rst
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
|
+20-2Lines changed: 20 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
131 | 146 |
|
132 | 147 |
|
133 | 148 |
|
| ||
867 | 882 |
|
868 | 883 |
|
869 | 884 |
|
| 885 | + |
| 886 | + |
| 887 | + |
870 | 888 |
|
871 | 889 |
|
872 | 890 |
|
873 | 891 |
|
874 | 892 |
|
875 |
| - |
| 893 | + |
876 | 894 |
|
877 | 895 |
|
878 | 896 |
|
| ||
1286 | 1304 |
|
1287 | 1305 |
|
1288 | 1306 |
|
1289 |
| - |
| 1307 | + |
1290 | 1308 |
|
1291 | 1309 |
|
1292 | 1310 |
|
|
numpy/_core/src/npysort/x86-simd-sort
Copy file name to clipboardSubmodule x86-simd-sort updated 34 files
- .github/workflows/build-numpy.yml+2-2
- .github/workflows/c-cpp.yml+83-10
- .github/workflows/linting.yml+1-1
- .github/workflows/scorecard.yml+4-4
- Makefile+8
- README.md+4-12
- benchmarks/bench-objsort.hpp+3-3
- example.c+87
- lib/meson.build+2-2
- lib/x86simdsort.cpp+45-1
- meson.build+21-3
- meson_options.txt+6
- src/README.md+22-20
- src/avx2-32bit-half.hpp+45-37
- src/avx2-32bit-qsort.hpp+6-51
- src/avx2-64bit-qsort.hpp+16-31
- src/avx512-16bit-common.h+8-91
- src/avx512-16bit-qsort.hpp+19-20
- src/avx512-32bit-qsort.hpp+6-72
- src/avx512-64bit-common.h+26-48
- src/avx512fp16-16bit-qsort.hpp+3-7
- src/xss-common-argsort.h+171-86
- src/xss-common-includes.h+13-16
- src/xss-common-keyvaluesort.hpp+114-28
- src/xss-common-qsort.h+86-6
- src/xss-network-keyvaluesort.hpp+8-281
- src/xss-pivot-selection.hpp-5
- src/xss-reg-networks.hpp+443
- tests/meson.build+17
- tests/test-keyvalue.cpp+71-32
- tests/test-objqsort.cpp+1-1
- tests/test-qsort-common.h+7
- tests/test-qsort.cpp+73-38
- utils/rand_array.h+23-2
numpy/_core/tests/test_multiarray.py
Copy file name to clipboardExpand all lines: numpy/_core/tests/test_multiarray.py+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10329 | 10329 |
|
10330 | 10330 |
|
10331 | 10331 |
|
| 10332 | + |
| 10333 | + |
| 10334 | + |
| 10335 | + |
| 10336 | + |
| 10337 | + |
| 10338 | + |
| 10339 | + |
| 10340 | + |
| 10341 | + |
| 10342 | + |
| 10343 | + |
| 10344 | + |
| 10345 | + |
| 10346 | + |
10332 | 10347 |
|
10333 | 10348 |
|
10334 | 10349 |
|
|
0 commit comments