Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-smnk committed Jan 9, 2025
1 parent ccafcf8 commit aac340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/TPP/IR/MatcherUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool isTwoDFillOpWithZeros(linalg::LinalgOp linalgOp,
SmallVectorImpl<Value> *capturedOperands = nullptr);

// Return a pair where the first member is true if and only if the operation
// represents a mamtul (GEMM or BRGEMM) in VNNI layout. The second member tells
// represents a matmul (GEMM or BRGEMM) in VNNI layout. The second member tells
// if the brgemm has the batch dimension; it has meaning only if the first field
// is valid.
std::pair<bool, bool>
Expand Down

0 comments on commit aac340a

Please sign in to comment.