mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
* Add ComputeType arg to splitk device and gridwise ops * Update for gridwise op compatibility * Update bf16 and int8 splitk gemm examples with ComputeType * Add instances * Update ckProfiler for mixed precision cases * Add a mixed precision splitK gemm client example --------- Co-authored-by: zjing14 <zhangjing14@gmail.com>
3 lines
146 B
CMake
3 lines
146 B
CMake
add_executable(client_splitK_gemm splitK_gemm_fp16_f8.cpp)
|
|
target_link_libraries(client_splitK_gemm PRIVATE composable_kernel::device_operations)
|