@@ -178,7 +178,7 @@ enum ExecutionMode {
178178 ExecutionModeNoGlobalOffsetINTEL = 5895 ,
179179 ExecutionModeNumSIMDWorkitemsINTEL = 5896 ,
180180 ExecutionModeSchedulerTargetFmaxMhzINTEL = 5903 ,
181- ExecutionModeVectorComputeFastCompositeKernelINTEL = 6088 ,
181+ ExecutionModeFastCompositeKernelINTEL = 6088 ,
182182 ExecutionModeMax = 0x7fffffff ,
183183};
184184
@@ -547,7 +547,7 @@ enum Decoration {
547547 DecorationIOPipeStorageINTEL = 5944 ,
548548 DecorationFunctionFloatingPointModeINTEL = 6080 ,
549549 DecorationSingleElementVectorINTEL = 6085 ,
550- DecorationVectorComputeCallableFunctionINTEL = 6087 ,
550+ DecorationCallableFunctionINTEL = 6087 ,
551551 DecorationMax = 0x7fffffff ,
552552};
553553
@@ -1047,6 +1047,7 @@ enum Capability {
10471047 CapabilityAtomicFloat32AddEXT = 6033 ,
10481048 CapabilityAtomicFloat64AddEXT = 6034 ,
10491049 CapabilityLongConstantCompositeINTEL = 6089 ,
1050+ CapabilityFastCompositeINTEL = 6093 ,
10501051 CapabilityMax = 0x7fffffff ,
10511052};
10521053
0 commit comments