Allow user to apply multi-buffering transformation for cases where proving
that there is no loop carried dependency is not trivial. In this case user needs
to ensure that the data are written and read in the same iteration otherwise the
result is incorrect.
Details
Details
Diff Detail
Diff Detail
Event Timeline
mlir/include/mlir/Dialect/MemRef/TransformOps/MemRefTransformOps.td | ||
---|---|---|
41 | Could we rename this to "skip_analysis" before landing? |
Could we rename this to "skip_analysis" before landing?
This is not an op semantics (verification) concern.