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) {