rapidsai / distributed-join

Other
19 stars 12 forks source link

Register communication buffers in UCXBufferCommunicator directly #38

Closed gaohao95 closed 3 years ago

gaohao95 commented 3 years ago

Right now, communication buffers in UCXBufferCommunicator is registered by the first send/recv operation during warmup. A better strategy would register these buffers directly through UCXCommunicator::register_buffer after https://github.com/rapidsai/distributed-join/pull/36 is merged.