Skip to content
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

Updated to handle CUDA version check on machines with no GPUs #1777

Merged

Conversation

rlratzel
Copy link
Contributor

@rlratzel rlratzel commented Aug 16, 2021

Updated to handle CUDA version check on machines with no GPUs. When no GPUs are present, cugraph can import and ktruss is available, which should match the original behavior prior to when the checks were added for disabling ktruss on CUDA 11.4

Tested by setting CUDA_VISIBLE_DEVICES to " ", verifying the expected exception was raised, made the change, then verified cugraph could be imported.

cc @raydouglass

…pdated notebook docs, docstrings, added test.
… treated as compatible (this happens when no GPUs are present, for example) instead of raising an exception on the CUDA version check. This provides backwards compatibility with the versions prior to the changes to detect CUDA version.
@rlratzel rlratzel added bug Something isn't working ! - Hotfix non-breaking Non-breaking change labels Aug 16, 2021
@rlratzel rlratzel self-assigned this Aug 16, 2021
@rlratzel rlratzel requested a review from a team as a code owner August 16, 2021 21:46
@BradReesWork BradReesWork requested a review from a team August 17, 2021 13:29
@raydouglass raydouglass merged commit bf64c2c into rapidsai:branch-21.08 Aug 17, 2021
@rlratzel rlratzel deleted the branch-21.08-conditionalktruss branch June 17, 2022 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants