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.

:param device: The identifier of the target device.
:type device: intptr_t
:param profile: One of the NVML_GPU_INSTANCE_PROFILE_*.
:type profile: unsigned int

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

.. seealso:: `nvmlDeviceGetGpuInstanceProfileInfoV`