vyre 0.4.0

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

pub mod kernel;
pub use kernel::{kmp_find, prefix_table};

// Backend-specific lowering marker.

// CPU reference kernel for `string_matching.kmp_find`.