ug-cuda 0.4.0

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

pub use runtime::{Device, DeviceSlice};