cuda.bindings.nvml.device_get_gpu_instance_profile_info_by_id_v#

cuda.bindings.nvml.device_get_gpu_instance_profile_info_by_id_v(
intptr_t device,
unsigned int profile_id,
)#

GPU instance profile query function that accepts profile ID, instead of profile name. It accepts a versioned nvmlGpuInstanceProfileInfo_v3_t or later output structure.

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

  • profile_id (unsigned int) – One of the profile IDs.

Returns:

Returns detailed profile information.

Return type:

nvmlGpuInstanceProfileInfo_v3_t

See also

nvmlDeviceGetGpuInstanceProfileInfoByIdV