Rate this Page

torch.cuda.power_draw#

torch.cuda.power_draw(device=None)[source]#
Return the average power draw of the GPU sensor in mW (MilliWatts)

over the past sample period as given bynvidia-smi for Fermi or newer fully supported devices.

Parameters

device (torch.device orint,optional) – selected device. Returnsstatistic for the current device, given bycurrent_device(),ifdevice isNone (default).

Return type

int

Warning: Each sample period may be between 1 second and 1/6 second,depending on the product being queried.