mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 04:19:36 +00:00
* Rewrite .sh test to Gtest
* review chnages
* Removew unused comments
* Review v2
* Typo
* Separete UT: AMAX, MAX, MIN; added template params to trigger them
* Update test/reduce/reduce_no_index.cpp
---------
Co-authored-by: Bartłomiej Kocot <barkocot@amd.com>
[ROCm/composable_kernel commit: ab60b390f8]
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)
|
|
|