File tree 2 files changed +2
-2
lines changed
include/mlir/Dialect/SCF/Utils
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ struct UnrolledLoopInfo {
117
117
};
118
118
119
119
// / Unrolls this for operation by the specified unroll factor. Returns the
120
- // / unrolled main loop and the eplilog loop, if the loop is unrolled. Otherwise
120
+ // / unrolled main loop and the epilogue loop, if the loop is unrolled. Otherwise
121
121
// / returns failure if the loop cannot be unrolled either due to restrictions or
122
122
// / due to invalid unroll factors. Requires positive loop bounds and step. If
123
123
// / specified, annotates the Ops in each unrolled iteration by applying
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ static void generateUnrolledLoop(
374
374
}
375
375
376
376
// / Unrolls 'forOp' by 'unrollFactor', returns the unrolled main loop and the
377
- // / eplilog loop, if the loop is unrolled.
377
+ // / epilogue loop, if the loop is unrolled.
378
378
FailureOr<UnrolledLoopInfo> mlir::loopUnrollByFactor (
379
379
scf::ForOp forOp, uint64_t unrollFactor,
380
380
function_ref<void (unsigned , Operation *, OpBuilder)> annotateFn) {
You can’t perform that action at this time.
0 commit comments