ruPRIM 0.1.9

Parallel primitives, reductions, scans, and indexing for Ruda.
Documentation
mod flip;
mod gather;
mod gather_nd;
mod quantized;
mod repeat_dim;
mod scatter;
mod scatter_nd;
mod select;
mod select_assign;
mod slice;
mod slice_assign;

pub use flip::*;
pub use gather_nd::*;
pub use quantized::*;
pub use repeat_dim::*;
pub use scatter_nd::*;
pub use select::*;
pub use select_assign::*;
pub use slice::*;
pub use slice_assign::*;

pub use gather::*;
pub use scatter::*;