Skip to content

Commit b824a46

Browse files
authored
Add missing capability requirements for SPV_ARM_cooperative_matrix_layouts (KhronosGroup#555)
Change-Id: Ic6ffc261c89a2833998ae7f2bf71d0ac092b675a
1 parent a582b76 commit b824a46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/spirv/unified1/spirv.core.grammar.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18558,11 +18558,13 @@
1855818558
{
1855918559
"enumerant" : "RowBlockedInterleavedARM",
1856018560
"value" : 4202,
18561+
"capabilities" : [ "CooperativeMatrixLayoutsARM" ],
1856118562
"version" : "None"
1856218563
},
1856318564
{
1856418565
"enumerant" : "ColumnBlockedInterleavedARM",
1856518566
"value" : 4203,
18567+
"capabilities" : [ "CooperativeMatrixLayoutsARM" ],
1856618568
"version" : "None"
1856718569
}
1856818570
]

0 commit comments

Comments
 (0)