ruPRIM 0.1.8

Parallel primitives, reductions, scans, and indexing for Ruda.
Documentation
1
2
3
4
5
6
7
8
mod base;
mod layout;

pub use base::*;
pub use layout::*;

pub(crate) mod parallel;
pub(crate) mod perpendicular;