We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e032b commit b87f23aCopy full SHA for b87f23a
1 file changed
mlir/docs/Tutorials/MlirOpt.md
@@ -131,13 +131,13 @@ module {
131
```
132
133
This pass has options that allow the user to configure its behavior.
134
-For example, the `fusion-compute-tolerance` option
+For example, the `compute-tolerance` option
135
is described as the "fractional increase in additional computation tolerated while fusing."
136
If this value is set to zero on the command line,
137
the pass will not fuse the loops.
138
139
```bash
140
-build/bin/mlir-opt --pass-pipeline="builtin.module(affine-loop-fusion{fusion-compute-tolerance=0})" \
+build/bin/mlir-opt --pass-pipeline="builtin.module(affine-loop-fusion{compute-tolerance=0})" \
141
mlir/test/Examples/mlir-opt/loop_fusion.mlir
142
143
0 commit comments