vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
//! Decode `VIR0` bytes into the stable IR wire model.

/// Deserialize a complete wire-format program.
pub use from_wire::from_wire;

automod::dir!(pub "src/ir/serial/wire/decode");