1 2 3 4 5 6 7 8 9
use cubecl_core as cubecl; use cubecl::prelude::*; #[cube] fn range() { 0..10; } fn main() {}