pub const LANES: usize = 8;Expand description
SIMD lane width. Eight f32 lanes = one 256-bit register (AVX) and the
AoSoA tile width the TrsBatchSoa kernels stride by.
pub const LANES: usize = 8;SIMD lane width. Eight f32 lanes = one 256-bit register (AVX) and the
AoSoA tile width the TrsBatchSoa kernels stride by.