-
Notifications
You must be signed in to change notification settings - Fork 63
NIXL POSIX plugin #178
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
NIXL POSIX plugin #178
Conversation
👋 Hi dfarge! Thank you for contributing to ai-dynamo/nixl. Your PR reviewers will review your contribution then trigger the CI to test your changes. 🚀 |
383770e
to
8dd6965
Compare
2760b4d
to
0b6e641
Compare
Some comments has been marked resolved without a fix or a respond |
@tstamler can you review to see if the change request has been addressed? |
806bc95
to
bced7d8
Compare
/ok to test bced7d8 |
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.
I left a couple of comments around documentation. I think the biggest open TODO is to add to CI. We want all in-tree plugins to be included and tested in CI, just running the test you already have should be good enough. I will discuss with @vvenkates27 how we want to do this.
and then, obviously there is also the fact that it doesn't build in the current CI, which is not good |
/ok to test c61ee94 |
* NIXL POSIX plugin (#178) * Added status.h header, containing useful macros for checking nixl_status_t * CI: test liburing install and run posix_test Signed-off-by: Timothy Stamler <tstamler@nvidia.com> Co-authored-by: dfarge <dfarge@nvidia.com>
Added a plugin to support POSIX type files.