diff --git a/include/cutlass/matrix_traits.h b/include/cutlass/matrix_traits.h index 9e62c4ca..8e7fe330 100644 --- a/include/cutlass/matrix_traits.h +++ b/include/cutlass/matrix_traits.h @@ -43,9 +43,7 @@ enum class MatrixLayout { /// Transformation applied to matrix operands enum class MatrixTransform { kNone, /// no operation - kTranspose, /// transpose operation - kConjugate, /// conjugate - kHermitian /// conjugate transpose + kTranspose /// transpose operation }; ////////////////////////////////////////////////////////////////////////////////////////////////////