[all-commits] [llvm/llvm-project] 03e6bf: [mlir][spirv] Define `spirv.*Dot` integer dot prod...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Dec 6 17:21:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03e6bf5f564c440ffbbac3a7a30015b6ca779afe
https://github.com/llvm/llvm-project/commit/03e6bf5f564c440ffbbac3a7a30015b6ca779afe
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVIntegerDotProductOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/availability.mlir
A mlir/test/Dialect/SPIRV/IR/integer-dot-product-ops.mlir
M mlir/test/Dialect/SPIRV/IR/target-env.mlir
M mlir/test/lib/Dialect/SPIRV/TestAvailability.cpp
M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
M mlir/utils/spirv/define_enum.sh
Log Message:
-----------
[mlir][spirv] Define `spirv.*Dot` integer dot product ops
This covers `SDot`, `SUDot`, and `UDot`. The `*AccSat` version will be
added in a follow-up revision.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D139242
More information about the All-commits
mailing list