Skip to content

Commit

Permalink
Removed redundant conjugation operations from matrix_traits. (NVIDIA#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmudgeon authored Nov 20, 2019
1 parent 8aca98f commit 45ecbc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/cutlass/matrix_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 45ecbc8

Please sign in to comment.