[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #107295)

Tzung-Han Juang llvmlistbot at llvm.org
Mon Sep 16 12:47:28 PDT 2024


================
@@ -19,6 +19,7 @@
 // tensors annotated with attributes from the `bufferization` dialect. These
 // attributes hint the bufferization pass to assume buffers can be directly
 // used for these tensors without reshaping.
+module @payload attributes { transform.target_tag = "payload" } {
 func.func @conv(
     %input: !tinput {bufferization.writable = false,
                      bufferization.access = "read",
----------------
tzunghanjuang wrote:

Thank you @erick-xanadu. It also works on my side. I have pushed the patch to see what will happen on the CI.

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


More information about the Mlir-commits mailing list