This is useful for converting to SPIR-V, where we'd like to have
memref of vector element types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137143
[mlir][gpu] Relax MMA load/store to allow vector memref ClosedPublic Authored by antiagainst on Oct 31 2022, 6:57 PM.
Details Summary This is useful for converting to SPIR-V, where we'd like to have
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 31 2022, 7:45 PM bondhugula added inline comments.
antiagainst added inline comments.
Closed by commit rGb270fbe03532: [mlir][gpu] Relax MMA load/store to allow vector memref (authored by antiagainst). · Explain WhyNov 1 2022, 8:38 AM This revision was automatically updated to reflect the committed changes. antiagainst marked an inline comment as done.
Revision Contents
Diff 472314 mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
mlir/test/Dialect/GPU/invalid.mlir
mlir/test/Dialect/GPU/ops.mlir
|
Don't we have to update documentation or code comments for MMAMemRef somewhere?