Skip to content

Commit 0c466cd

Browse files
bowenxue-intelsys-ce-bb
authored andcommitted
switch task sequence enum to new available enum (#2461)
Task Sequence Specification was created without explicitly reserving the 6411 token enum. During spec review, that number was reserved by CooperativeMatrixPrefetchINTEL, but Task Sequence was not updated to use a new enum at that point in time, resulting in development with the old enum. 6199 is the newly (confirmed) reserved token enum. Original commit: KhronosGroup/SPIRV-LLVM-Translator@08384971f4021b2
1 parent 69ed3e8 commit 0c466cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/lib/SPIRV/libSPIRV/spirv_internal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ enum InternalOp {
7878
IOpCooperativeMatrixStoreCheckedINTEL = 6194,
7979
IOpCooperativeMatrixConstructCheckedINTEL = 6195,
8080
IOpJointMatrixWorkItemLengthINTEL = 6410,
81-
IOpTypeTaskSequenceINTEL = 6411,
81+
IOpTypeTaskSequenceINTEL = 6199,
8282
IOpComplexFMulINTEL = 6415,
8383
IOpComplexFDivINTEL = 6416,
8484
IOpRoundFToTF32INTEL = 6426,

0 commit comments

Comments
 (0)