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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added support for C++20. Note: XL does not support C++20.
While PGI has C++20 support, it is currently disabled (A BLT fatal error will occur).
BLT_CXX_STD now sets CMAKE_HIP_STANDARD, in CMake 3.21+, similar to CMAKE_CUDA_STANDARD.
Fixed
Removed hard-coded -std=c++11 from various places related to CUDA flags. This now honors
CMAKE_CUDA_STANDARD if set otherwise falls back on BLT_CXX_STD or CMAKE_CXX_STANDARD.
Removed extra HIP offload flags that were being added as generator expressions as opposed to simple
flags.