Skip to content

Commit

Permalink
perf_test/batched: Temporarily disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 11, 2022
1 parent 24b8801 commit 373d309
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions perf_test/batched/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
KOKKOSKERNELS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
KOKKOSKERNELS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

KOKKOSKERNELS_ADD_EXECUTABLE(KokkosBatched_Test_BlockTridiag
SOURCES KokkosBatched_Test_BlockTridiagDirect.cpp
)
KOKKOSKERNELS_ADD_EXECUTABLE(KokkosBatched_Test_BlockJacobi
SOURCES KokkosBatched_Test_BlockJacobi_Tutorial.cpp
)
#KOKKOSKERNELS_ADD_EXECUTABLE(KokkosBatched_Test_BlockTridiag
# SOURCES KokkosBatched_Test_BlockTridiagDirect.cpp
#)
#KOKKOSKERNELS_ADD_EXECUTABLE(KokkosBatched_Test_BlockJacobi
# SOURCES KokkosBatched_Test_BlockJacobi_Tutorial.cpp
#)

0 comments on commit 373d309

Please sign in to comment.