[Mlir-commits] [mlir] [mlir][linalg] Preserve cast semantics during generic to matmul (PR #174757)

Prathamesh Tagore llvmlistbot at llvm.org
Thu Jan 8 10:13:42 PST 2026


meshtag wrote:

> Aren't other contract-like ops also affected?

I haven't checked this. I'd prefer only dealing with matmul-like ops in this PR though. We can deal with other ops separately if that's fine.

> Btw, would you mind clustering together all tests for linalg.matmul and other ops (bonus points for a block comment)? This way it will be much easier to see all the test variants for a particular Op. 

I have removed input-file split indicators from between them, and am also re-using the affine maps wherever I can. Documentation and naming is also improved for them per the attached guide (thanks!). Please feel free to let me know if more things are required there. Thanks.

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


More information about the Mlir-commits mailing list