Files
mscclpp/python/mscclpp
Changho Hwang 42be3660e0 Add a new IB stack impl that doesn't use RDMA atomics (#728)
* Added configurable InfiniBand (IB) signaling mode.
`EndpointConfig::Ib::Mode` enum selects the mode (`Default`, `Host`,
`HostNoAtomic`). `Default` is equivalent to `Host` unless specified
different by envrionment `MSCCLPP_IBV_MODE`. `Host` corresponds to the
previous implementation using RDMA atomics for signaling, while
`HostNoAtomic` uses write-with-immediate instead.
* Regarding updates in Python bindings and API.
2026-02-10 01:07:53 +00:00
..
2026-02-03 10:13:20 -08:00
2026-01-21 20:32:24 -08:00
2026-02-03 10:13:20 -08:00
2026-01-21 20:32:24 -08:00
2025-10-06 15:57:28 -07:00
2026-02-03 10:13:20 -08:00