Skip to content

Commit

Permalink
UM tensor/expression unit tests build for HIP also
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Sep 26, 2023
1 parent 64f5a9b commit ede6824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ set(ta_test_src_files ta_test.cpp
)

if(CUDA_FOUND OR HIP_FOUND)
list(APPEND ta_test_src_files librett.cpp)
endif()

if(CUDA_FOUND)
list(APPEND ta_test_src_files expressions_cuda_um.cpp tensor_um.cpp)
list(APPEND ta_test_src_files librett.cpp expressions_device_um.cpp tensor_um.cpp)
endif()

# if using C++20 must use Boost 1.74 or later:
Expand Down
File renamed without changes.

0 comments on commit ede6824

Please sign in to comment.