[doc] fix: fix typos in the comment (#1049)

This commit is contained in:
Haibin Lin
2023-08-16 08:39:25 -07:00
committed by GitHub
parent 2d9a557427
commit 7e5ee8b7bf

View File

@ -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,