pub fn load_with_layout<C: CubePrimitive, V: CubePrimitive>(
mat: &Matrix<C>,
value: &Slice<V>,
stride: u32,
layout: MatrixLayout,
)
Expand description
Load the matrix with the provided array using the stride with an explicit layout. Explicit layouts are required when loading accumulators.