Created
August 27, 2014 15:15
-
-
Save benanne/2f3b90a8eb2649082541 to your computer and use it in GitHub Desktop.
cublasSgemm bug, CUDA 6.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* GeForce GTX 780Ti "Superclocked" | |
* drivers 340.24 | |
* CUDA 6.5 | |
sander@sander-precision:~/tmp/schluter/Theano$ for x in full valid subsample grads; do cuda-memcheck nosetests theano/sandbox/cuda/tests/test_conv_cuda_ndarray.py:test_gemm_$x; done | |
========= CUDA-MEMCHECK | |
Using gpu device 0: GeForce GTX 780 Ti | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 27.023s | |
OK | |
========= ERROR SUMMARY: 0 errors | |
========= CUDA-MEMCHECK | |
Using gpu device 0: GeForce GTX 780 Ti | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 32.088s | |
OK | |
========= ERROR SUMMARY: 0 errors | |
========= CUDA-MEMCHECK | |
Using gpu device 0: GeForce GTX 780 Ti | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 44.404s | |
OK | |
========= ERROR SUMMARY: 0 errors | |
========= CUDA-MEMCHECK | |
Using gpu device 0: GeForce GTX 780 Ti | |
. | |
---------------------------------------------------------------------- | |
Ran 1 test in 367.540s | |
OK | |
========= ERROR SUMMARY: 0 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment