Skip to content

A small experimental sorting library that sorts using an AVX-512 implementation of bitwise radix sort.

License

Notifications You must be signed in to change notification settings

ti-uni-bielefeld/SIMDRadixSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitwise MSB Radix Sort on AVX-512

A small experimental sorting library that sorts using an AVX-512 implementation of bitwise radix sort.

Accompanying code to the technical report "Bitwise MSB Radix Sort on AVX-512".

Compiling

To compiler the test program, simply run make in the root directory. Running make clean will remove the compiled binaries.

License

This software is distributed based on a specific license agreement, please see the file LICENSE.md.