1 2 3 4 5 6 7
//! Parsing layer for `#[gpu_kernel]`. //! //! Converts `syn` AST into kernel IR types. pub mod attrs; pub mod body; pub mod signature;