[Mlir-commits] [mlir] [mlir][linalg] Add support to pass attributes to the packed ops (PR #79526)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jan 29 15:11:20 PST 2024
yzhang93 wrote:
> > This needs much more polishing: we have support for op name, interfaces etc in the match op, please adopt/adapt/generalize as needed.
> > Also, no landing without tests.
>
> The match op only works for transform dialect (unless I am missing something). This is outside of transform dialect.
Yes, in our downstream work, we need to directly call `linalg::pack` method from Transform.h without using the transform dialect. However, I added a test with transform dialect inside `transform-op-pack.mlir` only because there is no separate test for that method. Please let me know if this is acceptable.
https://github.com/llvm/llvm-project/pull/79526
More information about the Mlir-commits
mailing list