File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ gets more complicated. Sorting by Euclidean distance can be up-to 10x faster.
182
182
## Downstream projects using x86-simd-sort
183
183
184
184
- NumPy uses this as a [submodule](https://github.com/numpy/numpy/pull/22315) to accelerate `np.sort, np.argsort, np.partition and np.argpartition`.
185
+ - PyTorch uses this as a [submodule](https://github.com/pytorch/pytorch/pull/127936) to accelerate `torch.sort, torch.argsort`.
185
186
- A slightly modifed version this library has been integrated into [openJDK](https://github.com/openjdk/jdk/pull/14227).
186
187
- [GRAPE](https://github.com/alibaba/libgrape-lite.git): C++ library for parallel graph processing.
187
188
- AVX-512 version of the key-value sort has been submitted to [Oceanbase](https://github.com/oceanbase/oceanbase/pull/1325).
Original file line number Diff line number Diff line change 1
1
project (' x86-simd-sort' , ' cpp' ,
2
- version : ' 5 .0.x' ,
2
+ version : ' 6 .0.x' ,
3
3
license : ' BSD 3-clause' ,
4
4
default_options : [' cpp_std=c++17' ])
5
5
fs = import (' fs' )
You can’t perform that action at this time.
0 commit comments