mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-21 05:19:20 +00:00
4 lines
185 B
CMake
4 lines
185 B
CMake
add_test_executable(test_gemm_reduce_fp16 gemm_reduce_fp16_xdl.cpp)
|
|
if(result EQUAL 0)
|
|
target_link_libraries(test_gemm_reduce_fp16 PRIVATE utility device_gemm_reduce_instance)
|
|
endif() |