-
Notifications
You must be signed in to change notification settings - Fork 915
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
Update to GCC 11 #12868
Update to GCC 11 #12868
Conversation
Error log shows an issue with nvbench and
I pushed 3911e48 to try and disable this warning. I'm not sure if it's a real issue in nvbench or a compiler bug. Reminds me of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80635. |
I verified this locally. It is strange that it only fails for me in when compiling
It definitely seems like a bug in the compiler somewhere. |
@davidwendt I agree -- I looked at the I agree either option could work, so if you feel strongly that we should go the other way and guard |
I agree with this. We should keep it as you have coded it here. |
This is ready for review. We will merge once all RAPIDS repos are ready to migrate. |
/merge |
related to #2568 update JNI dockerfile default to gcc 11. mark as draft for review first, will verify after #12868 Authors: - Peixin (https://github.com/pxLi) Approvers: - Jason Lowe (https://github.com/jlowe) URL: #12881
This PR updates builds to use GCC 11.