cuda.bindings.nvml.device_get_mem_clk_min_max_vf_offset#

cuda.bindings.nvml.device_get_mem_clk_min_max_vf_offset(intptr_t device) tuple#

Retrieve the MemClk (Memory Clock) min max VF offset value.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

  • int: The retrieved MemClk VF min offset value.

  • int: The retrieved MemClk VF max offset value.

Return type:

A 2-tuple containing

See also

nvmlDeviceGetMemClkMinMaxVfOffset