onnx-mlir icon indicating copy to clipboard operation
onnx-mlir copied to clipboard

Investigate MLIR buffer allocation optimizations

Open etiotto opened this issue 2 years ago • 0 comments

MLIR has passe that allow detection of buffer allocation and injection of deallocations. The following documentation https://mlir.llvm.org/docs/BufferDeallocationInternals advertises the existence of a buffer hoisting pass.

etiotto avatar Jun 01 '22 20:06 etiotto