vyre 0.1.0

GPU bytecode condition engine
Documentation
1
2
3
4
5
/// GPU pipeline orchestration for Pass 2 (scatter) + Pass 3 (evaluate).
#[cfg(feature = "gpu")]
pub mod gpu_pipeline;
/// Serialization helpers for GPU payload framing.
pub mod serializer;