cuda.bindings.nvml.GpuOperationMode#

class cuda.bindings.nvml.GpuOperationMode(value: int)#
GPU Operation Mode  GOM allows to reduce power usage and optimize GPU
throughput by disabling GPU features.  Each GOM is designed to meet
specific user needs.

See `nvmlGpuOperationMode_t`.
GOM_ALL_ON: 0

Everything is enabled and running at full speed.

GOM_COMPUTE: 1

Designed for running only compute tasks. Graphics operations are not allowed

GOM_LOW_DP: 2

Designed for running graphics applications that don’t require high bandwidth double precision