[Mlir-commits] [mlir] [mlir][MLProgram] Add MLProgram to MemRef bufferization pass (PR #75103)
Ryan Holt
llvmlistbot at llvm.org
Tue Dec 12 07:29:31 PST 2023
================
@@ -11,6 +11,14 @@
include "mlir/Pass/PassBase.td"
+def MLProgramBufferize: Pass<"mlprogram-bufferize", "ModuleOp"> {
+ let summary = "Bufferize the MLProgram dialect ops";
----------------
ryan-holt-1 wrote:
Added doc. One-Shot Bufferize does not visit module level ops like `ml_program.global` so implementing the `BufferizableOpInterface` did not work (see my comment for Matthias below).
https://github.com/llvm/llvm-project/pull/75103
More information about the Mlir-commits
mailing list