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 core contract tests  -  assert that the megakernel scheduler
//! and dispatch pipeline preserve key invariants across edge cases.
//!
//! Implementation lives in two `include!`-d chunks under `__split/`.

include!("__split/megakernel_core_contracts_chunk1.rs");
include!("__split/megakernel_core_contracts_chunk2.rs");