cuda.bindings.nvml.device_on_same_board#
- cuda.bindings.nvml.device_on_same_board(intptr_t device1, intptr_t device2) int#
Check if the GPU devices are on the same physical board. :param device1: The first GPU device. :type device1: intptr_t :param device2: The second GPU device. :type device2: intptr_t :returns: Reference in which to return the status. Non-zero indicates that the GPUs are on the same board. :rtype: int .. seealso:: `nvmlDeviceOnSameBoard`