[all-commits] [llvm/llvm-project] af9daf: [mlir][spirv] Fix coop matrix store (#65709)
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Fri Sep 8 10:58:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af9dafeb3810cff4276d9916ccf61158fe49be85
https://github.com/llvm/llvm-project/commit/af9dafeb3810cff4276d9916ccf61158fe49be85
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCooperativeMatrixOps.td
M mlir/lib/Dialect/SPIRV/IR/CooperativeMatrixOps.cpp
M mlir/test/Dialect/SPIRV/IR/cooperative-matrix-ops.mlir
Log Message:
-----------
[mlir][spirv] Fix coop matrix store (#65709)
- Fix operand/attribute order
- Use ODS for parsing/printing
- Allow for stride to be any integer type
More information about the All-commits
mailing list