What was the last version in SVN that was working?
I don't know...
In fact I have already discovered the bug there is a long time. And... due to a bug in the "numbers" generator I have miss it !
So, if you want to compare, first, we have to update the benchmark.cpp with the last one !
I have just discovered that all the sort-algorithms failed with :
8,16,24,32 bits sort but not with 4,12,20,28 !!!!! strange !!
At first, I was suspecting that I was not correctly generating the random values !
But I think that the last version is correct !
Regards
Krys
The problem is that this sort algorithm is not OpenCL based and cannot sort based on a radix parameter !!
Krys