cuda.bindings.nvml.device_get_handle_by_serial#

cuda.bindings.nvml.device_get_handle_by_serial(serial) intptr_t#
Acquire the handle for a particular device, based on its board serial number.

:param serial: The board serial number of the target GPU.
:type serial: str

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

.. seealso:: `nvmlDeviceGetHandleBySerial`