[Mlir-commits] [mlir] [mlir][MLProgram] Add MLProgram to MemRef bufferization pass (PR #75103)

Ryan Holt llvmlistbot at llvm.org
Tue Dec 12 04:00:13 PST 2023


ryan-holt-1 wrote:

@matthias-springer I agree that implementing the interface would be much better. I had tried doing that but it did not work because One-Shot Bufferize would not visit module-level ops that appear outside of a function like `ml_program.global`. Bufferizing `ml_program.global_load` and `ml_program.global_store` worked fine but `ml_program.global` was skipped. Any thoughts on how I could get that to work?

https://github.com/llvm/llvm-project/pull/75103


More information about the Mlir-commits mailing list