Skip to content

Commit cf3d392

Browse files
pratikasharArtem Gindinson
authored and
Artem Gindinson
committed
Change data type to pass gtpin scratch size
Change data type to pass gtpin scratch size
1 parent 6316cf3 commit cf3d392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/include/JitterDataStruct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ struct FINALIZER_INFO {
170170
// GTPin information
171171
void *freeGRFInfo = nullptr;
172172
uint32_t freeGRFInfoSize = 0;
173-
unsigned char numBytesScratchGtpin = 0;
173+
uint32_t numBytesScratchGtpin = 0;
174174

175175
// Used by compiler output (zebin) for setting up "implicit_arg_buffer".
176176
// When set to true, runtime will allocate space for implicit_arg_buffer

0 commit comments

Comments
 (0)