pub const cudaErrorPeerAccessNotEnabled: cudaError = 705;
This error indicates that ::cudaDeviceDisablePeerAccess() is trying to disable peer addressing which has not been enabled yet via ::cudaDeviceEnablePeerAccess().