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 a8f9853 commit 08f508aCopy full SHA for 08f508a
src/jit/mlir.cpp
@@ -688,8 +688,10 @@ static const std::string cpu_pipeline =
688
"arith-expand,"
689
"memref-expand,"
690
"func.func(empty-tensor-to-alloc-tensor),"
691
- "one-shot-bufferize{bufferize-function-boundaries},"
+ "one-shot-bufferize,"
692
+ "canonicalize,"
693
"imex-remove-temporaries,"
694
+ "func.func(buffer-deallocation),"
695
"func.func(convert-linalg-to-parallel-loops),"
696
"func.func(scf-parallel-loop-fusion),"
697
"drop-regions,"
0 commit comments