Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jtuyls committed Aug 26, 2024
1 parent e86139a commit 53e7b1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ def AMDAIEHoistForLoopAffineApply : Pass<"iree-amdaie-hoist-for-affine-apply"> {
}

def AMDAIEHoistLogicalObjFifo : Pass<"iree-amdaie-hoist-logical-objectfifo"> {
let summary = "Hoist logical objectFifo operations to the scope of its operands.";
let summary = "Hoist logical objectFifo operations to the scope of the most nested of its "
"operands, without hoisting through workgroup, controlcode, or func ops.";
let constructor = "mlir::iree_compiler::AMDAIE::createAMDAIEHoistLogicalObjFifoPass()";
}

Expand Down

0 comments on commit 53e7b1e

Please sign in to comment.