ug-cuda 0.1.0

Micro compiler for tensor operations.
1
2
3
4
5
pub mod code_gen;
pub mod gemm;
pub mod runtime;

pub use runtime::{Device, DeviceSlice};