morok-codegen 0.1.0-alpha.2

Backend code generation for the Morok ML compiler
Documentation
1
2
3
4
5
6
7
8
9
//! Common utilities for LLVM IR text generation.
//!
//! Shared between CPU and GPU backends.

mod ctx;
pub mod types;

pub use ctx::{PendingReduce, RenderContext};
pub use types::{addr_space_num, lcast, lconst, ldt};