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.

For Ampere ™️ or newer fully supported devices. Supported on Linux, Windows TCC. return.

  • NVML_SUCCESS if current GPUs ready state is successfully set.

  • NVML_ERROR_UNINITIALIZED if the library has not been successfully initialized.

  • NVML_ERROR_INVALID_ARGUMENT if is_accepting_work is invalid.

  • NVML_ERROR_NOT_SUPPORTED if this query is not supported by the device.

Parameters:

is_accepting_work (unsigned int) – GPU accepting new work, NVML_CC_ACCEPTING_CLIENT_REQUESTS_TRUE or NVML_CC_ACCEPTING_CLIENT_REQUESTS_FALSE.

See also

nvmlSystemSetConfComputeGpusReadyState