cuda.bindings.nvml.device_get_vgpu_scheduler_log#

cuda.bindings.nvml.device_get_vgpu_scheduler_log(intptr_t device)#
Returns the vGPU Software scheduler logs. ``pSchedulerLog`` points to a caller-allocated structure to contain the logs. The number of elements returned will never exceed ``NVML_SCHEDULER_SW_MAX_LOG_ENTRIES``.

:param device: The identifier of the target ``device``.
:type device: intptr_t

:returns: Reference in which ``pSchedulerLog`` is written.
:rtype: nvmlVgpuSchedulerLog_t

.. seealso:: `nvmlDeviceGetVgpuSchedulerLog`