Closed d-meiser closed 9 years ago
Yap, this is known and was introduced in this commit: https://github.com/viennacl/viennacl-dev/commit/84dfe7a847f9b2dc0802071f3ffbde202a4a7893 We're trying to fix this...
Cool, thanks.
The GEMM issues should be fixed in: f9b5e24bb58. I also have some failures with sparse-opencl on my nvidia laptop. I've had this bug for a very long time, so I don't close the issue until it is resolved!
Great. Thanks for the update.
Hi Dominic, these tests should now all succeed. Could you please let me know if this works for you? Thanks!
Hi Karl,
With commit 65224e30ba929 the qr_method-opencl
test is failing (all others pass). This is on the same machine as above. I recompiled to run this test on the CPU device and got the same result. The log is here:
50/65 Testing: qr_method-opencl
50/65 Test: qr_method-opencl
Command: "/scr_ivyamd/dmeiser/viennacl-dev/build/tests/qr_method-test-opencl"
Directory: /scr_ivyamd/dmeiser/viennacl-dev/build/tests
"qr_method-opencl" start time: Nov 04 11:32 EST
Output:
----------------------------------------------------------
Reading...
Testing row-major matrix of size 9-by-9
Calculation...
Verification...
[[OK]] [9x9] ../examples/testdata/eigen/symm5.example time = 1.2655
tridiagonal = 1, hessenberg = 1 prod-diff = 0.000001 eigen-diff = 0.000002
Reading...
Testing column-major matrix of size 9-by-9
Calculation...
Verification...
[[OK]] [9x9] ../examples/testdata/eigen/symm5.example time = 0.0032
tridiagonal = 1, hessenberg = 1 prod-diff = 0.000001 eigen-diff = 0.000002
Reading...
Testing row-major matrix of size 10-by-10
Calculation...
Verification...
[FAIL] [10x10] ../examples/testdata/eigen/nsm2.example time = 0.2015
tridiagonal = 1, hessenberg = 1 prod-diff = 1.659658 eigen-diff = 0.000000
<end of output>
Test time = 3.10 sec
----------------------------------------------------------
Test Failed.
"qr_method-opencl" end time: Nov 04 11:32 EST
"qr_method-opencl" time elapsed: 00:00:03
----------------------------------------------------------
Thanks, Dominic. I've got one more machine over here which shows exactly this same (one) failure, whereas all the others work fine. So at least I've got confirmation that this is something systematic - cheers!
Ok. Let me know if there is anything I can do to help. Cheers, Dominic
Summary:
Since there are no other problems in the test suite left (see #108), I close this issue.
Hi, I've encountered several test failures with current master:
The test logs are here: test logs
Here is the output from
viennacl-info
: