cuda.bindings.nvml.device_get_addressing_mode#

cuda.bindings.nvml.device_get_addressing_mode(intptr_t device)#
Get the addressing mode for a given GPU. Addressing modes can be one of:.

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

:returns: Pointer to addressing mode of the device.
:rtype: nvmlDeviceAddressingMode_v1_t

.. seealso:: `nvmlDeviceGetAddressingMode`