cuda.bindings.nvml.system_set_conf_compute_gpus_ready_state#

cuda.bindings.nvml.system_set_conf_compute_gpus_ready_state(
unsigned int is_accepting_work,
)#
Set Conf Computing GPUs ready state.

:param is_accepting_work: GPU accepting new work, NVML_CC_ACCEPTING_CLIENT_REQUESTS_TRUE or NVML_CC_ACCEPTING_CLIENT_REQUESTS_FALSE.
:type is_accepting_work: unsigned int

.. seealso:: `nvmlSystemSetConfComputeGpusReadyState`