cuda.bindings.nvml.gpu_instance_get_compute_instance_profile_info_v#

cuda.bindings.nvml.gpu_instance_get_compute_instance_profile_info_v(
intptr_t gpu_instance,
unsigned int profile,
unsigned int eng_profile,
)#

Versioned wrapper around nvmlGpuInstanceGetComputeInstanceProfileInfo that accepts a versioned nvmlComputeInstanceProfileInfo_v2_t or later output structure.

Parameters:
  • gpu_instance (intptr_t) – The identifier of the target GPU instance.

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

  • eng_profile (unsigned int) – One of the NVML_COMPUTE_INSTANCE_ENGINE_PROFILE_*.

Returns:

Returns detailed profile information.

Return type:

nvmlComputeInstanceProfileInfo_v2_t

See also

nvmlGpuInstanceGetComputeInstanceProfileInfoV