CUDA Wrappers
Index
GPUInspector.get_gpu_utilization
GPUInspector.get_gpu_utilizations
GPUInspector.get_power_usage
GPUInspector.get_power_usages
GPUInspector.get_temperature
GPUInspector.get_temperatures
GPUInspector.gpuid
References
GPUInspector.get_gpu_utilization
— Functionget_gpu_utilization(device=CUDA.device())
Get the current utilization of the given CUDA device in percent.
GPUInspector.get_gpu_utilizations
— Functionget_gpu_utilizations(devices=CUDA.devices())
Get the current utilization of the given CUDA devices in percent.
GPUInspector.get_power_usage
— Methodget_power_usage(device=CUDA.device())
Get current power usage of the given CUDA device in Watts.
GPUInspector.get_power_usages
— Functionget_power_usages(devices=CUDA.devices())
Get current power usage of the given CUDA devices in Watts.
GPUInspector.get_temperature
— Functionget_temperature(device=CUDA.device())
Get current temperature of the given CUDA device in degrees Celsius.
GPUInspector.get_temperatures
— Functionget_temperatures(devices=CUDA.devices())
Get current temperature of the given CUDA devices in degrees Celsius.
GPUInspector.gpuid
— FunctionGet GPU index of the given device.
Note: GPU indices start with zero.