Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[coro_rdma][feat] add rdmapp and coro_rdma example #886

Open
wants to merge 1 commit into
base: support_rdma
Choose a base branch
from

Conversation

howardlau1999
Copy link

Why

Preliminary support of RDMA transport

What is changing

  • Add rdmapp for coroutine adaptation for ibverbs
  • Add a minimal example integrating RDMA communication with asio

Example

See src/coro_rdma/examples/example.cpp

@CLAassistant
Copy link

CLAassistant commented Jan 20, 2025

CLA assistant check
All committers have signed the CLA.

@helintongh
Copy link
Contributor

不使用ucx的原因能阐述一下吗?谢谢

@howardlau1999
Copy link
Author

不使用ucx的原因能阐述一下吗?谢谢

UCX 我也打算支持,因为 RDMA 的接口和 Socket 接口有很大不同,目前是打算先调通 RDMA 相关功能的流程,后面可以对 RDMA 相关的抽象增加 UCX 支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants