-
Notifications
You must be signed in to change notification settings - Fork 240
Fix #702: Update cyruntime.getLocalRuntimeVersion to use pathfinder #929
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
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
3 similar comments
|
/ok to test |
|
/ok to test |
|
/ok to test |
|
|
I'm not sure what's happening here, but maybe @rwgk knows? The |
|
/ok to test |
|
The CI failures seem to be when "LOCAL_CTK=0" and "CUDA_VER=13.0.0". Is there a reason |
|
/ok to test |
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
Yes. Because we do not require the cudart wheel to be installed. libcudart.so.N exists in the nvidia-cuda-runtime[-cuXX] wheels. In such cases, the test should be waived. @rwgk might know how to write a good skip condition here... |
rwgk
left a comment
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.
Looks great! My only concern is reporting only the basename in the error message.
|
/ok to test |
|
Converting to draft -- this will need to be rebased to not use pywin32 after #942 is merged. |
|
/ok to test |
|
/ok to test |
|
/ok to test |
|
LGTM too! |
|
/ok to test |
|
/ok to test |
|
LGTM! Let's add a release note (to both 13.X.Y and 12.9.X, since this will be backported). |
|
/ok to test |
Description
closes #702
Checklist