We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f9853 commit 83dbcb7Copy full SHA for 83dbcb7
src/jit/mlir.cpp
@@ -688,7 +688,8 @@ 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
+ "buffer-deallocation,"
693
"imex-remove-temporaries,"
694
"func.func(convert-linalg-to-parallel-loops),"
695
"func.func(scf-parallel-loop-fusion),"
0 commit comments