cuda.bindings.nvml.system_get_conf_compute_gpus_ready_state#
- cuda.bindings.nvml.system_get_conf_compute_gpus_ready_state() unsigned int#
Get Conf Computing GPUs ready state.
For Ampere ™️ or newer fully supported devices. Supported on Linux, Windows TCC. return.
NVML_SUCCESSifcurrentGPUs ready state were successfully queried.NVML_ERROR_UNINITIALIZEDif the library has not been successfully initialized.NVML_ERROR_INVALID_ARGUMENTifis_accepting_workis NULL.NVML_ERROR_NOT_SUPPORTEDif this query is not supported by the device.
- Returns:
- Returns GPU current work accepting state,
NVML_CC_ACCEPTING_CLIENT_REQUESTS_TRUE or NVML_CC_ACCEPTING_CLIENT_REQUESTS_FALSE.
- Return type:
unsigned int
See also
nvmlSystemGetConfComputeGpusReadyState