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