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 d894d3f commit b236299Copy full SHA for b236299
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