pub fn load_with_layout<C: RudaPrimitive, V: RudaPrimitive>(
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.