vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
9
10
pub fn generate_mod_rs() -> String {
    r#"//! Operation scaffold module.


pub mod lowering {
    pub mod wgsl;
}
"#
    .to_string()
}