Skip to content

Instantly share code, notes, and snippets.

@benanne
Created August 27, 2014 15:15
Show Gist options
  • Save benanne/2f3b90a8eb2649082541 to your computer and use it in GitHub Desktop.
Save benanne/2f3b90a8eb2649082541 to your computer and use it in GitHub Desktop.
cublasSgemm bug, CUDA 6.5
* 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