[Mlir-commits] [mlir] [mlir][MLProgram] Add MLProgram to MemRef bufferization pass (PR #75103)
Mehdi Amini
llvmlistbot at llvm.org
Mon Dec 11 21:43:39 PST 2023
================
@@ -11,6 +11,14 @@
include "mlir/Pass/PassBase.td"
+def MLProgramBufferize: Pass<"mlprogram-bufferize", "ModuleOp"> {
+ let summary = "Bufferize the MLProgram dialect ops";
----------------
joker-eph wrote:
Please provide an extensive documentation here.
It's not clear to me why we need special pass here instead of reusing the one-shot buffering, which I would expect to work with interfaces.
https://github.com/llvm/llvm-project/pull/75103
More information about the Mlir-commits
mailing list