-
Notifications
You must be signed in to change notification settings - Fork 706
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
add patch for GCCcore 10.3.0 to prevent issues when compiling with nvcc #13310
add patch for GCCcore 10.3.0 to prevent issues when compiling with nvcc #13310
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Test report by @branfosj |
Test report by @branfosj |
Test report by @boegel |
Test report by @branfosj |
Test report by @SebastianAchilles |
Test report by @SebastianAchilles |
Test report by @Micket |
Going in, thanks @branfosj! |
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... - notification for comment with ID 872810545 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
(created using
eb --new-pr
)Details are in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100102
The tl;dr is
nvcc
triggers thegcc
bug that this patch fixes.