Skip to main content

memory_read_throughput

Function memory_read_throughput 

Source
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,
)