lion03 / thrust

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

fix TestPermutationIteratorWithCountingIteratorHost #274

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Note that the error does not occur when compiling with -O2.  Use the following 
to demonstrate the problem on a 64-bit host:

$ scons mode=debug permutation_iterator.o testframework.o && nvcc -o tester 
permutation_iterator.o testframework.o
$ ./tester 
Running 14 unit tests.
.............F
================================================================
FAILURE: TestPermutationIteratorWithCountingIteratorHost
[permutation_iterator.cu:312] values are not equal: 14603 0 [type='short']
================================================================
Totals: 1 failures, 0 known failures and 0 errors

Original issue reported on code.google.com by wnbell on 10 Nov 2010 at 2:04

GoogleCodeExporter commented 8 years ago
Related bugs reported by Andrew Corrigan:
http://groups.google.com/group/thrust-users/msg/1a6cccd50b67ce46

Original comment by wnbell on 10 Nov 2010 at 3:47

GoogleCodeExporter commented 8 years ago
This issue was closed by revision f3b235f558.

Original comment by jaredhoberock on 10 Nov 2010 at 11:46