pub fn pack(w: &[f32], n: usize, k: usize) -> Vec<f32>
Lays out w, [n, k] row major, the way Gemm reads it: panels of 16 rows, or as it is on macOS, where Accelerate reads it.
w
[n, k]
Gemm
If w is not [n, k].