Skip to content
Snippets Groups Projects
Commit 5e71ea0d authored by yaskovet's avatar yaskovet
Browse files

Enable DCPSE (gpu) tests for CUDA backend only

parent b5e20260
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,17 @@ endif()
if (NOT CUDA_ON_BACKEND STREQUAL "None")
set(CUDA_SOURCES Operators/Vector/vector_dist_operators_unit_tests.cu
DCPSE/DCPSE_op/tests/DCPSE_op_Solver_test.cu
DCPSE/DCPSE_op/tests/DCPSE_op_test_base_tests.cu
DCPSE/DCPSE_op/tests/DCPSE_op_test_temporal.cu
OdeIntegrators/tests/Odeintegrators_test_gpu.cu
#DCPSE/DCPSE_op/tests/DCPSE_op_subset_test.cu
Operators/Vector/vector_dist_operators_apply_kernel_unit_tests.cu)
endif()
if (CUDA_ON_BACKEND STREQUAL "CUDA")
set(CUDA_SOURCES DCPSE/DCPSE_op/tests/DCPSE_op_Solver_test.cu
DCPSE/DCPSE_op/tests/DCPSE_op_test_base_tests.cu
#DCPSE/DCPSE_op/tests/DCPSE_op_subset_test.cu
DCPSE/DCPSE_op/tests/DCPSE_op_test_temporal.cu)
endif()
if ( CUDA_ON_BACKEND STREQUAL "HIP" AND HIP_FOUND )
list(APPEND HIP_HIPCC_FLAGS ${CMAKE_CXX_FLAGS_DEBUG})
......
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