We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2bf74 commit f7e609aCopy full SHA for f7e609a
IGC/AdaptorOCL/ocl_igc_shared/executable_format/patch_list.h
@@ -250,12 +250,11 @@ enum DATA_PARAMETER_TOKEN
250
DATA_PARAMETER_FLAT_IMAGE_PITCH, // 47
251
DATA_PARAMETER_RT_STACK_ID, // 48
252
DATA_PARAMETER_IMPL_ARG_BUFFER, // 49
253
- DATA_PARAMETER_LOCAL_ID_BUFFER, // 50
254
NUM_DATA_PARAMETER_TOKENS
255
};
256
257
// Update CURRENT_ICBE_VERSION when modifying the patch list
258
-static_assert(NUM_DATA_PARAMETER_TOKENS == 51, "NUM_DATA_PARAMETER_TOKENS has invalid value");
+static_assert(NUM_DATA_PARAMETER_TOKENS == 50, "NUM_DATA_PARAMETER_TOKENS has invalid value");
259
260
/*****************************************************************************\
261
ENUM: CONSTANT_BUFFER_TYPE
0 commit comments