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