cuda.bindings.nvml.device_get_numa_node_id#

cuda.bindings.nvml.device_get_numa_node_id(intptr_t device) unsigned int#
Get the NUMA node of the given GPU device. This only applies to platforms where the GPUs are NUMA nodes.

:param device: The device handle.
:type device: intptr_t

:returns: NUMA node ID of the device.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetNumaNodeId`