Skip to content

Commit 83dbcb7

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jit/mlir.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,8 @@ 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,"
692+
"buffer-deallocation,"
692693
"imex-remove-temporaries,"
693694
"func.func(convert-linalg-to-parallel-loops),"
694695
"func.func(scf-parallel-loop-fusion),"

0 commit comments

Comments
 (0)