You are viewing a single comment's thread from:
RE: Sort: implementation of sorting algorithms in C and CUDA
The fastest sorting algorithm for CUDA I know of is radix sort.
It is included in the CUDA unbound library.
The fastest sorting algorithm for CUDA I know of is radix sort.
It is included in the CUDA unbound library.