[all-commits] [llvm/llvm-project] 897141: [mlir][spirv] Add floating point dot product (#73466)
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Sun Nov 26 16:27:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 897141449e306ba56a8b214c0799f00e5a1289cc
https://github.com/llvm/llvm-project/commit/897141449e306ba56a8b214c0799f00e5a1289cc
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-11-26 (Sun, 26 Nov 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVArithmeticOps.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
M mlir/test/Conversion/VectorToSPIRV/vector-to-spirv.mlir
M mlir/test/Dialect/SPIRV/IR/arithmetic-ops.mlir
Log Message:
-----------
[mlir][spirv] Add floating point dot product (#73466)
Because `OpDot` does not require any extra capabilities or extensions,
enable it by default in the vector to spirv conversion.
More information about the All-commits
mailing list