cuda.bindings.nvml.device_get_multi_gpu_board#

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

Retrieves whether the device is on a Multi-GPU Board Devices that are on multi-GPU boards will set multiGpuBool to a non-zero value.

Parameters:

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

Returns:

Reference in which to return a zero or non-zero value to indicate whether the device is on a multi GPU board.

Return type:

unsigned int

See also

nvmlDeviceGetMultiGpuBoard