Mojo function
parallelize_over_rows[func: fn(Int, Int) capturing -> None](shape: IndexList[shape.size, element_type=shape.element_type], axis: Int, grain_size: Int)
Parallelize func over non-axis dims of shape.
Parameters:
- func (
fn(Int, Int) capturing -> None): Function to call on range of rows.
Args: