-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demos failing with CUDA 5 #24
Comments
I haven't had occasion to test scikits.cuda with CUDA 5 yet, so I can't comment at this point. Try downgrading to CUDA 4. I'm leaving this issue open until I have a chance to investigate. |
Will do tonight, and let you know. On Feb 3, 2013, at 10:24 PM, Lev Givon notifications@github.com wrote:
|
Have you tested it against 4.0, or some newer 4.x version? On Feb 3, 2013, at 10:24 PM, Lev Givon notifications@github.com wrote:
|
I downgraded to 4.2, and I still am receiving the same errors. Running dot_demo.py: Testing matrix multiplication for type float32 Testing vector multiplication for type float32cublasExecutionFailed Traceback (most recent call last) /home/dattalab/Downloads/scikits.cuda/demos/dot_demo.py in () /usr/local/lib/python2.7/dist-packages/scikits.cuda-0.042-py2.7.egg/scikits/cuda/linalg.pyc in dot(x_gpu, y_gpu, transa, transb) /usr/local/lib/python2.7/dist-packages/scikits.cuda-0.042-py2.7.egg/scikits/cuda/cublas.pyc in cublasSdot(n, x, incx, y, incy) /usr/local/lib/python2.7/dist-packages/scikits.cuda-0.042-py2.7.egg/scikits/cuda/cublas.pyc in cublasCheckStatus(status) cublasExecutionFailed: On Feb 3, 2013, at 10:24 PM, Lev Givon notifications@github.com wrote:
|
Also, many tests failing. Ran 134 tests in 14.409s Here's a subset: https://gist.github.com/4705170 On Feb 3, 2013, at 10:24 PM, Lev Givon notifications@github.com wrote:
|
Are you using the latest revision from Github? The tests seem to run without any issues when I tried running them against the latest revision on a system running CUDA 4.2.9 and CULA R15. |
I'll double-check that I'm running with exactly the same versions as you list. |
I ran the tests on Ubuntu 12.10 with a GeForce GTX 460 using the stock CUDA 4.2 packages available for that version of the distro. |
Tested latest revision in Github against CUDA 5.0.35 on Ubuntu without any problems. |
Run any demo with CUDA 5 installed (Linux, 64-bit, with newest CULA as well as of 2/3/2013), and all demos fail, either because np.allclose() fails, meaning computations are incorrect, or there is an ambiguous cublasInternalError() that occurs.
Any thoughts, or should I just go ahead and try downgrading to CUDA 4?
The text was updated successfully, but these errors were encountered: