vyre 0.4.0

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

pub mod kernel;
pub use kernel::{glob_match, star_question_match};

// Backend-specific lowering marker.

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