mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 12:00:07 +00:00
6 lines
299 B
CMake
6 lines
299 B
CMake
add_gtest_executable(test_reduce_no_index reduce_no_index.cpp)
|
|
add_gtest_executable(test_reduce_with_index reduce_with_index.cpp)
|
|
target_link_libraries(test_reduce_no_index PRIVATE utility device_reduce_instance)
|
|
target_link_libraries(test_reduce_with_index PRIVATE utility device_reduce_instance)
|
|
|