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.

:param device: The identifier of the target device.
:type device: intptr_t

:returns:

          - int: The retrieved GPCCLK VF min offset value.
          - int: The retrieved GPCCLK VF max offset value.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetGpcClkMinMaxVfOffset`