ruda-kernel 0.1.4

Ruda Rust kernel DSL and device tensor operations.
Documentation
mod assignation;
mod base;
mod binary;
mod branch;
mod cmp;
mod copy;
mod native_memory;
#[path = "fma.rs"]
mod fma_internal;
mod unary;

pub use assignation::*;
pub use base::*;
pub use binary::*;
pub use branch::*;
pub use cmp::*;
pub use copy::*;
pub use native_memory::*;
pub use fma_internal::*;
pub use unary::*;