-
Notifications
You must be signed in to change notification settings - Fork 97
Suffix Array test fails on testrig --all (Win7 x64, sm_21, CUDA 6.5) #148
Copy link
Copy link
Open
Description
Windows 7 x64. Driver version 340.46. CUDA 6.5 RC.
When I run the test standalone, it passes
NVS 4200M; global mem: 1073741824B; compute v2.1; clock: 1620000 kHz
Driver API: 6050; driver version: 6050; runtime version: 6050
Running a Suffix Array test of 4194304 uchar nodes
test PASSED
When I run cudpp_testrig.exe -all -iterations=1, it fails:
Running a Suffix Array test of 4194304 uchar nodes
test PASSED
Average execution time: 983.660339 ms
Running a Suffix Array test of 8388608 uchar nodes
cudpp_testrig.exe : ERROR, i = 0, 7647382 / 6306052 (reference / data)
At line:1 char:20
+ .\cudpp_testrig.exe <<<< -all -iterations=1 > testrig_debug_all.txt 2>&1
+ CategoryInfo : NotSpecified: (ERROR, i = 0, ...ference / dat
a) :String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
ERROR, i = 1, 6480078 / 4194306 (reference / data)
...
...
Cuda error: freeSaStorage in file 'C:/src/cudpp_temp/cudpp/src/cudpp/app/sa_app
.cu' in line 359 : invalid configuration argument.
test FAILED
Average execution time: 1666.174805 ms
Reactions are currently unavailable