Skip to content

v0.5.1

Compare
Choose a tag to compare
@white238 white238 released this 13 Apr 23:37
· 461 commits to develop since this release
655aa8c

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.

Removed

  • Removed support for deprecated HCC.