You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
Hi,
I'm wondering whether it's possible for this to utilize elastic fabric adapter.
Thanks
The text was updated successfully, but these errors were encountered: