-
Notifications
You must be signed in to change notification settings - Fork 204
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
[Improvement] Fetch runtime version with cuda-python instead of numba #1675
[Improvement] Fetch runtime version with cuda-python instead of numba #1675
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Okay CI is failing is failing because In [1]: from cuda import cudart
In [2]: cudart.getLocalRuntimeVersion()
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[2], line 1
----> 1 cudart.getLocalRuntimeVersion()
File ~/.conda/envs/rapids/lib/python3.11/site-packages/cuda/cudart.pyx:24961, in cuda.cudart.getLocalRuntimeVersion()
File ~/.conda/envs/rapids/lib/python3.11/site-packages/cuda/ccudart.pyx:2365, in cuda.ccudart.getLocalRuntimeVersion()
File ~/.conda/envs/rapids/lib/python3.11/site-packages/cuda/_lib/ccudart/ccudart.pyx:2121, in cuda._lib.ccudart.ccudart._getLocalRuntimeVersion()
RuntimeError: Failed to dlopen libcudart.so.12 |
We can merge this PR after NVIDIA/cuda-python#89 is closed. |
This will need to move to 25.02. But is it unblocked now that NVIDIA/cuda-python#89 closed? |
Yes, I think it also needs #1729 |
Note that I think this means that numba can now be an optional installation dependency, rather than a required one. |
The changes in this PR have incorporated into #1756 |
Closes #1755. Replaces #1675. Authors: - Bradley Dice (https://github.com/bdice) - Matthew Murray (https://github.com/Matt711) Approvers: - Matthew Murray (https://github.com/Matt711) - Vyas Ramasubramani (https://github.com/vyasr) URL: #1756
Description
Closes #948
Checklist