ICE for RAJA on gcc 10.3.0 + CUDA
Closed this issue · 4 comments
tom91136 commented
edrozenberg commented
The GCC project has committed a patch:
https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=5357ab75dedef403b0eebf9277d61d1cbeb5898f
(in response to the problem report https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100102)
The patch removes ~ 40 lines from gcc/cp/pt.c
and adds a couple of test cases.
The Nvidia stack works again for me after I built and installed patched gcc 10.3.0 packages.
tom91136 commented
I'll check this again with the latest patches.
tom91136 commented
We've upgraded our CI and bumped GCC to 12 now, RAJA+CUDA is now re-enabled without ICE.