Function cubecl_core::frontend::branch::if_else_expand

source ยท
pub fn if_else_expand<IF, EL>(
    context: &mut CubeContext,
    comptime_cond: Option<bool>,
    runtime_cond: ExpandElement,
    then_block: IF,
    else_block: EL,
)
where IF: FnMut(&mut CubeContext), EL: FnMut(&mut CubeContext),