BabelStream/cpp/HIP.cmake
2021-05-23 07:21:21 +01:00

7 lines
198 B
CMake

register_flag_required(CMAKE_CXX_COMPILER
"Absolute path to the AMD HIP C++ compiler")
macro(setup)
# nothing to do here as hipcc does everything correctly, what a surprise!
endmacro()