cuda.core.system.Utilization#

class cuda.core.system.Utilization(utilization: nvml.Utilization)#

Utilization rates for a device.

For devices with compute capability 2.0 or higher.

Methods

__init__(*args, **kwargs)#

Attributes

gpu#

Percent of time over the past sample period during which one or more kernels was executing on the GPU.

memory#

Percent of time over the past sample period during which global (device) memory was being read or written.