ZLUDA/ptx/src/lib.rs

7 lines
76 B
Rust

pub(crate) mod pass;
#[cfg(test)]
mod test;
pub use pass::to_llvm_module;