vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
// Aho-Corasick scan operation module.

pub mod kernel;
pub use kernel::{aho_corasick_scan, automaton, node, Automaton, Node};

// Backend-specific lowering marker.

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