allendaicool / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

Bug in radix_sort in SVN release #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello !

I'm trying to sort data using a radix sort, and I experience a bug, i.e.
the data are not always sorted.

On the opposite, when I use a merge sort, everytinhg is ok.

Moreover, when I use this code with the 1.0 release of thrust, the radix
sort seems to work.

You'll find enclosed a small code.

P.S. : I'm using a nvidia geforce 8800 with cuda2.3 under linux.

Original issue reported on code.google.com by guillaum...@gmail.com on 18 Aug 2009 at 8:37

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report!

I suspect this is due to a bug in scan() that is known to appear on G80-based 
devices
(like the GeForce 8800).  Anyway, we'll have a fix for you soon.

Original comment by wnbell on 18 Aug 2009 at 3:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please try r356 let us know if the problem still exists.

Original comment by wnbell on 21 Aug 2009 at 3:36

GoogleCodeExporter commented 9 years ago
No update from reporter, assuming fixed in r356.

Original comment by wnbell on 9 Sep 2009 at 10:43