[all-commits] [llvm/llvm-project] 1fa9e1: [mlir][spirv] Add cooperative matrix load op
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Jul 19 08:00:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fa9e150b43dad347bd488bac584b3c2ed77d9f8
https://github.com/llvm/llvm-project/commit/1fa9e150b43dad347bd488bac584b3c2ed77d9f8
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/include/mlir/IR/OpImplementation.h
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 load op
Implement cooperative matrix load for the `SPV_KHR_cooperative_matrix`
extension: https://github.com/KhronosGroup/SPIRV-Registry/blob/master/extensions/KHR/SPV_KHR_cooperative_matrix.html.
Also some minor fixes in common code for custom parsing.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D155616
More information about the All-commits
mailing list