cuda.bindings.nvml.device_get_p2p_status#
- cuda.bindings.nvml.device_get_p2p_status(
- intptr_t device1,
- intptr_t device2,
- int p2p_ind_ex,
Retrieve the status for a given p2p capability index between a given pair of GPU.
- Parameters:
device1 (intptr_t) – The first device.
device2 (intptr_t) – The second device.
p2p_ind_ex (GpuP2PCapsIndex) – p2p Capability Index being looked for between
device1anddevice2.
- Returns:
Reference in which to return the status of the
p2p_ind_exbetweendevice1anddevice2.- Return type:
See also
nvmlDeviceGetP2PStatus