We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559df83 commit 70d34e4Copy full SHA for 70d34e4
mlir/lib/Dialect/Linalg/Transforms/FoldIntoElementwise.cpp
@@ -72,7 +72,6 @@ struct LinalgFoldIntoElementwisePass
72
LinalgFoldIntoElementwisePass>::LinalgFoldIntoElementwisePassBase;
73
74
void runOnOperation() override {
75
- llvm::outs() << "Hellow from fold into elemenwise \n";
76
Operation *op = getOperation();
77
RewritePatternSet patterns(op->getContext());
78
populateLinalgFoldIntoElementwisePatterns(patterns);
@@ -86,4 +85,4 @@ struct LinalgFoldIntoElementwisePass
86
85
void mlir::linalg::populateLinalgFoldIntoElementwisePatterns(
87
RewritePatternSet &patterns) {
88
patterns.add<FoldTransposePattern>(patterns.getContext());
89
-}
+}
0 commit comments