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

Is it possible to use this over EFA? #49

Closed
VoVAllen opened this issue Oct 28, 2020 · 3 comments
Closed

Is it possible to use this over EFA? #49

VoVAllen opened this issue Oct 28, 2020 · 3 comments

Comments

@VoVAllen
Copy link

Hi,

I'm wondering whether it's possible for this to utilize elastic fabric adapter.

Thanks

@rashikakheria
Copy link
Contributor

Yes, it is possible and the README mentions that the plugin has been tested with EFA provider. Here is a getting started doc on EFA over P3dn which uses the plugin: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start-nccl-base.html and https://docs.aws.amazon.com/dlami/latest/devguide/tutorial-efa-using.html

@VoVAllen
Copy link
Author

Hi,

Is there any code I can refer to that uses libfabric RDM endpoint primitive? (i.e. fi_send) Also I found there's code in libfabric repo about FI_HMEM. Does it mean I can receive data using efa to a registered cuda memory directly with something like fi_mr and fi_msg?

@rashikakheria
Copy link
Contributor

This plugin repository uses fi_tsend for libfabric RDM endpoints. Yes, with FI_HMEM, you can use cuda buffers directly. This plugin also has code for that.

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

No branches or pull requests

2 participants