You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a multi-GPU setting, right now it's not possible to memcpy directly between the two devices. A couple of checks would have to be done by cuda.core as part of enabling this:
cuDeviceCanAccessPeer
cuCtxEnablePeerAccess
The text was updated successfully, but these errors were encountered:
In a multi-GPU setting, right now it's not possible to memcpy directly between the two devices. A couple of checks would have to be done by cuda.core as part of enabling this:
The text was updated successfully, but these errors were encountered: