async-rdma icon indicating copy to clipboard operation
async-rdma copied to clipboard

Easy to use RDMA API in Rust async

Results 23 async-rdma issues
Sort by recently updated
recently updated
newest added

Shall we also check other hardware limitations? _Originally posted by @rogercloud in https://github.com/datenlord/async-rdma/pull/89#discussion_r1009462633_ We may get errors returned by ibv APIs with ambiguous error messages because of hardware limitations. We...

thank you for this great project. I think it helps a lot for RDMA beginner. But if I want to copy gpu memory to remote cpu memory thought RDMA. is...

Hi, guys. I encounter a failure when trying to run the example by ` cargo run --example rpc` and here is the error logs: ``` error: failed to run custom...