warp.is_peer_access_enabled#
- warp.is_peer_access_enabled(target_device, peer_device)[source]#
Check if
peer_devicecan currently access the memory oftarget_device.This applies to memory allocated using default CUDA allocators. For memory allocated using CUDA pooled allocators, use
is_mempool_access_enabled().