Skip to content

Commit b19f9b4

Browse files
authored
remove finalize_bufferize (#108)
1 parent f1c1a81 commit b19f9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/extras/runtime/passes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def bufferize(self):
142142
return (
143143
self.Func(Pipeline().empty_tensor_to_alloc_tensor())
144144
.one_shot_bufferize()
145-
.Func(Pipeline().finalizing_bufferize().buffer_deallocation())
145+
.Func(Pipeline().buffer_deallocation())
146146
)
147147

148148
def lower_to_llvm(self):

0 commit comments

Comments
 (0)