From 052afcd31486c772336dc37ead6ca13e31f217bd Mon Sep 17 00:00:00 2001 From: zkyue <51477259+zkyue@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:44:02 +0800 Subject: [PATCH] fix typo (#2529) --- include/cutlass/coord.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cutlass/coord.h b/include/cutlass/coord.h index c0199e15..9363d1e9 100644 --- a/include/cutlass/coord.h +++ b/include/cutlass/coord.h @@ -418,7 +418,7 @@ Coord operator/(Coord coord, Index s) { // //////////////////////////////////////////////////////////////////////////////////////////////////// -/// Helper to make a 2-element coordinate +/// Helper to make a 1-element coordinate template CUTLASS_HOST_DEVICE Coord<1, T> make_Coord(T _0) {