xiaotaiye / cusp-library

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

COO generic SpMV unit test fails for arch=sm_20 #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On WinXP, CUDA 3.2, MSVC 2005.

The error does not appear for arch=sm_10 or arch=sm_13.

$ cd testing
$ scons arch=sm_20
$ ./tester
Running 399 unit tests.
................................................................................
.....................................F..........................................
....................KK..........................................................
................................................................................
...............................................................................
================================================================
FAILURE: TestCooGeneralizedSpMV
[generalized_spmv.cu:140] Sequences are not equal [type='float']
--------------------------------
  [13220] 0  -1
--------------------------------
Sequences differ at 1 of 13221 positions

================================================================
KNOWN FAILURE: TestDirectInterpolationDevice
[classical_amg.cu:238]
================================================================
KNOWN FAILURE: TestDirectInterpolationHost
[classical_amg.cu:238]
================================================================
Totals: 1 failures, 2 known failures and 0 errors

Original issue reported on code.google.com by mjgarl...@gmail.com on 3 Dec 2010 at 8:08