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
FI_HMEM is only an on/off capability bit but there are more
specific capabilities. Add fi_hmem_attr to fi_info to provide
better control over:
- whether device API calls are permitted in libfabric, except for
FI_HMEM initialization.
- whether peer to peer transfers should be used.
- whether optimized memcpy for device mempry should be used.
This change results in the ABI needing to be updated. A new
compatibility set of interfaces is the result.
Signed-off-by: Jessie Yang <[email protected]>
0 commit comments