Changed set_tests_properties to one call for cuistl.

This commit is contained in:
Kjetil Olsen Lye 2023-05-09 16:00:57 +02:00
parent 066e9ab39c
commit 4600c4a126

View File

@ -543,12 +543,13 @@ if(CUDA_FOUND)
set_tests_properties(cusparseSolver PROPERTIES LABELS gpu_cuda) set_tests_properties(cusparseSolver PROPERTIES LABELS gpu_cuda)
# CUISTL # CUISTL
set_tests_properties(cusparse_safe_call PROPERTIES LABELS gpu_cuda) set_tests_properties(cusparse_safe_call
set_tests_properties(cublas_safe_call PROPERTIES LABELS gpu_cuda) cublas_safe_call
set_tests_properties(cuda_safe_call PROPERTIES LABELS gpu_cuda) cuda_safe_call
set_tests_properties(cuda_check_last_error PROPERTIES LABELS gpu_cuda) cuda_check_last_error
set_tests_properties(cublas_handle PROPERTIES LABELS gpu_cuda) cublas_handle
set_tests_properties(cusparse_handle PROPERTIES LABELS gpu_cuda) cusparse_handle
PROPERTIES LABELS gpu_cuda)
endif() endif()
if(OpenCL_FOUND) if(OpenCL_FOUND)