Skip to content

Commit 6c1538b

Browse files
jeffbolznvNaghasan
andauthoredJan 29, 2025
Apply suggestions from code review
Co-authored-by: Victor Lomuller <victor@codeplay.com>
1 parent 5ac1e23 commit 6c1538b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -5969,12 +5969,12 @@
59695969
},
59705970
{
59715971
"opname" : "OpTypeCooperativeVectorNV",
5972-
"class" : "Reserved",
5972+
"class" : "Type-Declaration",
59735973
"opcode" : 5288,
59745974
"operands" : [
59755975
{ "kind" : "IdResult" },
59765976
{ "kind" : "IdRef", "name" : "'Component Type'" },
5977-
{ "kind" : "IdRef", "name" : "'Components'" }
5977+
{ "kind" : "IdRef", "name" : "'Component Count'" }
59785978
],
59795979
"capabilities" : [ "CooperativeVectorNV" ],
59805980
"version" : "None"
@@ -5991,7 +5991,7 @@
59915991
{ "kind" : "IdRef", "name" : "'Matrix'" },
59925992
{ "kind" : "IdRef", "name" : "'MatrixOffset'" },
59935993
{ "kind" : "IdRef", "name" : "'MatrixInterpretation'" },
5994-
{ "kind" : "IdRef", "name" : "'N'" },
5994+
{ "kind" : "IdRef", "name" : "'M'" },
59955995
{ "kind" : "IdRef", "name" : "'K'" },
59965996
{ "kind" : "IdRef", "name" : "'MemoryLayout'" },
59975997
{ "kind" : "IdRef", "name" : "'Transpose'" },
@@ -6044,7 +6044,7 @@
60446044
{ "kind" : "IdRef", "name" : "'Bias'" },
60456045
{ "kind" : "IdRef", "name" : "'BiasOffset'" },
60466046
{ "kind" : "IdRef", "name" : "'BiasInterpretation'" },
6047-
{ "kind" : "IdRef", "name" : "'N'" },
6047+
{ "kind" : "IdRef", "name" : "'M'" },
60486048
{ "kind" : "IdRef", "name" : "'K'" },
60496049
{ "kind" : "IdRef", "name" : "'MemoryLayout'" },
60506050
{ "kind" : "IdRef", "name" : "'Transpose'" },
@@ -6149,7 +6149,7 @@
61496149
},
61506150
{
61516151
"opname" : "OpCooperativeVectorLoadNV",
6152-
"class" : "Reserved",
6152+
"class" : "Memory",
61536153
"opcode" : 5302,
61546154
"operands" : [
61556155
{ "kind" : "IdResultType" },
@@ -6163,7 +6163,7 @@
61636163
},
61646164
{
61656165
"opname" : "OpCooperativeVectorStoreNV",
6166-
"class" : "Reserved",
6166+
"class" : "Memory",
61676167
"opcode" : 5303,
61686168
"operands" : [
61696169
{ "kind" : "IdRef", "name" : "'Pointer'" },

0 commit comments

Comments
 (0)