Fix the verification function of spirv::ConstantOp to allow nesting
array attributes.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D118939
[mlir][spirv] Fix verification of nested array constants ClosedPublic Authored by sgrechanik on Feb 3 2022, 12:37 PM.
Details Summary Fix the verification function of spirv::ConstantOp to allow nesting
Diff Detail Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptFeb 3 2022, 12:37 PM Herald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptFeb 3 2022, 12:37 PM This revision is now accepted and ready to land.Feb 4 2022, 9:02 AM Closed by commit rGbb39ad43ceea: [mlir][spirv] Fix verification of nested array constants (authored by sgrechanik). · Explain WhyFeb 7 2022, 1:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 405744 mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/lib/Target/SPIRV/TranslateRegistration.cpp
mlir/test/Dialect/SPIRV/IR/structure-ops.mlir
|