1 2 3 4 5 6 7 8 9
use cubecl_core as cubecl; use cubecl::prelude::*; #[cube] fn range(x: UInt, y: UInt) { let _array = [x, y]; } fn main() {}