Function cubecl_core::frontend::branch::while_loop_expand

source ยท
pub fn while_loop_expand<FC, FB>(
    context: &mut CubeContext,
    cond_fn: FC,
    block: FB,
)
where FC: FnMut(&mut CubeContext) -> ExpandElementTyped<bool>, FB: FnMut(&mut CubeContext),