mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Set gpu_cuda labels for CuISTL tests.
This commit is contained in:
@@ -541,6 +541,14 @@ if(CUDA_FOUND)
|
||||
target_link_libraries( opmsimulators PUBLIC ${CUDA_cusparse_LIBRARY} )
|
||||
target_link_libraries( opmsimulators PUBLIC ${CUDA_cublas_LIBRARY} )
|
||||
set_tests_properties(cusparseSolver PROPERTIES LABELS gpu_cuda)
|
||||
|
||||
# CUISTL
|
||||
set_tests_properties(cusparse_safe_call PROPERTIES LABELS gpu_cuda)
|
||||
set_tests_properties(cublas_safe_call PROPERTIES LABELS gpu_cuda)
|
||||
set_tests_properties(cuda_safe_call PROPERTIES LABELS gpu_cuda)
|
||||
set_tests_properties(cuda_check_last_error PROPERTIES LABELS gpu_cuda)
|
||||
set_tests_properties(cublas_handle PROPERTIES LABELS gpu_cuda)
|
||||
set_tests_properties(cusparse_handle PROPERTIES LABELS gpu_cuda)
|
||||
endif()
|
||||
|
||||
if(OpenCL_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user