Berenger Bramas - Inria - berenger.bramas@inria.fr
This project is a small library that provides fast functions to sort arrays of int or double or int[2] using AVX-512. A paper describes the different strategies and has been published in International Journal of Advanced Computer Science and Applications(IJACSA), Volume 8 Issue 10, 2017 http://thesai.org/Publications/ViewPaper?Volume=8&Issue=10&Code=IJACSA&SerialNo=44 and a draft is also available here https://arxiv.org/abs/1704.08579 for the KNL (older report). If you use this software, we would appreciate that you cite the related IJACSA paper.
The branch paper contains some not very clean files that were used for benchmarks,
wherease the current master branch provides an header only library:
Note that the official repository is https://gitlab.inria.fr/bramas/avx-512-sort
There is a version of this algorithm for ARM SVE here https://gitlab.inria.fr/bramas/arm-sve-sort
Use "-march=native -mtune=native" if you are already on the right platform ("native can be replaced by "knl" or "skylake")
In case you want to use the parallel sort, you need to add the flag:
Anyone can test the code without having a KNL by using the Intel SDE
Please checkout the branch "feature/counters" to have access to counters.
9 commits
C++
100.0%
Berenger Bramas - Inria - berenger.bramas@inria.fr
This project is a small library that provides fast functions to sort arrays of int or double or int[2] using AVX-512. A paper describes the different strategies and has been published in International Journal of Advanced Computer Science and Applications(IJACSA), Volume 8 Issue 10, 2017 http://thesai.org/Publications/ViewPaper?Volume=8&Issue=10&Code=IJACSA&SerialNo=44 and a draft is also available here https://arxiv.org/abs/1704.08579 for the KNL (older report). If you use this software, we would appreciate that you cite the related IJACSA paper.
The branch paper contains some not very clean files that were used for benchmarks,
wherease the current master branch provides an header only library:
Note that the official repository is https://gitlab.inria.fr/bramas/avx-512-sort
There is a version of this algorithm for ARM SVE here https://gitlab.inria.fr/bramas/arm-sve-sort
Use "-march=native -mtune=native" if you are already on the right platform ("native can be replaced by "knl" or "skylake")
In case you want to use the parallel sort, you need to add the flag:
Anyone can test the code without having a KNL by using the Intel SDE
Please checkout the branch "feature/counters" to have access to counters.
9 commits
C++
100.0%