pub fn expand<C: CubeType, V: CubePrimitive>(
context: &mut CubeContext,
mat: MatrixExpand<C>,
value: ExpandElementTyped<Slice<V>>,
stride: ExpandElementTyped<u32>,
layout: MatrixLayout,
)
Expand description
Expand method of load_with_layout().