pub fn memory_read_throughput<I: Numeric, N: Size>( input: &[Vector<I, N>], output: &mut [Vector<I, N>], window: usize, n_iter: usize, blocked: bool, _dtype: ElemType, )