Skip to content
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

invalid CUDA driver API error No.: 4294967295 #87

Open
thibaultlanglois opened this issue Mar 17, 2017 · 3 comments
Open

invalid CUDA driver API error No.: 4294967295 #87

thibaultlanglois opened this issue Mar 17, 2017 · 3 comments

Comments

@thibaultlanglois
Copy link

Hello, I just installed cl-cuda and was trying to run the vector-add example and got this error:
invalid CUDA driver API error No.: 4294967295
[Condition of type SIMPLE-ERROR]

Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] abort thread (#<THREAD "repl-thread" RUNNING {100ABF0033}>)

Backtrace:
0: (CL-CUDA.DRIVER-API::GET-ERROR-STRING 4294967295)
1: (CL-CUDA.DRIVER-API::CHECK-CUDA-ERROR CL-CUDA.DRIVER-API:CU-INIT 4294967295)
2: (MAIN)
3: (SB-INT:SIMPLE-EVAL-IN-LEXENV (MAIN) #)
4: (EVAL (MAIN))

I run linux 16.04, the last version of cuda (8.0) and SBCL 1.2.12.
I could compile the cuda tests (NVIDIA_CUDA-8.0_Samples) so I think the libs were installed correctly.

Any suggestion ?

@gos-k
Copy link
Contributor

gos-k commented Mar 18, 2017

Have deviceQuery of NVIDIA CUDA Samples worked?

@thibaultlanglois
Copy link
Author

Well, I haven't checked before and it is not OK.
I think the error message means that the version of my driver is not compatible with the version of the cuda lib I installed (8.0).
The nvidia driver I use (340.101) is according to nvidia web site, the last version available for my board (Quadro FX 580).
Should I try to install an older version of the cuda libs ?

./deviceQuery Starting...
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 35
-> CUDA driver version is insufficient for CUDA runtime version
Result = FAIL

@gos-k
Copy link
Contributor

gos-k commented Mar 20, 2017

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants