[all-commits] [llvm/llvm-project] 21f146: [mlir][spirv] Add support for OpImageType
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon Feb 1 12:02:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21f1462106b9ee1e646bf409c85528828320b34e
https://github.com/llvm/llvm-project/commit/21f1462106b9ee1e646bf409c85528828320b34e
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/lib/Target/SPIRV/Deserialization/DeserializeOps.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.h
M mlir/lib/Target/SPIRV/Serialization/Serialization.cpp
A mlir/test/Target/SPIRV/image.mlir
Log Message:
-----------
[mlir][spirv] Add support for OpImageType
Support OpImageType in SPIRV Dialect.
This change doesn't support operand AccessQualifier since
it is optinal and only enables under Kernel capability.
co-authored-by: Alan Liu <alanliu.yf at gmail.com>
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D95580
More information about the All-commits
mailing list