[Mlir-commits] [mlir] [mlir][linalg] Enable fuse consumer (PR #89893)
donald chen
llvmlistbot at llvm.org
Thu Apr 25 07:12:57 PDT 2024
cxy-1993 wrote:
> For those of us less familiar with the fusion logic, could you please provide a high level example with "BEFORE" and "AFTER"? You can use pseudo IR for that (I can use the implementation to reason about the finer details).
Thank you for your suggestion. A complete transform/pass submission should indeed include relevant descriptions. However, as discussed above, the implementation here is a test that is about to be moved or deleted. I feel it's unnecessary to provide excessive description of inputs and outputs here. We can refine that in this submission(https://github.com/llvm/llvm-project/pull/88712).
https://github.com/llvm/llvm-project/pull/89893
More information about the Mlir-commits
mailing list