diff options
author | David Neto <dneto@google.com> | 2023-08-10 12:25:32 -0400 |
---|---|---|
committer | David Neto <dneto@google.com> | 2023-08-10 12:25:32 -0400 |
commit | c43effd54686240d8b13762279d5392058d10e27 (patch) | |
tree | dfd5c681a6f084fb98273358daac98687109e6fd | |
parent | 124a9665e464ef98b8b718d572d5f329311061eb (diff) | |
download | SPIRV-Headers-c43effd54686240d8b13762279d5392058d10e27.tar.gz SPIRV-Headers-c43effd54686240d8b13762279d5392058d10e27.tar.bz2 SPIRV-Headers-c43effd54686240d8b13762279d5392058d10e27.zip |
Revert "Merge pull request #367 from dneto0/coop-matrix-enums-deps"
This reverts commit 124a9665e464ef98b8b718d572d5f329311061eb, reversing
changes made to f14a663c84e8da4776bd615ac19450aa4d03cd71.
-rw-r--r-- | include/spirv/unified1/spirv.core.grammar.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json index 4aeb620..c593099 100644 --- a/include/spirv/unified1/spirv.core.grammar.json +++ b/include/spirv/unified1/spirv.core.grammar.json @@ -15390,37 +15390,31 @@ { "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" } ] @@ -15432,13 +15426,11 @@ { "enumerant" : "RowMajorKHR", "value" : 0, - "extensions" : [ "SPV_KHR_cooperative_matrix" ], "version" : "None" }, { "enumerant" : "ColumnMajorKHR", "value" : 1, - "extensions" : [ "SPV_KHR_cooperative_matrix" ], "version" : "None" } ] @@ -15450,19 +15442,16 @@ { "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" } ] |