morok-codegen 0.1.0-alpha.2

Backend code generation for the Morok ML compiler
Documentation
1
2
3
4
5
//! CPU-specific LLVM IR text generation.

pub mod ops;

pub use ops::{reduce_identity, render_uop};