Skip to content

Commit

Permalink
bunch -> vector comment change
Browse files Browse the repository at this point in the history
Co-authored-by: Jorn Tuyls <[email protected]>
  • Loading branch information
Abhishek-Varma and jtuyls authored Aug 29, 2024
1 parent be796a8 commit cc1e7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace mlir::iree_compiler::AMDAIE {

/// Utility to split logicalobjectfifos given a bunch of L2->L1 DmaCpyNd ops.
/// Utility to split logicalobjectfifos given a vector of L2->L1 DmaCpyNd ops.
LogicalResult splitLogicalObjectFifos(
IRRewriter &rewriter, SmallVector<AMDAIE::DmaCpyNdOp> &l2ToL1DmaOps,
MLIRContext *context);
Expand Down

0 comments on commit cc1e7b3

Please sign in to comment.