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
7
//! Megakernel protocol layout contracts  -  exact byte/word placement
//! and non-overlap. Implementation lives in two `include!`-d chunks
//! under `__split/`.
#![allow(clippy::assertions_on_constants)]

include!("__split/megakernel_protocol_layout_contracts_chunk1.rs");
include!("__split/megakernel_protocol_layout_contracts_chunk2.rs");