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:.

Parameters:

device (intptr_t) – The device handle.

Returns:

Pointer to addressing mode of the device.

Return type:

nvmlDeviceAddressingMode_v1_t

See also

nvmlDeviceGetAddressingMode