warp.is_mempool_access_supported#

warp.is_mempool_access_supported(target_device, peer_device)[source]#

Check if peer_device can directly access the memory pool of target_device.

If mempool access is possible, it can be managed using set_mempool_access_enabled() and is_mempool_access_enabled().

Returns:

A Boolean value indicating if this memory pool access is supported by the system.

Parameters:
Return type:

bool