You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CL adapter assuming incorrect type for sub group query.
On a fallback path used when the clGetKernelSubGroupInfo query isn't
supported the adapter tries the UR_DEVICE_INFO_SUB_GROUP_SIZES_INTEL
device info query via urDeviceGetInfo. It currently assumes the type
returned by that query is size_t, this patch corrects that to uint32_t.
0 commit comments