Closed psychocoderHPC closed 4 weeks ago
With CMake 3.21 the CMake variable CMAKE_HIP_ARCHITECTURES must be used to setup the target architecture.
CMAKE_HIP_ARCHITECTURES
the minimum cmake is 3.22 anyway so I can remove the cmake version detection. I will update the PR
With CMake 3.21 the CMake variable
CMAKE_HIP_ARCHITECTURES
must be used to setup the target architecture.