cubecl_hip/
device.rs

1
2
3
4
#[derive(new, Clone, Debug, PartialEq, Eq, Default, Hash)]
pub struct HipDevice {
    pub index: usize,
}