Skip to content
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

Bump GCC pins for CUDA 12.6 #6736

Open
h-vetinari opened this issue Nov 24, 2024 · 2 comments
Open

Bump GCC pins for CUDA 12.6 #6736

h-vetinari opened this issue Nov 24, 2024 · 2 comments

Comments

@h-vetinari
Copy link
Member

As a follow-up to #6720 - I just realised that bumping to 12.6 means we should have updated GCC pins as well. The upstream docs (found the reference in conda-forge/nvcc-feedstock#51) say that nvcc compatible with "GCC 6.x - 13.2". We're on 13.3 though.

Is the minor-level bound really enforced? I don't remember that in previous nvcc constraints for gcc (which were major-only AFAIR).

Originally posted by @h-vetinari in #6720 (comment)

@h-vetinari
Copy link
Member Author

@bdice
Copy link
Contributor

bdice commented Nov 27, 2024

I've looked at this before. I'm pretty sure that matching the minor version is not enforced, but major version support is enforced. In other words, gcc 13.3 should be fine if nvcc claims support for 13.2, but gcc 14.0 would not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants