Support OpImageQuerySize in spirv dialect
co-authered-by: Alan Liu <alanliu.yf@gmail.com>
Paths
| Differential D102029
[mlir][spirv] Define spv.ImageQuerySize operation ClosedPublic Authored by Weiwei-2021 on May 6 2021, 3:56 PM.
Details
Summary Support OpImageQuerySize in spirv dialect co-authered-by: Alan Liu <alanliu.yf@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptMay 6 2021, 3:56 PM This revision is now accepted and ready to land.May 12 2021, 6:06 AM Comment Actions Thank you @antiagainst for reviewing! I will change based on your comments and then land. This revision was landed with ongoing or failed builds.May 13 2021, 10:21 AM Closed by commit rGcd0eeb52ad37: [mlir][spirv] Define spv.ImageQuerySize operation (authored by Weiwei-2021). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 345206 mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVImageOps.td
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/test/Dialect/SPIRV/IR/image-ops.mlir
mlir/test/Target/SPIRV/image-ops.mlir
|
Use switch statement here?