[all-commits] [llvm/llvm-project] 03bb3f: [mlir][spirv] Fix integer dot prod capabilities
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Thu Dec 1 08:07:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03bb3ffa5ed0692add2b4290bf99288f0947c741
https://github.com/llvm/llvm-project/commit/03bb3ffa5ed0692add2b4290bf99288f0947c741
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
Log Message:
-----------
[mlir][spirv] Fix integer dot prod capabilities
Allow the integer dot product cabailities to be used in SPIR-V <1.6 when
the SPV_KHR_integer_dot_product extension is available.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D139063
More information about the All-commits
mailing list