-
Notifications
You must be signed in to change notification settings - Fork 95
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
GpuArrayException (b'GPU is too old for CUDA version') #573
Comments
Maybe our error message isn't clear, but you have this error:
*CUDA Driver Version / Runtime Version* - 9.1 / 8.0
The driver installed and running should be the same for libgpuarray to work
well. A reboot could help you fix this problem.
…On Sun, Jun 17, 2018 at 8:51 AM Piyush rungta ***@***.***> wrote:
Hi I installed libgpuarray and pygpu along with theano following
instruction from docs
<http://deeplearning.net/software/libgpuarray/installation.html>.
When I run
import pygpu
pygpu.test()
I get the following error
pygpu.gpuarray.GpuArrayException: b'GPU is too old for CUDA version'
Same error when importing theano with device = cuda0 in .theanorc.
My cuda installation is working fine(verified by making and running the
deviceQuery from cuda samples).
*Video card* - Nvidia Geforce 820m
*nvidia driver* - Driver Version: 390.59
*CUDA Driver Version / Runtime Version* - 9.1 / 8.0
*OS* - Manjaro linux
Some search showed that 820m supports CUDA 8.0. And my gpu is clearly not
too old for the CUDA since the samples are running fine. Searching for the
exception dosent turn up any relevant results so any help here would be
appreciated.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#573>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALC-0zoB5cC4jko3CpD0vKJwrfupclgks5t9lDagaJpZM4Uq0ra>
.
|
@nouiz thanks for your tip about driver versions. Finally got Theano working after installing drivers from cuda toolkit run package. |
Hi, I have absolutely the same issue with the same same gpu. My setup is
I believe that the current check for device compatibility is not fully correct,
Among these 5 errors, 4 are due to missing
Correspondingly, I believe that the compatibility check gives false positive |
hi, would you mind sharing the exact details of the change you did to disable this version check? thanks |
Hi, I am not sure how detailed I should be, but I have just commented out that check in |
Hi I installed libgpuarray and pygpu along with theano following instruction from docs.
When I run
I get the following error
Same error when importing theano with
device = cuda0
in.theanorc
.My cuda installation is working fine(verified by making and running the
deviceQuery
from cuda samples).Video card - Nvidia Geforce 820m
nvidia driver - Driver Version: 390.59
CUDA Driver Version / Runtime Version - 9.1 / 8.0
OS - Manjaro linux
Some search showed that 820m supports CUDA 8.0. And my gpu is clearly not too old for the CUDA since the samples are running fine. Searching for the exception dosent turn up any relevant results so any help here would be appreciated.
The text was updated successfully, but these errors were encountered: