Commit 246abe2
File tree
Expand file treeCollapse file tree
4 files changed
+4
-3
lines changedFilter options
- numpy/_core/src
- npysort
- tools/ci
- vendored-meson
Expand file treeCollapse file tree
4 files changed
+4
-3
lines changednumpy/_core/src/highway
Copy file name to clipboardnumpy/_core/src/npysort/x86-simd-sort
Copy file name to clipboardSubmodule x86-simd-sort updated 70 files
- .github/workflows/build-numpy.yml+10-14
- .github/workflows/c-cpp.yml+8-89
- .github/workflows/linting.yml-26
- .github/workflows/scorecard.yml-74
- Makefile+4-20
- README.md+16-100
- SECURITY.md-13
- _clang-format
- benchmarks/bench-argsort.hpp-17
- benchmarks/bench-ipp.cpp+3-6
- benchmarks/bench-keyvalue.hpp+1-2
- benchmarks/bench-objsort.hpp+20-19
- benchmarks/bench-qsort.hpp-39
- benchmarks/bench-vqsort.cpp+1-2
- benchmarks/bench.h+9-6
- examples/Makefile+18-12
- examples/avx2-32bit-qsort.cpp+10
- examples/avx512-16bit-qsort.cpp+10
- examples/avx512-32bit-qsort.cpp+10
- examples/avx512-64bit-qsort.cpp+10
- examples/avx512-argsort.cpp+9
- examples/avx512-kv.cpp+13-14
- examples/avx512fp-16bit-qsort.cpp+10
- examples/icl-16bit.cpp-11
- examples/skx-avx2.cpp-19
- examples/spr-16bit.cpp-11
- lib/meson.build+2-8
- lib/x86simdsort-avx2.cpp+15-64
- lib/x86simdsort-icl.cpp+13-29
- lib/x86simdsort-internal.h+24-111
- lib/x86simdsort-scalar.h+41-87
- lib/x86simdsort-skx.cpp+36-46
- lib/x86simdsort-spr.cpp+7-15
- lib/x86simdsort.cpp+46-99
- lib/x86simdsort.h+21-43
- meson.build+3-4
- meson_options.txt+2-4
- misc/bench-simdobjsort.txt-353
- misc/object_qsort-perf.jpg
- misc/simd-objsort.ipynb-210
- scripts/branch-compare.sh+1-1
- src/README.md+10-10
- src/avx2-32bit-half.hpp+1
- src/avx2-32bit-qsort.hpp+7-54
- src/avx2-64bit-qsort.hpp+12-48
- src/avx2-emu-funcs.hpp+1
- src/avx512-16bit-common.h+2
- src/avx512-16bit-qsort.hpp+19-87
- src/avx512-32bit-qsort.hpp+3-25
- src/avx512-64bit-common.h+5-132
- src/avx512-64bit-keyvaluesort.hpp+56-336
- src/avx512-64bit-qsort.hpp+1
- src/avx512fp16-16bit-qsort.hpp+40-26
- src/x86simdsort-static-incl.h-190
- src/xss-common-argsort.h+67-41
- src/xss-common-comparators.hpp-127
- src/xss-common-includes.h+1-7
- src/xss-common-qsort.h+134-234
- src/xss-network-keyvaluesort.hpp+67-106
- src/xss-network-qsort.hpp+31-57
- src/xss-optimal-networks.hpp+300-308
- src/xss-pivot-selection.hpp-177
- tests/meson.build+10-7
- tests/test-keyvalue.cpp+8-329
- tests/test-objqsort.cpp-76
- tests/test-qsort-common.h+5-15
- tests/test-qsort.cpp+14-120
- utils/custom-compare.h+4-9
- utils/custom-float.h+6-5
- utils/rand_array.h+29-25
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
|
vendored-meson/meson
Copy file name to clipboardSubmodule meson updated 1031 files
0 commit comments