[all-commits] [llvm/llvm-project] 08425d: [mlir][spirv] Improve coop matrix attribute handli...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Sep 12 08:05:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08425def7dde5544b6b193814661dda88d91cd43
https://github.com/llvm/llvm-project/commit/08425def7dde5544b6b193814661dda88d91cd43
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/SPIRVBase.td
M mlir/lib/Dialect/SPIRV/IR/CooperativeMatrixOps.cpp
M mlir/test/Dialect/SPIRV/IR/cooperative-matrix-ops.mlir
M mlir/test/Target/SPIRV/khr-cooperative-matrix-ops.mlir
Log Message:
-----------
[mlir][spirv] Improve coop matrix attribute handling (#66020)
- Fix values of Matrix Operand bit enums.
- Add verification for the aligned Memory Operand attributes. Mark the
'Aligned' enumerant as not supported.
The target test passes validation with `spirv-val`.
More information about the All-commits
mailing list