cuda.bindings.nvml.device_get_memory_bus_width#

cuda.bindings.nvml.device_get_memory_bus_width(intptr_t device) unsigned int#

Gets the device’s memory bus width.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

The devices’s memory bus width.

Return type:

unsigned int

See also

nvmlDeviceGetMemoryBusWidth