mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
3 lines
165 B
CMake
3 lines
165 B
CMake
add_executable(client_gemm gemm.cpp)
|
|
target_link_libraries(client_gemm PRIVATE composable_kernel::device_other_operations composable_kernel::device_gemm_operations)
|