Skip to main content

LINE_SIZE

Constant LINE_SIZE 

Source
pub const LINE_SIZE: usize = 4;
Expand description

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.