Skip to content

Commit 5eaab1e

Browse files
committed
Update documentation.
1 parent c77404a commit 5eaab1e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/generated/stablehlo_optimization_passes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ _Folds StableHLO operations_
77
#### Options
88

99
```
10-
-fold-float : Allow for potentially lossy computations using float type.
10+
-fold-float : Allow for potentially lossy computations using float type.
11+
-fold-op-element-limit : Upper limit on how many elements may be folded by an op folder. This limit doesn't apply in certain special cases such as when adding 0, multiplying by 1, or operating on splats in some ways.
1112
```
1213

1314
### `-stablehlo-aggressive-simplification`
@@ -110,3 +111,10 @@ folding to be performed in the same pattern set, often leading to better
110111
results.
111112

112113
Users should prefer this pass to calling the others directly.
114+
115+
#### Options
116+
117+
```
118+
-fold-float : Allow for potentially lossy computations using float type.
119+
-fold-op-element-limit : Upper limit on how many elements may be folded by an op folder. This limit doesn't apply in certain special cases such as when adding 0, multiplying by 1, or operating on splats in some ways.
120+
```

0 commit comments

Comments
 (0)