cuda.bindings.nvml.vgpu_type_get_gsp_heap_size#

cuda.bindings.nvml.vgpu_type_get_gsp_heap_size(
unsigned int vgpu_type_id,
) unsigned long long#
Retrieve the static GSP heap size of the vGPU type in bytes.

:param vgpu_type_id: Handle to vGPU type.
:type vgpu_type_id: unsigned int

:returns: Reference to return the GSP heap size value.
:rtype: unsigned long long

.. seealso:: `nvmlVgpuTypeGetGspHeapSize`