pub trait NvmlDeviceExtra {
    fn numa_mem_affinity(&self) -> Result<u16>;
}
Expand description

Extra features for GPU devices with NVML

Required methods

Returns the NUMA memory affinity of the GPU device

Implementations on Foreign Types

Implementors