Open mozhata opened 4 years ago
at nvml.go#L433L433
I try get 8 devices' status by call func (d *Device) Status() (status *DeviceStatus, err error) in range, and cost 1 second to complete it
func (d *Device) Status() (status *DeviceStatus, err error)
and I only care about MemoryInfo, I think it's better support more detail method
MemoryInfo
at nvml.go#L433L433
I try get 8 devices' status by call
func (d *Device) Status() (status *DeviceStatus, err error)
in range, and cost 1 second to complete itand I only care about
MemoryInfo
, I think it's better support more detail method