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
use super::cache::{LaunchRecommendationCache, LaunchRecommendationCacheKey};
use super::*;

mod recommendation_contracts;
mod hysteresis_contracts;
mod cache_contracts;
mod priority_diffusion_contracts;