cuda.bindings.nvml.device_get_gpc_clk_min_max_vf_offset#
- cuda.bindings.nvml.device_get_gpc_clk_min_max_vf_offset(intptr_t device) tuple#
Retrieve the GPCCLK min max VF offset value.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
int: The retrieved GPCCLK VF min offset value.
int: The retrieved GPCCLK VF max offset value.
- Return type:
A 2-tuple containing
See also
nvmlDeviceGetGpcClkMinMaxVfOffset