-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use GCC 13 in CUDA 12 conda builds. #108
Use GCC 13 in CUDA 12 conda builds. #108
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Saw a network error. Restarting failed jobs |
Am seeing some unrelated Python failures on CI that generally look like this out = self.__decoded_samples[self.__index]
IndexError: list index out of range Is there another known bug that is relevant here? |
From offline discussion with Alex, to fix the failure above it sounds like we need PR: #82 |
CI is now passing! |
/merge |
Description
conda-forge is using GCC 13 for CUDA 12 builds. This PR updates CUDA 12 conda builds to use GCC 13, for alignment.
These PRs should be merged in a specific order, see rapidsai/build-planning#129 for details.