-
Notifications
You must be signed in to change notification settings - Fork 154
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 #1320
Support CUDA 12.2 #1320
Conversation
…endencies.yaml (#1329) Contributes to rapidsai/build-planning#13. Updates `update-version.sh` to correctly handle RAPIDS dependencies like `cudf-cu12==24.2.*`. This also pulls in some dependency refactoring originally added in #1320, which allows greater use of dependencies.yaml globs (and therefore less maintenance effort to support new CUDA versions). Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Jake Awe (https://github.com/AyodeAwe) - Vyas Ramasubramani (https://github.com/vyasr) URL: #1329
After merging in latest
I don't see a similar error in other recent runs of the I found numba/numba#8961 (comment) which suggests that maybe this error is about a mismatch between the driver version and the PTX
I see
.... but tons of other CTK 12.3 stuff
Interestingly, it looks like the CUDA 12.2 build is correctly getting CTK 12.2 stuff. My first guess is that this is about a missed condition in |
Ah! It looks like installing the package,
I suspect this might be exactly the same issue as we observed over in |
Toggling for CI |
Still seeing the same issue James described above. Here's the relevant snippet from CI
|
This should be resolved by the fixes discussed in rapidsai/build-planning#8 (comment). |
Indeed this is looking better. Thanks Bradley! 🙏 Next up is the Pandas 2 upgrade: #1338 |
/merge |
Follow-up to #1320 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) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #1343
Description
"12.*"
globs independencies.yaml
missed in refactor CUDA versions in dependencies.yaml #1317Notes 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
)