We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85685e commit b9cf684Copy full SHA for b9cf684
mlir/include/mlir/Dialect/SCF/Transforms/Transforms.h
@@ -136,7 +136,7 @@ struct PipeliningOption {
136
/// The callback passes the operation created along with the part of the
137
/// pipeline and the iteration index. The iteration index is always 0 for the
138
/// kernel. For the prologue and epilogue, it corresponds to the iteration
139
- /// peeled out of the loop in the range [0, maxStage[.
+ /// peeled out of the loop in the range [0, maxStage].
140
using AnnotationlFnType =
141
std::function<void(Operation *, PipelinerPart, unsigned)>;
142
AnnotationlFnType annotateFn = nullptr;
0 commit comments