[Mlir-commits] [mlir] [mlir][linalg] Enable fuse consumer (PR #85528)

donald chen llvmlistbot at llvm.org
Thu Apr 18 05:26:17 PDT 2024


cxy-1993 wrote:

> This needs tests.

Thanks for your time. I have modified the code base on your comments(as well as the original code).

As for tests, I have original implemented a transform op in linalg dialect, and add tests. After the discussion above, we decided to only add the interface part for now. The tests for these parts require the implementation of the transform op, so can we implement the interface first and add tests for the transform op later?

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


More information about the Mlir-commits mailing list