vyre-self-substrate 0.6.3

Vyre self-substrate: vyre using its own primitives on its own scheduler problems. The recursion-thesis layer between vyre-primitives and vyre-driver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Scheduling, fusion, batching, and dispatch-strategy substrate modules.

pub mod branch_compaction;
pub mod frontier_partitioning;
pub mod frontier_typed_ir;
pub mod megakernel_schedule;
pub mod multi_corpus_batching;
pub mod planar_rewrite_pass_scheduler;
pub mod polyhedral_fusion;
pub mod spectral_schedule;
pub mod submodular_cache_eviction;