Skip to content

Commit c43effd

Browse files
committed
Revert "Merge pull request KhronosGroup#367 from dneto0/coop-matrix-enums-deps"
This reverts commit 124a966, reversing changes made to f14a663.
1 parent 124a966 commit c43effd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15390,37 +15390,31 @@
1539015390
{
1539115391
"enumerant" : "NoneKHR",
1539215392
"value" : "0x0000",
15393-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1539415393
"version" : "None"
1539515394
},
1539615395
{
1539715396
"enumerant" : "MatrixASignedComponentsKHR",
1539815397
"value" : "0x0001",
15399-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1540015398
"version" : "None"
1540115399
},
1540215400
{
1540315401
"enumerant" : "MatrixBSignedComponentsKHR",
1540415402
"value" : "0x0002",
15405-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1540615403
"version" : "None"
1540715404
},
1540815405
{
1540915406
"enumerant" : "MatrixCSignedComponentsKHR",
1541015407
"value" : "0x0004",
15411-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1541215408
"version" : "None"
1541315409
},
1541415410
{
1541515411
"enumerant" : "MatrixResultSignedComponentsKHR",
1541615412
"value" : "0x0008",
15417-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1541815413
"version" : "None"
1541915414
},
1542015415
{
1542115416
"enumerant" : "SaturatingAccumulationKHR",
1542215417
"value" : "0x0010",
15423-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1542415418
"version" : "None"
1542515419
}
1542615420
]
@@ -15432,13 +15426,11 @@
1543215426
{
1543315427
"enumerant" : "RowMajorKHR",
1543415428
"value" : 0,
15435-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1543615429
"version" : "None"
1543715430
},
1543815431
{
1543915432
"enumerant" : "ColumnMajorKHR",
1544015433
"value" : 1,
15441-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1544215434
"version" : "None"
1544315435
}
1544415436
]
@@ -15450,19 +15442,16 @@
1545015442
{
1545115443
"enumerant" : "MatrixAKHR",
1545215444
"value" : 0,
15453-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1545415445
"version" : "None"
1545515446
},
1545615447
{
1545715448
"enumerant" : "MatrixBKHR",
1545815449
"value" : 1,
15459-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1546015450
"version" : "None"
1546115451
},
1546215452
{
1546315453
"enumerant" : "MatrixAccumulatorKHR",
1546415454
"value" : 2,
15465-
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
1546615455
"version" : "None"
1546715456
}
1546815457
]

0 commit comments

Comments
 (0)