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,