Commit 41ece8c
committed
mtl/ofi: add FI_MR_ALLOCATED to mr_mode for cuda support
For cuda support, mtl/ofi need to explicitly register memory.
Therefore, it need to specify FI_MR_ALLOCATED to its mr mode,
to indicate that mtl/ofi will only register memory that
is "allocated" (backed by physical memory pages), because most
libfabric providers have this requirement.
Signed-off-by: Wei Zhang <wzam@amazon.com>1 parent 528ff5d commit 41ece8c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
0 commit comments