Skip to main content

LANES

Constant LANES 

pub const LANES: usize = 8; // 8usize
Expand description

SIMD lane width. Eight f32 lanes = one 256-bit register (AVX) and the AoSoA tile width the TrsBatchSoa kernels stride by.