Skip to content

Commit e9189fb

Browse files
committed
update cpu pipeline
- do not bufferize func boudaries, we already use memrefs - add deallocation pass
1 parent a8f9853 commit e9189fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jit/mlir.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,9 @@ static const std::string cpu_pipeline =
688688
"arith-expand,"
689689
"memref-expand,"
690690
"func.func(empty-tensor-to-alloc-tensor),"
691-
"one-shot-bufferize{bufferize-function-boundaries},"
691+
"one-shot-bufferize,"
692692
"imex-remove-temporaries,"
693+
"func.func(buffer-deallocation),"
693694
"func.func(convert-linalg-to-parallel-loops),"
694695
"func.func(scf-parallel-loop-fusion),"
695696
"drop-regions,"

0 commit comments

Comments
 (0)