[all-commits] [llvm/llvm-project] 1f0b43: [spirv] Move device info from resource limit into ...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Fri Sep 18 14:44:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1f0b43638ed7366189fb7b609484bb3033e678d9
https://github.com/llvm/llvm-project/commit/1f0b43638ed7366189fb7b609484bb3033e678d9
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M mlir/docs/Dialects/SPIR-V.md
M mlir/include/mlir/Dialect/SPIRV/SPIRVAttributes.h
M mlir/include/mlir/Dialect/SPIRV/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/TargetAndABI.h
M mlir/include/mlir/Dialect/SPIRV/TargetAndABI.td
M mlir/lib/Dialect/SPIRV/SPIRVAttributes.cpp
M mlir/lib/Dialect/SPIRV/SPIRVDialect.cpp
M mlir/lib/Dialect/SPIRV/TargetAndABI.cpp
M mlir/test/Dialect/SPIRV/target-and-abi.mlir
Log Message:
-----------
[spirv] Move device info from resource limit into target env
Vendor/device information are not resource limits. Moving to
target environment directly for better organization.
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D87911
More information about the All-commits
mailing list