-
Notifications
You must be signed in to change notification settings - Fork 102
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
TL/MLX5: rcache and p2p lib for mcast #826
Conversation
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.
Hey @MamziB ! Thanks for the PR. I left some general comments.
Is it normal that the new files have not been added to the Makefile?
It would be a good thing to compile those files in order to spot compilation errors and also to make the Linter run on the files
Hi @samnordmann Thank you so much for the helpful comments. I am planning to add these new files to Makerile.am as soon as all the dependencies are in place. Right now since this PR is dependent to many codes that are not included in this PR, we cannot compile it. In the next few PRs we will be able to compile these and run Linter over it. |
Hey Mamzi, ok, but can you briefly clarify though what this pr depends on? Am I missing other difficulties? |
@samnordmann Thanks for the note. Sure, let me resolve the dependencies and add a new commit. |
@Sergei-Lebedev @samnordmann Thank you all for your constructive comments. I appreciate it. Please kindly take a look at the new commit that has addressed your feedback. |
@Sergei-Lebedev Thanks for the second set of comments. Please take a look at the new commit. Thank you |
5647f56
to
26c4912
Compare
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.
Thanks @MamziB for the revisions. It looks good to me. I'm only leaving a couple of minor comments.
Can you please fix the Linter in github's checks ?
26c4912
to
67ea8e4
Compare
@samnordmann @Sergei-Lebedev Hi Guys I have resolved/answered your feedback. I also converted all the commits into a single commit that can be merged into the master branch. Thanks again for your feedback. |
67ea8e4
to
68303fb
Compare
68303fb
to
b78ec4c
Compare
Thanks guys for the comments. @Sergei-Lebedev I have resolved your new comments and then I updated the commit itself. |
@Sergei-Lebedev are all passing checks a requirement for mergers? I see some tests which failed in PRs already merged? |
b78ec4c
to
0d1c8ed
Compare
@Sergei-Lebedev Thanks sergei for the new comments. I appreciate it. I have updated the commit with the new changes. |
Yes, all checks are required unless there is known issue |
0d1c8ed
to
fc2b91a
Compare
TL/MLX5: adding rcache and a p2p library for mcast
@janjust