-
-
Notifications
You must be signed in to change notification settings - Fork 861
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
Bump CUDA version in cuda11x-cuda-python CI #8737
Conversation
/test cuda11x-cuda-python |
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, LGTM! Please proceed to merge and backport after test pass.
cupyx/_runtime.py
Outdated
@@ -111,8 +111,9 @@ def __init__(self, *, full=True): | |||
# CUDA Driver | |||
self.cuda_build_version = str(cupy.cuda.driver.get_build_version()) | |||
if cupy.cuda.driver._is_cuda_python(): | |||
import cuda | |||
self.cuda_build_version += f' (CUDA Python: {cuda.__version__})' | |||
import cuda.bindings |
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.
We will need a try-except here. This only works if users are using latest cuda-python 11.8.5 or 12.6.2. Older versions don't have this new module yet.
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.
xref: NVIDIA/cuda-python#75
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! Fixed in 8e7203b.
/test cuda-python |
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! LGTM!
@asi1024 Failed to backport automatically.
|
Bump CUDA version in cuda11x-cuda-python CI
Fix https://ci.preferred.jp/cupy.linux.cuda11x-cuda-python/178207/.