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
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Tensor applications always need to transfer dense tensors which consumes pretty large memory. Traditional socket stack always involves memory buffer copy overhead which we want to avoid。
RDMA can be used to bypass kernel with the help of smart NICs
But we may also use DPDK to bypass kernel copy which I think will helps to reduce buffer copy overhead
tensorpipe may use dpdk to bypass kernel to avoid memory copy when use desnt have RDMA or EFA?
The text was updated successfully, but these errors were encountered: