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
config: Enable DMA-BUF by default (except old EFA)
Change the default value of OFI_NCCL_DISABLE_DMABUF to 0 so that
DMA-BUF is enabled by default on platforms that have Libfabric 1.20,
kernel 5.12 or later, and CUDA 11.7 with DMA-BUF support.
At the same time, disable DMA-BUF support on 1st, 2nd, and 3rd
generation EFA, due to an issue with operations using very
large page entry count MRs and an issue with page merging in the
RDMA subsystem (see comment in nccl_ofi_net.c for more details).
Signed-off-by: Arun Karthik <[email protected]>
Signed-off-by: Brian Barrett <[email protected]>
0 commit comments