cubecl_core::frontend::sub_assign_array_op

Function expand

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