zclfly / back40computing

Automatically exported from code.google.com/p/back40computing
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

EarlyExitRadixSortingEnactor bug #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following code that uses v270 (compiled under Windows 7) works fine with 
SM20, but not with SM12:
http://encode.ru/attachment.php?attachmentid=1488&d=1297084367

Replacing
EarlyExitRadixSortingEnactor<K, V> sorting_enactor;
with
SingleGridRadixSortingEnactor<K, V> sorting_enactor;
solves the problem

inikep@gmail.com

Original issue reported on code.google.com by ini...@gmail.com on 9 Feb 2011 at 11:54

GoogleCodeExporter commented 9 years ago
I've tried v328 and the problem is solved

Original comment by ini...@gmail.com on 1 Mar 2011 at 5:01