cubecl_core::frontend::shl_assign_array_op

Function expand

Source
pub fn expand<A: CubeType + CubeIndex<u32>>(
    context: &mut CubeContext,
    array: ExpandElementTyped<A>,
    index: ExpandElementTyped<u32>,
    value: ExpandElementTyped<u32>,
)
where A::Output: CubeType + Sized,