-
Notifications
You must be signed in to change notification settings - Fork 900
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
Defer PTX file load to runtime #13690
Defer PTX file load to runtime #13690
Conversation
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
text=True, | ||
cwd="/", | ||
) | ||
assert output.returncode == 0 |
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.
Is the test failing because there's a nonzero return code in this case?
/ok to test |
/ok to test |
/ok to test |
@brandon-b-miller I resolved the conflicts. Hopefully I got the styling right, otherwise a quick pre-commit run might be needed. |
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.
Approving again to say that the move of the test to a new file looks like the right solution to the failures we were observing earlier.
/ok to test |
/merge |
This PR fixes an issue where cuDF fails to import on machines with no NVIDIA GPU present.
cc @shwina