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