//! This crate is used to re-export the `ug` crate together with `ug-cuda` & `ug-metal` gated
//! behind the `cuda` and `metal` features respectively.
pubuseug::*;#[cfg(feature ="cuda")]pubmodcuda{pubuseug_cuda::*;}#[cfg(feature ="metal")]pubmodmetal{pubuseug_metal::*;}