warp.set_mempool_access_enabled#
- warp.set_mempool_access_enabled(target_device, peer_device, enable)[source]#
Enable or disable access from
peer_deviceto the memory pool oftarget_device.This applies to memory allocated using CUDA pooled allocators. For memory allocated using default CUDA allocators, use
set_peer_access_enabled().