We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>
1 parent 282fc93 commit ec08c11Copy full SHA for ec08c11
mlir/docs/Dialects/SPIR-V.md
@@ -388,7 +388,7 @@ This corresponds to SPIR-V [struct type][StructType]. Its syntax is
388
```
389
struct-member-decoration ::= integer-literal? spirv-decoration*
390
struct-type ::= `!spirv.struct<` spirv-type (`[` struct-member-decoration `]`)?
391
- (`, ` spirv-type (`[` struct-member-decoration `]`)?
+ (`, ` spirv-type (`[` struct-member-decoration `]`)? `>`
392
393
394
For Example,
0 commit comments