File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -687,19 +687,8 @@ static const std::string cpu_pipeline =
687687 // "convert-shape-to-std,"
688688 " arith-expand,"
689689 " memref-expand,"
690- " arith-bufferize,"
691- // "func-bufferize,"
692690 " func.func(empty-tensor-to-alloc-tensor),"
693- " func.func(scf-bufferize),"
694- " func.func(tensor-bufferize),"
695- " func.func(bufferization-bufferize),"
696- " func.func(linalg-bufferize),"
697- " func.func(linalg-detensorize),"
698- " func.func(tensor-bufferize),"
699- " region-bufferize,"
700- " canonicalize,"
701- " func.func(finalizing-bufferize),"
702- " func.func(buffer-deallocation),"
691+ " one-shot-bufferize{bufferize-function-boundaries},"
703692 " imex-remove-temporaries,"
704693 " func.func(convert-linalg-to-parallel-loops),"
705694 " func.func(scf-parallel-loop-fusion),"
You can’t perform that action at this time.
0 commit comments