Peer Context Memory Access
[CUDA Driver API]


Functions

CUresult cuCtxDisablePeerAccess (CUcontext peerContext)
 Disables direct access to memory allocations in a peer context and unregisters any registered allocations.
CUresult cuCtxEnablePeerAccess (CUcontext peerContext, unsigned int Flags)
 Enables direct access to memory allocations in a peer context.
CUresult cuDeviceCanAccessPeer (int *canAccessPeer, CUdevice dev, CUdevice peerDev)
 Queries if a device may directly access a peer device's memory.

Detailed Description

This section describes the direct peer context memory access functions of the low-level CUDA driver application programming interface.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA