From f9f0bbbf628e533d9d68829b8b1bb6b757e45103 Mon Sep 17 00:00:00 2001 From: Philip Maybank Date: Mon, 28 Jul 2025 17:58:16 +0100 Subject: [PATCH] fix typo --- include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp b/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp index 519b31fbb0..f000092b72 100644 --- a/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp +++ b/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp @@ -9,7 +9,7 @@ namespace ck_tile { template -struct WarpGemmAtrributeWmma +struct WarpGemmAttributeWmma { using Impl = remove_cvref_t; @@ -74,7 +74,7 @@ struct WarpGemmAtrributeWmma }; template -struct WarpGemmAtrributeWmmaIterateK +struct WarpGemmAttributeWmmaIterateK { static_assert(kKIter > 0, "wrong!"); @@ -290,7 +290,7 @@ struct WarpGemmAtrributeWmmaIterateK }; template -struct WarpGemmAtrributeWmmaTransposedCDistribution +struct WarpGemmAttributeWmmaTransposedCDistribution { using Impl = remove_cvref_t;