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