1 2 3 4 5 6 7 8 9 10
//! CUDA GPU acceleration - re-exports from implementation module #[path = "impl_generated.rs"] #[allow(clippy::all)] mod impl_; pub use impl_::*; #[cfg(test)] mod tests_generated;