1 2 3 4 5 6 7 8 9 10 11 12
pub mod reinterpret_slice; #[macro_export] macro_rules! testgen { () => { mod test_cubecl_std { use super::*; cubecl_std::testgen_reinterpret_slice!(); } }; }