pub fn disable_peer_access(_device: &Device, _peer: &Device) -> CudaResult<()>Expand description
Disables peer access from the current context’s device to peer.
§Errors
CudaError::PeerAccessNotEnabledif peer access was not enabled.CudaError::NotSupported(current stub).