Skip to content

Commit

Permalink
more hip
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Aug 28, 2024
1 parent 834b3eb commit 7b5dea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/ascent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ if (ENABLE_SERIAL)
if(CUDA_FOUND)
set_source_files_properties(${TEST}.cpp PROPERTIES LANGUAGE CUDA)
endif()
if(HIP_FOUND)
set_source_files_properties(${TEST}.cpp PROPERTIES LANGUAGE HIP)
endif()
add_cpp_test(TEST ${TEST} DEPENDS_ON ascent ${ascent_device_deps})
endforeach()

Expand Down

0 comments on commit 7b5dea6

Please sign in to comment.