-
Notifications
You must be signed in to change notification settings - Fork 304
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
Support CUDA 12.2 #4088
Support CUDA 12.2 #4088
Conversation
one C API test is failing on CUDA 12.2 (ubunut 22.04, amd64)
|
Depends on PR: rapidsai/raft#2179 |
Retesting now that the aforementioned RAFT PR is merged and RAFT packages are available |
Still seeing old failure Trying to restart again |
// This test is skipped due to a bug in cuSparse 12.2 that affects RAFT. | ||
// See https://github.com/rapidsai/raft/issues/2186 | ||
GTEST_SKIP(); |
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.
xref: rapidsai/raft#2186
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.
Raised a cuGraph issue to track re-enabling this test
Suggested updates to the comments below to xref that cuGraph issue: #4173
Co-authored-by: jakirkham <[email protected]>
Looks like there failures in the devcontainers |
98cb335
to
98ce676
Compare
98ce676
to
87bb1a6
Compare
############################################################################# | ||
# Skipping due to CUDA 12.2 failure that traces back to RAFT # | ||
# TODO: Uncomment this once the issue is fixed. # | ||
# # | ||
# xref: https://github.com/rapidsai/cugraph/issues/4173 # | ||
# xref: https://github.com/rapidsai/raft/issues/2186 # | ||
############################################################################# | ||
# ConfigureCTest(CAPI_LEGACY_SPECTRAL_TEST c_api/legacy_spectral_test.c) |
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.
Had trouble getting the GTEST_SKIP
s Bradley added to work. So just commenting this for now. We can uncomment in a new PR to test fixes
xref: #4173
xref: rapidsai/raft#2186
/merge |
Follow-up to #4088 For all GitHub Actions configs, replaces uses of the `test-cuda-12.2` branch on `shared-workflows` with `branch-24.04`, now that rapidsai/shared-workflows#166 has been merged. ### Notes for Reviewers This is part of ongoing work to build and test packages against CUDA 12.2 across all of RAPIDS. For more details see: * rapidsai/build-planning#7 *(created with `rapids-reviser`)* Authors: - James Lamb (https://github.com/jameslamb) - https://github.com/jakirkham Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #4175
Description
Notes for Reviewers
This is part of ongoing work to build and test packages against CUDA 12.2.2 across all of RAPIDS.
For more details see:
Planning a second round of PRs to revert these references back to a proper
branch-24.{nn}
release branch ofshared-workflows
once rapidsai/shared-workflows#166 is merged.(created with
rapids-reviser
)