mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-21 13:29:20 +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>
[ROCm/composable_kernel commit: eac50708d9]
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)
|