mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-07-14 19:27:20 +00:00
Auto-detect low-latency EP topology
Use Bootstrap node and NVML fabric-domain discovery for optimized LL, collectively gate cross-host fabric payload and semaphore support, remove obsolete topology env defaults, and refresh the EP documentation and performance guidance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: efbacae6-f679-430b-bc16-b45ae162fc76
This commit is contained in:
@@ -143,7 +143,7 @@ class LowLatencyBackend:
|
||||
num_rdma_bytes=num_rdma_bytes,
|
||||
mode=self.mode,
|
||||
)
|
||||
# LL uses direct peer mappings, including fabric IPC when available.
|
||||
# Bootstrap automatically detects physical-node and GPU IPC-domain topology.
|
||||
self._is_internode = self._runtime.get_num_rdma_ranks() > 1
|
||||
|
||||
def is_available(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user