- Moves batch_matmul, matmul, matvec, vectmat, dot to the new mechanism.
- This is not just an NFC change, in addition to using a new code generation mechanism, it also activates symbolic casting, allowing mixed precision operands and results.
- These definitions were generated from DSL by the tool: https://github.com/stellaraccident/mlir-linalgpy/blob/main/mlir_linalg/oplib/core.py (will be upstreamed in a subsequent set of changes).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc | ||
---|---|---|
47 | I imagine a followup CL will then retire all these guys that are now a particular case of polymorphic matmul? |
mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOpsSpec.tc | ||
---|---|---|
47 | Yes - these have made there way to a couple of downstreams, and since they don't hurt being here for a bit longer, I decided to stage it to give them time to adapt. |
I imagine a followup CL will then retire all these guys that are now a particular case of polymorphic matmul?