Skip to content

Commit ea306d6

Browse files
jchodorsys_zuul
authored andcommitted
Adding StatelessWritesCount token
Change-Id: I712ba5ef57b81d199293ef4176aa756b84b61b15
1 parent 2df9fa3 commit ea306d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/AdaptorOCL/ocl_igc_shared/executable_format/patch_shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ struct SPatchExecutionEnvironment :
210210
uint32_t WorkgroupWalkOrderDims; // dim0 : [0 : 1]; dim1 : [2 : 3]; dim2 : [4 : 5]
211211
uint32_t HasGlobalAtomics;
212212
uint32_t reserved;
213-
uint32_t reserved2;
213+
uint32_t StatelessWritesCount;
214214
};
215215

216216
// Update CURRENT_ICBE_VERSION when modifying the patch list

0 commit comments

Comments
 (0)