Set gpu_cuda labels for cuistl tests.

This commit is contained in:
Kjetil Olsen Lye 2023-05-09 16:25:43 +02:00
parent a703e9f7bd
commit 171a205125

View File

@ -549,6 +549,8 @@ if(CUDA_FOUND)
cuda_check_last_error
cublas_handle
cusparse_handle
cuvector
cusparsematrix
PROPERTIES LABELS gpu_cuda)
endif()