Cuda runtime errors when starting up numba
See original GitHub issue- [X ] I have tried using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
When this is run in a python script:
from numba.cuda.cudadrv.runtime import runtime
cudart_version_major = runtime.get_version()[0]
With the following installed with conda:
And the following from nvidia-smi:
I receive the following error:
Is this a compatibility issue or something else?
It is not easy for me to update the nvidia drivers (on a shared server). If it is a driver issue, why? What dependency does numba have on the nvidia drivers?
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (9 by maintainers)
Top Results From Across the Web
Troubleshooting and tips — Numba 0.50.1 documentation
There can be various reasons why Numba cannot compile your code, and raises an error instead. One common reason is that your code...
Read more >Call to cuLinkAddData results in UNKNOWN_CUDA_ERROR
Now I am getting the following error: "numba.cuda.cudadrv.driver.LinkerError: [222] Call to cuLinkAddData results in UNKNOWN_CUDA_ERROR
Read more >numba cuda deprecation error : how to update my code?
Plainly the Numba GPU compiler can't compile a previously Numba compiled function, thus the error when you try and compile a device function ......
Read more >Frequently Asked Questions - Numba documentation
How do I work around the CUDA initialized before forking error? · numba.cuda functions inside the child processes or after the...
Read more >Introduction to Numba: CUDA Programming
Numba supports CUDA GPU programming by directly compiling a restricted subset ... into CUDA kernels and device functions following the CUDA execution model....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks all for the replies. That would be a good debug step and it’d be interesting to see what happens, but we just had the drivers updated on the machine, and now the same environment is working like a charm.
Glad to hear it’s now working! If there are no outstanding problems, please do close the issue 😃