Function cubecl_core::frontend::branch::range_stepped_expand
source ยท pub fn range_stepped_expand<F, S, E, Step>(
context: &mut CubeContext,
start: S,
end: E,
step: Step,
unroll: bool,
func: F,
)where
F: FnMut(&mut CubeContext, ExpandElementTyped<UInt>),
S: Into<ExpandElementTyped<UInt>>,
E: Into<ExpandElementTyped<UInt>>,
Step: Into<ExpandElementTyped<UInt>>,