-
Notifications
You must be signed in to change notification settings - Fork 310
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
[BUG] Set Max PyTorch Version, Skip 11.4 Tests Using WholeGraph #4808
Conversation
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.
A fix is probably needed for the conditionally skipped tests on earlier CUDA versions.
python/cugraph/cugraph/tests/data_store/test_gnn_feat_storage_wholegraph.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Bradley Dice <[email protected]>
@@ -15,6 +15,8 @@ | |||
import numpy as np | |||
import os | |||
|
|||
import numba.cuda |
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.
Do we need to update dependencies.yaml
to also include this new dependency, or is it already included or covered some other way?
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.
Ah, nevermind, I see it's already a dependency.
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.
/merge |
Set Max PyTorch Version, Skip 11.4 Tests Using WholeGraph