cuda.bindings.nvml.EnableState#

class cuda.bindings.nvml.EnableState(value: int)#
Generic enable/disable enum.

See `nvmlEnableState_t`.
FEATURE_DISABLED: 0

Feature disabled.

FEATURE_ENABLED: 1

Feature enabled.