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.

:param gpu_instance: The identifier of the target GPU instance.
:type gpu_instance: intptr_t
:param profile: One of the NVML_COMPUTE_INSTANCE_PROFILE_*.
:type profile: unsigned int
:param eng_profile: One of the NVML_COMPUTE_INSTANCE_ENGINE_PROFILE_*.
:type eng_profile: unsigned int

:returns: Returns detailed profile information.
:rtype: nvmlComputeInstanceProfileInfo_v2_t

.. seealso:: `nvmlGpuInstanceGetComputeInstanceProfileInfoV`