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] Avoid re-computing group_range in nd_item class
This fix is mostly NFC.
Instead of doing costly division operations and re-computing the group_range
inside nd_item class, it is better to call group::get_group_range() that
does not do divisions as the group class keeps the group_range
as a pre-computed field.
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
0 commit comments