vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod constants;
pub use constants::{DEFAULT_WINDOW_SIZE, INPUTS, ROLLING_BASE, SINGLE_BYTE_WINDOW_IDENTITY};
pub mod default_rolling_hash_program;
pub use default_rolling_hash_program::default_rolling_hash_program;
pub mod laws;
pub use laws::LAWS;
pub mod rolling_hash_program;
pub use rolling_hash_program::rolling_hash_program;
pub mod spec;
pub use spec::SPEC;
pub mod valid_window;
pub use valid_window::valid_window;
pub mod window_byte;
pub use window_byte::window_byte;