[Mlir-commits] [mlir] [mlir][linalg] Introduce transpose semantic to 'linalg.matmul' ops. (PR #104783)

Nicolas Vasilache llvmlistbot at llvm.org
Mon Sep 9 05:56:10 PDT 2024


nicolasvasilache wrote:

> Second concern: I think we should try to limit changes to opdsl. Leave the opdsl ops as is, and have a set of named ops that dont conflict but build up towrads V2 of named ops to minimize downstream breakages. At some point in the future (if ever) when all uses have reached a concensus on what to use, then we can deprecate the opdsl path.

+1 on this, let's be sure we provide a gentle path to deprecating opdsl, it feels premature to just replace the existing right now


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


More information about the Mlir-commits mailing list