Files
composable_kernel/test/ck_tile/reduce/CMakeLists.txt
2025-08-06 14:17:09 +00:00

8 lines
210 B
CMake

if(GPU_TARGETS MATCHES "gfx9")
add_gtest_executable(test_ck_tile_reduce2d test_reduce2d.cpp)
if(result EQUAL 0)
target_link_libraries(test_ck_tile_reduce2d PRIVATE utility)
endif()
endif()