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. :param device: The identifier of the target device. :type device: intptr_t :returns: Reference in which to return a zero or non-zero value to indicate whether the device is on a multi GPU board. :rtype: unsigned int .. seealso:: `nvmlDeviceGetMultiGpuBoard`