vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
//! Doc.

pub use kernel::{
    crc32, decompress_bytes, nul_terminated_end, payload_start, GzipDecompress, FCOMMENT, FEXTRA,
    FHCRC, FNAME, LAWS, MAX_OUTPUT_RATIO,
};

pub mod kernel;