[all-commits] [llvm/llvm-project] 6d9a72: [mlir][SPIRV] Adding an attribute to capture confi...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Wed Oct 14 22:47:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6d9a72ec80bbf4cfe10c81c944542ca195fc8d02
https://github.com/llvm/llvm-project/commit/6d9a72ec80bbf4cfe10c81c944542ca195fc8d02
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2020-10-14 (Wed, 14 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/TargetAndABI.td
M mlir/lib/Dialect/SPIRV/TargetAndABI.cpp
M mlir/test/Dialect/SPIRV/target-and-abi.mlir
Log Message:
-----------
[mlir][SPIRV] Adding an attribute to capture configuration for cooperative matrix operations.
Each hardware that supports SPV_C_CooperativeMatrixNV has a list of
configurations that are supported natively. Add an attribute to
specify the configurations supported to the `spv.target_env`.
Reviewed By: antiagainst, ThomasRaoux
Differential Revision: https://reviews.llvm.org/D89364
More information about the All-commits
mailing list