[Mlir-commits] [mlir] [MLIR] Make `OneShotModuleBufferize` use `OpInterface` (PR #110322)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Oct 17 06:54:28 PDT 2024
erick-xanadu wrote:
@banach-space , if you want to have your test pass while the PR above is discussed: you can wrap `matmul` and `main` in a payload module (i.e., `module @payload attributes { transform.target_tag = "payload" }` and use the `debug-payload-root-tag` in your `RUN` command. ` RUN: mlir-opt --transform-interpreter="debug-payload-root-tag=payload"`. You may also need to separate your `RUN` command into two `mlir-opt`s similar to this other test: https://github.com/tzunghanjuang/llvm-project/blob/4a60687b1f744f3444855b39ae457c8efe6ae1bb/mlir/test/Examples/transform/ChH/full.mlir
https://github.com/llvm/llvm-project/pull/110322
More information about the Mlir-commits
mailing list