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
btl/uct: allow connections to be formed using a separate memory domain
It is possible that the current memory domain does not have an adequate
transport for forming endpoint to endpoint connections. When this is the case
the btl will fail to function. To support these situations this CL adds
support for using an alternate transport (usually tcp) which can be used to
make the endpoint connections.
Signed-off-by: Nathan Hjelm <[email protected]>
0 commit comments