Skip to content

Commit

Permalink
Merge pull request #367 from dneto0/coop-matrix-enums-deps
Browse files Browse the repository at this point in the history
Cooperative matrix enums depend on the extension
  • Loading branch information
dneto0 authored Aug 4, 2023
2 parents f14a663 + b846bb7 commit 124a966
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -15390,31 +15390,37 @@
{
"enumerant" : "NoneKHR",
"value" : "0x0000",
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "MatrixASignedComponentsKHR",
"value" : "0x0001",
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "MatrixBSignedComponentsKHR",
"value" : "0x0002",
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "MatrixCSignedComponentsKHR",
"value" : "0x0004",
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "MatrixResultSignedComponentsKHR",
"value" : "0x0008",
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "SaturatingAccumulationKHR",
"value" : "0x0010",
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
}
]
Expand All @@ -15426,11 +15432,13 @@
{
"enumerant" : "RowMajorKHR",
"value" : 0,
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "ColumnMajorKHR",
"value" : 1,
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
}
]
Expand All @@ -15442,16 +15450,19 @@
{
"enumerant" : "MatrixAKHR",
"value" : 0,
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "MatrixBKHR",
"value" : 1,
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
},
{
"enumerant" : "MatrixAccumulatorKHR",
"value" : 2,
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
"version" : "None"
}
]
Expand Down

0 comments on commit 124a966

Please sign in to comment.