ci: Put HIP GPU platform in CMake_TEST_HIP

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.
This commit is contained in:
Brad King
2023-09-18 14:18:41 -04:00
parent b32ea7cff0
commit 26470eb987
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
set(CMake_TEST_HIP "ON" CACHE BOOL "")
set(CMake_TEST_HIP "amd" CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")

View File

@@ -1,3 +1,3 @@
set(CMake_TEST_HIP "ON" CACHE BOOL "")
set(CMake_TEST_HIP "amd" CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")

View File

@@ -1,3 +1,3 @@
set(CMake_TEST_HIP "ON" CACHE BOOL "")
set(CMake_TEST_HIP "amd" CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")