forked from aws/aws-ofi-nccl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit is making the RDMA protocol use the MR cache for external memory registrations. Internal memory registrations (bounce buffers and ctrl messages) do not use an MR cache, as they won't try to register the same memory region twice. This commit also adds the OFI_NCCL_MR_CACHE_DISABLE environment variable to disable the MR cache and always register the memory with the device when regMR() is called. Signed-off-by: Amedeo Sapio <[email protected]>
- Loading branch information
1 parent
a11b55b
commit 5b7ab56
Showing
4 changed files
with
234 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.