Skip to content

Commit

Permalink
tpetra: enable TPL counter tests for CUDA/HIP + SPARSE
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed May 20, 2024
1 parent 374105c commit 76b84eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/tpetra/core/test/CrsMatrix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
STANDARD_PASS_OUTPUT
)

if ((KOKKOS_ENABLE_CUDA AND KOKKOSKERNELS_ENABLE_TPL_CUSPARSE ) OR
(KOKKOS_ENABLE_HIP AND KOKKOSKERNELS_ENABLE_TPL_ROCSPARSE))
TRIBITS_ADD_EXECUTABLE_AND_TEST(
CrsMatrix_ApplyUsesTPLs
SOURCES
Expand All @@ -498,7 +500,7 @@ TRIBITS_ADD_EXECUTABLE_AND_TEST(
COMM serial mpi
STANDARD_PASS_OUTPUT
)

endif()

SET(TIMING_INSTALLS "")

Expand Down

0 comments on commit 76b84eb

Please sign in to comment.