pub fn memory_direct_throughput<I: Numeric, N: Size>( input: &[Vector<I, N>], output: &mut [Vector<I, N>], n_iter: usize, _dtype: StorageType, )