vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
pub fn generate_kernel_rs() -> String {
    r#"pub fn execute(_inputs: &[u8]) -> Vec<u8> {
    compile_error!("kernel not yet implemented - fill this in");
}
"#
    .to_string()
}