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
The prefetch kernel in cub::DeviceTransform currently uses a fixed constexpr int prefetch_byte_stride = 128. This value should be added to the tuning policy, so we can experiment with different values.