mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 12:41:26 +00:00
feat: add new optimized tutorial kernels
- Add 01_naive_gemm baseline implementation - Add 02_padding_k_first with PADDING_K_FIRST + MFMA_32x32x16 - Add 03_mfma_16x16x16 with PADDING_K_FIRST + MFMA_16x16x16 - Share common reference_gemm.hpp in parent gemm/ directory
This commit is contained in:
@@ -6,5 +6,4 @@ include_directories(AFTER
|
||||
)
|
||||
|
||||
add_subdirectory(00_copy_kernel)
|
||||
add_subdirectory(01_naive_gemm)
|
||||
|
||||
add_subdirectory(gemm)
|
||||
|
||||
Reference in New Issue
Block a user