cuda.bindings.nvml.event_set_create#

cuda.bindings.nvml.event_set_create() intptr_t#
Create an empty set of events. Event set should be freed by ``nvmlEventSetFree``.

:returns: Reference in which to return the event handle.
:rtype: intptr_t

.. seealso:: `nvmlEventSetCreate`