@@ -154,16 +154,16 @@ def AffineLoopFusion : Pass<"affine-loop-fusion"> {
154
154
}];
155
155
let constructor = "mlir::affine::createLoopFusionPass()";
156
156
let options = [
157
- Option<"computeToleranceThreshold", "fusion- compute-tolerance", "double",
157
+ Option<"computeToleranceThreshold", "compute-tolerance", "double",
158
158
/*default=*/"0.30f", "Fractional increase in additional computation "
159
159
"tolerated while fusing">,
160
- Option<"fastMemorySpace", "fusion- fast-mem-space", "unsigned",
160
+ Option<"fastMemorySpace", "fast-mem-space", "unsigned",
161
161
/*default=*/"0",
162
162
"Faster memory space number to promote fusion buffers to">,
163
- Option<"localBufSizeThreshold", "fusion- local-buf-threshold", "uint64_t",
163
+ Option<"localBufSizeThreshold", "local-buf-threshold", "uint64_t",
164
164
/*default=*/"0", "Threshold size (KiB) for promoting local buffers "
165
165
"to fast memory space">,
166
- Option<"maximalFusion", "fusion- maximal", "bool", /*default=*/"false",
166
+ Option<"maximalFusion", "maximal", "bool", /*default=*/"false",
167
167
"Enables maximal loop fusion">,
168
168
Option<"affineFusionMode", "mode", "enum FusionMode",
169
169
"mlir::affine::FusionMode::Greedy", "fusion mode to attempt",
0 commit comments