cuda.bindings.nvml.device_get_gpu_instance_remaining_capacity#

cuda.bindings.nvml.device_get_gpu_instance_remaining_capacity(
intptr_t device,
unsigned int profile_id,
) unsigned int#
Get GPU instance profile capacity.

:param device: The identifier of the target device.
:type device: intptr_t
:param profile_id: The GPU instance profile ID. See ``nvmlDeviceGetGpuInstanceProfileInfo``.
:type profile_id: unsigned int

:returns: Returns remaining instance count for the profile ID.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetGpuInstanceRemainingCapacity`