Skip to content

Commit 29a0d5c

Browse files
jeffbolznvNaghasan
andauthored
Apply suggestions from code review
Co-authored-by: Victor Lomuller <victor@codeplay.com>
1 parent 52454c7 commit 29a0d5c

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

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

+6-12
Original file line numberDiff line numberDiff line change
@@ -5958,7 +5958,7 @@
59585958
"operands" : [
59595959
{ "kind" : "IdResultType" },
59605960
{ "kind" : "IdResult" },
5961-
{ "kind" : "IdRef", "name" : "'Value'" }
5961+
{ "kind" : "IdRef", "name" : "'Matrix'" }
59625962
],
59635963
"capabilities" : [ "CooperativeMatrixConversionsNV" ],
59645964
"version" : "None"
@@ -6279,7 +6279,7 @@
62796279
},
62806280
{
62816281
"opname" : "OpCooperativeMatrixReduceNV",
6282-
"class" : "Reserved",
6282+
"class" : "Arithmetic",
62836283
"opcode" : 5366,
62846284
"operands" : [
62856285
{ "kind" : "IdResultType" },
@@ -6323,7 +6323,7 @@
63236323
},
63246324
{
63256325
"opname" : "OpCooperativeMatrixPerElementOpNV",
6326-
"class" : "Reserved",
6326+
"class" : "Function",
63276327
"opcode" : 5369,
63286328
"operands" : [
63296329
{ "kind" : "IdResultType" },
@@ -6337,7 +6337,7 @@
63376337
},
63386338
{
63396339
"opname" : "OpTypeTensorLayoutNV",
6340-
"class" : "Reserved",
6340+
"class" : "Type-Declaration",
63416341
"opcode" : 5370,
63426342
"operands" : [
63436343
{ "kind" : "IdResult" },
@@ -6349,7 +6349,7 @@
63496349
},
63506350
{
63516351
"opname" : "OpTypeTensorViewNV",
6352-
"class" : "Reserved",
6352+
"class" : "Type-Declaration",
63536353
"opcode" : 5371,
63546354
"operands" : [
63556355
{ "kind" : "IdResult" },
@@ -6518,7 +6518,7 @@
65186518
},
65196519
{
65206520
"opname" : "OpCooperativeMatrixTransposeNV",
6521-
"class" : "Reserved",
6521+
"class" : "Conversion",
65226522
"opcode" : 5390,
65236523
"operands" : [
65246524
{ "kind" : "IdResultType" },
@@ -16093,42 +16093,36 @@
1609316093
{
1609416094
"enumerant" : "CooperativeMatrixReductionsNV",
1609516095
"value" : 5430,
16096-
"capabilities" : [ "Shader" ],
1609716096
"extensions" : [ "SPV_NV_cooperative_matrix2" ],
1609816097
"version" : "None"
1609916098
},
1610016099
{
1610116100
"enumerant" : "CooperativeMatrixConversionsNV",
1610216101
"value" : 5431,
16103-
"capabilities" : [ "Shader" ],
1610416102
"extensions" : [ "SPV_NV_cooperative_matrix2" ],
1610516103
"version" : "None"
1610616104
},
1610716105
{
1610816106
"enumerant" : "CooperativeMatrixPerElementOperationsNV",
1610916107
"value" : 5432,
16110-
"capabilities" : [ "Shader" ],
1611116108
"extensions" : [ "SPV_NV_cooperative_matrix2" ],
1611216109
"version" : "None"
1611316110
},
1611416111
{
1611516112
"enumerant" : "CooperativeMatrixTensorAddressingNV",
1611616113
"value" : 5433,
16117-
"capabilities" : [ "Shader" ],
1611816114
"extensions" : [ "SPV_NV_cooperative_matrix2" ],
1611916115
"version" : "None"
1612016116
},
1612116117
{
1612216118
"enumerant" : "CooperativeMatrixBlockLoadsNV",
1612316119
"value" : 5434,
16124-
"capabilities" : [ "Shader" ],
1612516120
"extensions" : [ "SPV_NV_cooperative_matrix2" ],
1612616121
"version" : "None"
1612716122
},
1612816123
{
1612916124
"enumerant" : "TensorAddressingNV",
1613016125
"value" : 5439,
16131-
"capabilities" : [ "Shader" ],
1613216126
"extensions" : [ "SPV_NV_tensor_addressing" ],
1613316127
"version" : "None"
1613416128
},

0 commit comments

Comments
 (0)