[all-commits] [llvm/llvm-project] b8f62d: [MLIR][SPIRV] Add intel joint matrix ops
nirvedhmeshram via All-commits
all-commits at lists.llvm.org
Mon Aug 15 16:52:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8f62dc22a9333bc016b19921a9dac6be6cb947c
https://github.com/llvm/llvm-project/commit/b8f62dc22a9333bc016b19921a9dac6be6cb947c
Author: Nirvedh Meshram <nirvedh at nod-labs.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVAttributes.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCastOps.td
A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVJointMatrixOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVTypes.h
M mlir/lib/Dialect/SPIRV/IR/SPIRVDialect.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVTypes.cpp
M mlir/lib/Target/SPIRV/Deserialization/DeserializeOps.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.h
M mlir/lib/Target/SPIRV/Serialization/Serializer.cpp
A mlir/test/Dialect/SPIRV/IR/joint-matrix-ops.mlir
A mlir/test/Target/SPIRV/joint-matrix-ops.mlir
M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
Log Message:
-----------
[MLIR][SPIRV] Add intel joint matrix ops
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D131586
More information about the All-commits
mailing list