vyre-runtime 0.6.3

Persistent megakernel + io_uring zero-copy streaming runtime for vyre - GPU as VIR0 bytecode interpreter
Documentation
1
2
3
4
5
6
//! Minimal release-surface example for the `vyre-runtime` crate.

fn main() {
    println!("vyre-runtime release surface example for Vyre 0.4.1");
    println!("This example is intentionally small: it proves the crate ships a runnable examples/*.rs target.");
}