BabelStream/HIP.cmake
2021-03-05 13:41:35 +00: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()