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

cuGraph: CUDA 12 testing #4208

Closed
jakirkham opened this issue Feb 29, 2024 · 4 comments
Closed

cuGraph: CUDA 12 testing #4208

jakirkham opened this issue Feb 29, 2024 · 4 comments
Assignees
Labels
non-breaking Non-breaking change
Milestone

Comments

@jakirkham
Copy link
Member

jakirkham commented Feb 29, 2024

Currently CUDA 12 testing on some cuGraph packages is skipped

rapids-logger "skipping cugraph-pyg wheel test on CUDA!=11.8"

matrix_filter: map(select(.ARCH == "amd64" and .CUDA_VER == "11.8.0"))

Would be interested in understanding why that is the case and figuring out how we can enable testing here

@alexbarghi-nv
Copy link
Member

We can add CUDA 12 testing, just have to manually specify the index URL. Hopefully we will move towards an environment where that isn't required after we finish the edge_index changes which should remove the need for those additional packages in CI.

@alexbarghi-nv alexbarghi-nv self-assigned this Feb 29, 2024
@alexbarghi-nv alexbarghi-nv added the non-breaking Non-breaking change label Feb 29, 2024
@alexbarghi-nv alexbarghi-nv added this to the 24.04 milestone Feb 29, 2024
@jakirkham
Copy link
Member Author

Thanks Alex! 🙏

Where is the edge_index work being tracked?

@alexbarghi-nv
Copy link
Member

#4051

@alexbarghi-nv
Copy link
Member

These tests are only skipped on arm64 now due to pytorch issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-breaking Non-breaking change
Projects
None yet
Development

No branches or pull requests

2 participants