-
Notifications
You must be signed in to change notification settings - Fork 192
Enable libfabric backend plugin with CXI provider for Slingshot network #1057
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
base: main
Are you sure you want to change the base?
Conversation
|
👋 Hi joshishr! Thank you for contributing to ai-dynamo/nixl. Your PR reviewers will review your contribution then trigger the CI to test your changes. 🚀 |
bb9ee10 to
f03894a
Compare
|
The most recent force commit seems to fix the formatting changes in the checks, so I'm not sure why the checks continue to fail. |
| // TCP providers don't support FI_MR_VIRT_ADDR and expect offset-based addressing | ||
| if (data_rails_[rail_id]->provider_name == "tcp" || | ||
| if (data_rails_[rail_id]->provider_name == "cxi" || | ||
| data_rails_[rail_id]->provider_name == "tcp" || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akkart-aws was there a reason you couldn't just check for FI_MR_VIRT_ADDR directly here?
|
pls note clang format check errors |
Thank you for looking at this. I believe the force commit fixed the clang format errors, but it doesn't seem like the Clang Format Check picked up that they were fixed. |

Enable CXI provider support in libfabric backend plugin for HPE's Slingshot network.