Intel Releases x86-simd-sort 6.0 For Speedy AVX2/AVX-512 Sorting, PyTorch Now Using It
The x86-simd-sort project from Intel has been an interesting open-source software effort for much faster number sorting by using AVX-512. There's been lightning fast number sorting with AVX-512 and AVX2 code paths also added to broaden the appeal in helping CPUs without AVX-512. Projects like Numpy have been making use of this library while today x86-simd-sort 6.0 was released and also comes a few days after PyTorch has begun using this library too...