-
Notifications
You must be signed in to change notification settings - Fork 74
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
cuda.cudart.getLocalRuntimeVersion()
raises RuntimeError: Failed to dlopen libcudart.so.12
#89
Comments
xref rmm/1675 |
It seems to be a backport mistake that we should fix: cuda-python/cuda/_lib/ccudart/ccudart.pyx.in Lines 2451 to 2457 in 64cc9ae
@Matt711 how urgent is this? |
Thanks, @Matt711. The offending code that I linked to above is from the 11.8.x branch, so ideally we can just fix the lines referencing |
Thanks @leofang |
@leofang, @vzhurba01 did this backport/release occur? |
Not yet. The wheels and conda packages are currently going through pre-release validation. I'll update this issue once posting is complete. |
Issue #139 is now complete as both PYPI and Conda (nvidia channel) are now updated with the 11.8.4 patch. Thank you all for your patience. |
Is this a bug?
getLocalRuntimeVersion()
fails for me in cuda 11.8 environment. I'm asking because I see that the API call is in the cuda-python 11.8 release notes.In the source code, we're hard coding
libcudart.so.12
. Is that right?Repro
The text was updated successfully, but these errors were encountered: