ug-metal 0.5.0

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

pub use runtime::{Device, Slice};