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::{
    decompress_bytes, max_allowed_len, max_output_for_input, max_output_len, DeflateDecompress,
    LAWS, MAX_OUTPUT_RATIO,
};

pub mod kernel;