Skip to content

Commit 0afbb19

Browse files
PawelJureksys_zuul
authored andcommitted
Update ICBE_VERSION
Change-Id: I0a86fe1a58b136c6e90a7890f25f8357f1d5e6f9
1 parent 8417515 commit 0afbb19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

IGC/AdaptorOCL/ocl_igc_shared/executable_format/patch_list.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Abstract: Contains common patch structure definitions
3333

3434
namespace iOpenCL
3535
{
36-
const uint32_t CURRENT_ICBE_VERSION = 1063;
37-
36+
const uint32_t CURRENT_ICBE_VERSION = 1065;
3837
const uint32_t MAGIC_CL = 0x494E5443; // 'I', 'N', 'T', 'C'
3938
const uint32_t INVALID_INDEX = 0xFFFFFFFF;
4039

IGC/AdaptorOCL/ocl_igc_shared/executable_format/patch_shared.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,13 @@ struct SPatchExecutionEnvironment :
209209
uint32_t NumGRFRequired;
210210
uint32_t WorkgroupWalkOrderDims; // dim0 : [0 : 1]; dim1 : [2 : 3]; dim2 : [4 : 5]
211211
uint32_t HasGlobalAtomics;
212-
uint32_t reserved;
212+
uint32_t reserved1;
213+
uint32_t reserved2;
213214
uint32_t StatelessWritesCount;
214215
};
215216

216217
// Update CURRENT_ICBE_VERSION when modifying the patch list
217-
static_assert(sizeof(SPatchExecutionEnvironment) == (100 + sizeof(SPatchItemHeader)), "The size of SPatchExecutionEnvironment is not what is expected");
218+
static_assert(sizeof(SPatchExecutionEnvironment) == (104 + sizeof(SPatchItemHeader)), "The size of SPatchExecutionEnvironment is not what is expected");
218219

219220
/*****************************************************************************\
220221
STRUCT: SPatchString

0 commit comments

Comments
 (0)