ruPRIM 0.1.9

Parallel primitives, reductions, scans, and indexing for Ruda.
Documentation
1
2
3
4
5
6
7
8
9
mod base;
mod key;
#[cfg(feature = "tensor-reduce-autotune")]
mod tune;

pub use base::*;
pub use key::SumAutotuneKey;
#[cfg(feature = "tensor-reduce-autotune")]
pub use tune::*;