xiaotaiye / cusp-library

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

TestComplexDouble fails for arch=sm_10 #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$ cd testing
$ scons        # arch=sm_10 is the default
$ ./tester     # Tesla C2050, CUDA 3.1, Linux & Windows

================================================================
FAILURE: TestComplexDouble
[complex.cu:452] values are not approximately equal: 1.41894 5.38788e-315 [type=
'double']
================================================================

This test should probably just be disabled when arch=sm_10, since sm_13 is 
required for double support.  The code appears to be trying to do that, but it 
is unsuccessful.

Original issue reported on code.google.com by mjgarl...@gmail.com on 26 Oct 2010 at 4:15

GoogleCodeExporter commented 8 years ago
The following patch should fix this issue.
There was a test missing for the compiled architecture used.

Original comment by filipe.c...@gmail.com on 9 Nov 2010 at 7:25

Attachments:

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

Original comment by mjgarl...@gmail.com on 9 Nov 2010 at 3:53