pub fn dispatch_size_1d(n: u32, group_size: u32) -> u32
Compute the 1-D dispatch size needed to cover n items with group_size threads per work-group.
n
group_size