File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mlir/include/mlir/Dialect/Linalg/Transforms Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -699,11 +699,11 @@ FailureOr<GenericOp> interchangeGenericOp(RewriterBase &rewriter,
699699 GenericOp genericOp,
700700 ArrayRef<unsigned > interchangeVector);
701701
702- // / Create a GenericOp from the given named operation `namedOp ` and replace
703- // / namedOp .
704- // / Return failure if `namedOp ` is a GenericOp or misses a region builder.
702+ // / Create a GenericOp from the given named operation `linalgOp ` and replace
703+ // / the given `linalgOp` .
704+ // / Return failure if `linalgOp ` is a GenericOp or misses a region builder.
705705FailureOr<GenericOp> generalizeNamedOp (RewriterBase &rewriter,
706- LinalgOp namedOp );
706+ LinalgOp linalgOp );
707707
708708// / Create a namedOp from the given GenericOp and replace the GenericOp.
709709// / Currently we can specialize only trivial linalg copy operations.
You can’t perform that action at this time.
0 commit comments