-
Notifications
You must be signed in to change notification settings - Fork 17
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
Merge plan for PR #101: CUDA 12.0 conda support #112
Comments
Needed due to the changes coming to the rapids shared-action-workflow: rapidsai/shared-workflows#112 Authors: - Robert Maynard (https://github.com/robertmaynard) - Bradley Dice (https://github.com/bdice) Approvers: - Bradley Dice (https://github.com/bdice) - Ray Douglass (https://github.com/raydouglass) URL: #437
Let's drop Do we still need the Am ok either skipping cuCIM or handling it with the others here. We are pretty much down to the CUDA 12 PR there and it is getting close |
I don't think we can make a decision to "drop" any repos unless broken CI after merging PR #101 is a viable outcome for those repos. |
Not following The The cuCIM repo is down to the CUDA 12 PR that is nearly done. Not sure it is worth changing the GHA branch to only change it back again Idk the state of the |
We still rely on |
We are planning to enable CUDA 12 CI jobs on July 18, per rapidsai/shared-workflows#112. This PR must be merged to disable CUDA 12 CI jobs for cugraph until #3271 / #3456 are merged. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass)
This has been merged -- feel free to comment here if we've missed any repos for posterity. |
We're planning to merge PR #101 on Tuesday, July 18. Any repos using workflows that has not yet moved to the branch
cuda-120
will need to make PRs that filter out CUDA 12 jobs from their GitHub Actions workflows like this:See this cusignal PR demonstrating this
matrix_filter
.Currently this list of repos is using
branch-23.08
. These need to migrate to use the shared-action-workflows branchcuda-120
before July 18 or introduce matrix filters that skip CUDA 12 builds.Tasks
(Note that xgboost and other packages aren't using the same shared-action-workflows.)
The text was updated successfully, but these errors were encountered: