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 dc22fb0 commit 986e6d0Copy full SHA for 986e6d0
1 file changed
src/jit/mlir.cpp
@@ -688,6 +688,8 @@ static const std::string cpu_pipeline =
688
"arith-expand,"
689
"memref-expand,"
690
"func.func(empty-tensor-to-alloc-tensor),"
691
+ "cse,"
692
+ "canonicalize,"
693
"one-shot-bufferize,"
694
"canonicalize,"
695
"imex-remove-temporaries,"
0 commit comments