
The `CMake_TEST_HIP` option is added explicitly to builds where we want the tests to run, so we can set it to a value indicating the HIP GPU platform.
4 lines
108 B
CMake
4 lines
108 B
CMake
set(CMake_TEST_HIP "amd" CACHE BOOL "")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
|