Skip to content

Commit

Permalink
remove finalize_bufferize (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Nov 27, 2024
1 parent f1c1a81 commit b19f9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/extras/runtime/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def bufferize(self):
return (
self.Func(Pipeline().empty_tensor_to_alloc_tensor())
.one_shot_bufferize()
.Func(Pipeline().finalizing_bufferize().buffer_deallocation())
.Func(Pipeline().buffer_deallocation())
)

def lower_to_llvm(self):
Expand Down

0 comments on commit b19f9b4

Please sign in to comment.