[Mlir-commits] [mlir] [mlir][bufferization] Add static memory planner pass for compile-time buffer allocation (PR #205125)
Javed Absar
llvmlistbot at llvm.org
Tue Jun 23 08:35:44 PDT 2026
================
----------------
javedabsar1 wrote:
Eligible allocations are packed into a single arena. Currently, we
use a trivial sequential allocation strategy with alignment padding.
But the interface will also any packing algorithm to be plugged in
as long as it respects the interface.
https://github.com/llvm/llvm-project/pull/205125
More information about the Mlir-commits
mailing list