From 22586c31354fbaa773c60431e4bb0c5fcd9837d8 Mon Sep 17 00:00:00 2001 From: Gino Lu Date: Sun, 14 Sep 2025 23:40:28 -0500 Subject: [PATCH] fix bug --- include/ck_tile/ops/gemm/warp/warp_gemm_impl.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/ck_tile/ops/gemm/warp/warp_gemm_impl.hpp b/include/ck_tile/ops/gemm/warp/warp_gemm_impl.hpp index 145f635a2b..c38175d345 100644 --- a/include/ck_tile/ops/gemm/warp/warp_gemm_impl.hpp +++ b/include/ck_tile/ops/gemm/warp/warp_gemm_impl.hpp @@ -92,11 +92,11 @@ struct WarpGemmImpl c.get_thread_buffer().template set_as(I0, c_vec); } - template CK_TILE_DEVICE void operator()(CTensor& c, const ATensor& a, @@ -150,7 +150,7 @@ struct WarpGemmImpl return c; } - template + template CK_TILE_DEVICE auto operator()(const ATensor& a, const BTensor& b, const int32_t& a_scale,