Revert "Disable CUDA 12.0 RAPIDS builds."#447
Closed
vyasr wants to merge 1 commit intobranch-25.02from
Closed
Conversation
This reverts commit d034180.
Contributor
Author
|
In the interim between #439 and this PR, we merged updates across RAPIDS for rapidsai/build-planning#129 updating to require gcc 13 for builds. CUDA 12.0 requires gcc 12 (gcc 13 support was added in CUDA 12.4). After some offline discussion, we decided that supporting CUDA 12.0 conda builds is not worth the effort of bifurcating our build environments here, so I'm going to close this PR and broadcast more publicly that we are no longer supporting building RAPIDS with CUDA 12.0 (builds with later CUDA versions will still run just fine in CUDA 12 environments, which is more important). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #439
We had disabled these builds due to seg faults that were observed after rapidsai/cudf#17289 was merged. Those should have been fixed after NVIDIA/cuCollections#660 and rapidsai/rapids-cmake#744. rapidsai/cudf#17758 is also relevant but not a direct source for the fix.