From a052bfa81a827ddd770a40fc08e0edc7e2c07983 Mon Sep 17 00:00:00 2001 From: Thomas Ning Date: Tue, 10 Jun 2025 16:34:33 -0700 Subject: [PATCH] fix on the typo (#2326) [ROCm/composable_kernel commit: 14d229d6c8c799d999522aa0975ae9ed53854e57] --- include/ck_tile/ops/gemm/warp/warp_gemm_attribute_mfma_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_mfma_impl.hpp b/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_mfma_impl.hpp index 4bc4884beb..7f7a835a69 100644 --- a/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_mfma_impl.hpp +++ b/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_mfma_impl.hpp @@ -1127,7 +1127,7 @@ struct WarpGemmAttributeMfmaImpl_f32_16x16x32_f8_base return bit_cast(__builtin_amdgcn_mfma_f32_16x16x32_bf8_fp8( bit_cast(a_vec), bit_cast(b_vec), CVecType{0.f}, 0, 0, 0)); else if constexpr(std::is_same_v && std::is_same_v) - return bit_cast(__builtin_amdgcn_mfma_f32_316x16x32_bf8_bf8( + return bit_cast(__builtin_amdgcn_mfma_f32_16x16x32_bf8_bf8( bit_cast(a_vec), bit_cast(b_vec), CVecType{0.f}, 0, 0, 0)); #else ck_tile::ignore = a_vec;