You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a unique bug that only appears in gcc@11 and higher builds(?).
This is something that we should capture in HPC CI pipelines, as we have new enough compiler and CUDA versions to support this.
This also somewhat relates to work done by @jaelynlitz to upgrade C++ standard, as well as work done in HiOp by @cpetra and @nychiang in upgrading HiOp's C++ standard.
RAJA also requires a newer C++ standard for newer versions, and so this might be the easiest place to start.
The text was updated successfully, but these errors were encountered:
This is a unique bug that only appears in
gcc@11
and higher builds(?).This is something that we should capture in HPC CI pipelines, as we have new enough compiler and CUDA versions to support this.
This also somewhat relates to work done by @jaelynlitz to upgrade C++ standard, as well as work done in HiOp by @cpetra and @nychiang in upgrading HiOp's C++ standard.
RAJA also requires a newer C++ standard for newer versions, and so this might be the easiest place to start.
The text was updated successfully, but these errors were encountered: