cuda.bindings.nvml.device_get_gpu_instance_profile_info_v#

cuda.bindings.nvml.device_get_gpu_instance_profile_info_v(
intptr_t device,
unsigned int profile,
)#

Versioned wrapper around nvmlDeviceGetGpuInstanceProfileInfo that accepts a versioned nvmlGpuInstanceProfileInfo_v3_t or later output structure.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • profile (unsigned int) – One of the NVML_GPU_INSTANCE_PROFILE_*.

Returns:

Returns detailed profile information.

Return type:

nvmlGpuInstanceProfileInfo_v3_t

See also

nvmlDeviceGetGpuInstanceProfileInfoV