Skip to content

Commit

Permalink
[aievec][nfc] Fix comments in PR #1475. (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsetoain authored and singagan committed Jun 5, 2024
1 parent 28f9966 commit cfa4a41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Dialect/AIEVec/Transforms/VectorToVectorConversions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,9 @@ struct FlattenMultDimTransferWritePattern
}
};

// This pattern takes out an implicit transposition of the `rhs` operand in a
// gemm-like contraction op, making it an explicit `vector.transpose` op.
// This pattern extracts an implicit transposition of the 2 innermost
// dimensions of `rhs` in a gemm-like contraction op, making it an explicit
// `vector.transpose` op.
// If `rhs` is coming from a widening op (`extf`/`extsi`/`extui`), the
// transposition will be hoisted above the widening op.
struct ExtractTransposeFromContractionOp
Expand Down

0 comments on commit cfa4a41

Please sign in to comment.