pub const LINE_SIZE: usize = 4;
Lane count for vectorised loads.
Kernels index a row as Vector<F, LINE_SIZE>, so every row has to be a whole number of lines. Four is what vec4 gives on every backend worth supporting.
Vector<F, LINE_SIZE>
vec4