Function cubecl_core::calculate_cube_count_elemwise
source ยท pub fn calculate_cube_count_elemwise<S: ComputeServer>(
num_elems: usize,
cube_dim: usize,
) -> CubeCount<S>
Expand description
Calculate the number of cubes required to execute an operation where one cube unit is assigned to one element.