mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
5 lines
186 B
CMake
5 lines
186 B
CMake
if(GPU_TARGETS MATCHES "gfx950")
|
|
add_executable(client_gemm_mx_fp8 gemm_mx_fp8.cpp)
|
|
target_link_libraries(client_gemm_mx_fp8 PRIVATE composable_kernel::device_gemm_operations)
|
|
endif()
|