Skip to main content

load

Function load 

Source
pub fn load<T: RudaPrimitive>(
    input: &Array<T>,
    output: &mut Array<T>,
    offset: usize,
    valid_items: usize,
    padding: T,
    threads: usize,
    items_per_thread: usize,
    striped: bool,
)
Expand description

Load a tile in blocked or striped order, assigning padding to the tail.