toor1245 / MatrixDotNet

Powerful .NET library for calculating matrix
https://toor1245.github.io/MatrixDotNet/
MIT License
10 stars 3 forks source link

Implement bitonic sort for vector with happen SIMD #80

Open toor1245 opened 3 years ago

toor1245 commented 3 years ago

Need implement bitonic sort for vector via AVX2. and make benchmark which will be comparing Array.Sort and Simd.Sort