Skip to content

Commit 6b5af05

Browse files
committed
fix operand names
1 parent 9b527c0 commit 6b5af05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4500,7 +4500,7 @@
45004500
"operands" : [
45014501
{ "kind" : "IdResult" },
45024502
{ "kind" : "IdRef", "name" : "'Component Type'" },
4503-
{ "kind" : "IdScope", "name" : "'Execution'" },
4503+
{ "kind" : "IdScope", "name" : "'Scope'" },
45044504
{ "kind" : "IdRef", "name" : "'Rows'" },
45054505
{ "kind" : "IdRef", "name" : "'Columns'" },
45064506
{ "kind" : "IdRef", "name" : "'Use'" }
@@ -4518,7 +4518,7 @@
45184518
{ "kind" : "IdRef", "name" : "'Pointer'" },
45194519
{ "kind" : "IdRef", "name" : "'MemoryLayout'" },
45204520
{ "kind" : "IdRef", "name" : "'Stride'", "quantifier": "?" },
4521-
{ "kind" : "MemoryAccess", "quantifier" : "?" }
4521+
{ "kind" : "MemoryAccess", "name" : "'Memory Operand'", "quantifier" : "?" }
45224522
],
45234523
"capabilities" : [ "CooperativeMatrixKHR" ],
45244524
"version" : "None"
@@ -4532,7 +4532,7 @@
45324532
{ "kind" : "IdRef", "name" : "'Object'" },
45334533
{ "kind" : "IdRef", "name" : "'MemoryLayout'" },
45344534
{ "kind" : "IdRef", "name" : "'Stride'", "quantifier": "?" },
4535-
{ "kind" : "MemoryAccess", "quantifier" : "?" }
4535+
{ "kind" : "MemoryAccess", "name" : "'Memory Operand'", "quantifier" : "?" }
45364536
],
45374537
"capabilities" : [ "CooperativeMatrixKHR" ],
45384538
"version" : "None"
@@ -4547,7 +4547,7 @@
45474547
{ "kind" : "IdRef", "name" : "'A'" },
45484548
{ "kind" : "IdRef", "name" : "'B'" },
45494549
{ "kind" : "IdRef", "name" : "'C'" },
4550-
{ "kind" : "CooperativeMatrixOperands", "quantifier" : "?" }
4550+
{ "kind" : "CooperativeMatrixOperands", "name" : "'Cooperative Matrix Operands'", "quantifier" : "?" }
45514551
],
45524552
"capabilities" : [ "CooperativeMatrixKHR" ],
45534553
"version" : "None"

0 commit comments

Comments
 (0)