Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6438b39a authored by Loris's avatar Loris Committed by Mathieu Faverge
Browse files

ctest: add hip support to the testing suite

parent a2504c79
No related branches found
No related tags found
1 merge request!355Added support for HIP and hipblas (CUDA and ROC backend)
......@@ -53,4 +53,8 @@ if(NOT BUILDNAME)
set(BUILDNAME "${BUILDNAME}-CUDA")
endif(CHAMELEON_USE_CUDA)
if(CHAMELEON_USE_HIP)
set(BUILDNAME "${BUILDNAME}-HIP")
endif(CHAMELEON_USE_HIP)
endif()
......@@ -11,6 +11,9 @@ endif()
if (CHAMELEON_USE_CUDA AND CUDA_FOUND)
set(N_GPUS 0 1)
endif()
if (CHAMELEON_USE_HIP AND HIP_FOUND)
set(N_GPUS 0 1)
endif()
if (CHAMELEON_SIMULATION)
set(TEST_CATEGORIES simushm)
if (CHAMELEON_USE_CUDA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment