Skip to main content

cudaError_cudaErrorPeerAccessNotEnabled

Constant cudaError_cudaErrorPeerAccessNotEnabled 

Source
pub const cudaError_cudaErrorPeerAccessNotEnabled: cudaError = 705;
Expand description

This error indicates that ::cudaDeviceDisablePeerAccess() is trying to disable peer addressing which has not been enabled yet via ::cudaDeviceEnablePeerAccess().