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. | |