From 7e5ee8b7bfcbc38bc775c8ea1e4a29dac936bd18 Mon Sep 17 00:00:00 2001 From: Haibin Lin Date: Wed, 16 Aug 2023 08:39:25 -0700 Subject: [PATCH] [doc] fix: fix typos in the comment (#1049) --- include/cutlass/gemm/kernel/default_gemm_universal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cutlass/gemm/kernel/default_gemm_universal.h b/include/cutlass/gemm/kernel/default_gemm_universal.h index afccf875..b187a5e9 100644 --- a/include/cutlass/gemm/kernel/default_gemm_universal.h +++ b/include/cutlass/gemm/kernel/default_gemm_universal.h @@ -94,7 +94,7 @@ template < typename ThreadblockShape, /// Warp-level tile size (concept: GemmShape) typename WarpShape, - /// Warp-level tile size (concept: GemmShape) + /// Instruction tile size (concept: GemmShape) typename InstructionShape, /// Epilogue output operator typename EpilogueOutputOp,