wholegraph
wholegraph copied to clipboard
Use RAFT communicator instead of a separate communicator in WholeMemory
PR #3 introduces include/whole_memory.h which currently seems to have its own communicator. In the future, we should be using the raft communicator handle instead.
Similarly, there's also include/whole_nccl_memory.h which can be replaced with similar logic from RAFT too.
still waiting on RAFT for host comms (using NCCL but with host copy)