ufukomer/cuda-radix-sort

It is not a sorting alghorithm for the whole vector with size "Vector size"

MrKozelberg opened this issue · 0 comments

You name "Vector size" a thing that is not a vector size. It is just a size of a vector that you divide into parts with size 32 each and sort only these parts not the whole vector!