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
We should have a communicator abstraction regardless of what backend is used. This allows our code to be independent of the actual communication framework.
The communicator would have features spanning from comm.get_rank() to comm.allReduce(...)
We should start from RAFT see #523 and rapidsai/raft#7
In the long run, we should allow multiple communicators and host/device targets.
The text was updated successfully, but these errors were encountered:
We should have a communicator abstraction regardless of what backend is used. This allows our code to be independent of the actual communication framework.
The communicator would have features spanning from
comm.get_rank()
tocomm.allReduce(...)
We should start from RAFT see #523 and rapidsai/raft#7
In the long run, we should allow multiple communicators and host/device targets.
The text was updated successfully, but these errors were encountered: