[all-commits] [llvm/llvm-project] 4c4bdf: [mlir][spirv] Fix remaining coop matrix verificati...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Sep 12 14:04:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c4bdf0c3ab855f8ef2834ee869b9091c50ed937
https://github.com/llvm/llvm-project/commit/4c4bdf0c3ab855f8ef2834ee869b9091c50ed937
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMatrixOps.td
M mlir/lib/Dialect/SPIRV/IR/CooperativeMatrixOps.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
R mlir/test/Dialect/SPIRV/IR/cooperative-matrix-ops.mlir
A mlir/test/Dialect/SPIRV/IR/khr-cooperative-matrix-ops.mlir
A mlir/test/Dialect/SPIRV/IR/nv-cooperative-matrix-ops.mlir
Log Message:
-----------
[mlir][spirv] Fix remaining coop matrix verification corner cases (#66137)
- Check `MakePointer*` load/store attribute values.
- Support coop matrix types in `MatrixTimesScalar` verification.
- Add test cases for all the remaining ops that accept coop matrix types.
- Split NV and KHR tests.
More information about the All-commits
mailing list