Struct cuda_stats

Struct Documentation

struct cuda_stats

A struct modelling the GPU usage statistics.

Public Members

double device_utilisation_percent

The utilisation of the GPU processing capacity as a percentage This value is reported by NVML

double device_memory_utilisation_percent

The utilisation of the GPU memory capacity as a percentage of total capacity This value is reported by NVML

uint64_t device_memory_used

The amount of GPU memory used in bytes.