Skip to content

Commit b87f23a

Browse files
authored
[mlir][docs] Rename fusion option name in MlirOpt tutorial (#184635)
Options have been renamed in #128405
1 parent 63e032b commit b87f23a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mlir/docs/Tutorials/MlirOpt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ module {
131131
```
132132

133133
This pass has options that allow the user to configure its behavior.
134-
For example, the `fusion-compute-tolerance` option
134+
For example, the `compute-tolerance` option
135135
is described as the "fractional increase in additional computation tolerated while fusing."
136136
If this value is set to zero on the command line,
137137
the pass will not fuse the loops.
138138

139139
```bash
140-
build/bin/mlir-opt --pass-pipeline="builtin.module(affine-loop-fusion{fusion-compute-tolerance=0})" \
140+
build/bin/mlir-opt --pass-pipeline="builtin.module(affine-loop-fusion{compute-tolerance=0})" \
141141
mlir/test/Examples/mlir-opt/loop_fusion.mlir
142142
```
143143

0 commit comments

Comments
 (0)