[Mlir-commits] [mlir] [MLIR][Linalg] Pattern to fold AddOp to accumulation via contraction op's dest (PR #110514)

Andrzej Warzyński llvmlistbot at llvm.org
Wed Oct 2 14:23:38 PDT 2024


banach-space wrote:

> If you could have another look at the now simpler code, that would be much appreciated.

I really like how you simplified that, thanks!

> As for where utility functions like this should exist, I am interested as well if the functionality already exists somewhere. I have not been able to find it so far (which ties into the question what the right location would be for such functions). 😢

I couldn't anything myself. Lets just be mindful of this and make sure we don't re-implement this anywhere - that wouldn't be the first time 😂 

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


More information about the Mlir-commits mailing list