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
[SYCL][NFC] Remove unused WGSize instances from WorkGroupSizeAttribute (#2983)
Template parameter support for work_group_size attributes was added on
#2906.
Unsigned WGSize array which was used on function checkWorkGroupSizeValues()
befor the support for the attributes dimension values to check correctness of
mutual usage of different work_group_size attributes: reqd_work_group_size,
max_work_group_size and max_global_work_dim, does not use anymore.
This patch removes instances of WGSize array from the WorkGroupSizeAttribute.
Signed-off-by: Soumi Manna <[email protected]>
0 commit comments