vyre-foundation 0.4.1

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Host-side IR engine helpers that do not depend on a GPU runtime.
//!
//! These helpers build deterministic host-side input structures used around
//! IR programs. Concrete driver-owned engines live in their driver crates.

/// Prefix-array builders used before scan-style IR dispatch.
pub mod prefix;

#[cfg(test)]
mod tests;