Add support for alternating rings, allow for cross-nic rings without
cross-rail communication.
Add support for user buffer registration for network send/recv.
Optimize aggregated operations to better utilize all channels.
Add flattening for BCM PCI gen5 switches.
Add support for inter-node NVLink communication
Add support for port fusion in NET/IB.
Add support for ReduceScatter and AllGather using Collnet.
Update net API to v8.
Fix hang during A2A connection.


[ROCm/rccl commit: b6475625fb]
Этот коммит содержится в:
Sylvain Jeaugey
2024-02-05 05:06:02 -08:00
родитель 382ae08419
Коммит 2ab8a3a750
74 изменённых файлов: 4632 добавлений и 2165 удалений
+1
Просмотреть файл
@@ -25,6 +25,7 @@ struct ncclShmemGroup {
union {
unpackGroupShmem unpack;
} devicePlugin;
int32_t dstSizes[NCCL_MAX_NVLS_ARITY+1];
};
struct ncclShmemData {