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
//! Specialization / dispatch catalog (Phase 4G).
//!
//! Workload-aware rewrites that trade cost on one dimension for a
//! runtime-safety guarantee on another (autotune adds bounds-check
//! guards in exchange for tighter workgroup-size selection).

/// Dynamic workgroup-size autotuning.
pub mod autotune;