mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-17 00:58:44 +00:00
3 lines
165 B
CMake
Executable File
3 lines
165 B
CMake
Executable File
add_executable(client_gemm gemm.cpp)
|
|
target_link_libraries(client_gemm PRIVATE composable_kernel::device_other_operations composable_kernel::device_gemm_operations)
|