[all-commits] [llvm/llvm-project] 68cd1d: [mlir][spirv] Add cooperative matrix store op
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Jul 19 08:03:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68cd1dbc2ec97e20306694a7cdc480584295e62c
https://github.com/llvm/llvm-project/commit/68cd1dbc2ec97e20306694a7cdc480584295e62c
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCooperativeMatrixOps.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/cooperative-matrix-ops.mlir
Log Message:
-----------
[mlir][spirv] Add cooperative matrix store op
Implement cooperative matrix store for the `SPV_KHR_cooperative_matrix`
extension: https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_cooperative_matrix.html.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D155631
More information about the All-commits
mailing list