Rail optimization for rings (#1140)

- Modifies the ring creation algorithm to be friendlier to rail-optimized topologies (should not affect classic fabric topologies)

[ROCm/rccl commit: 4cb62f999a]
This commit is contained in:
gilbertlee-amd
2024-04-15 12:03:57 -06:00
کامیت شده توسط GitHub
والد 8ddb74e3b1
کامیت 422a7ffcbb
11فایلهای تغییر یافته به همراه296 افزوده شده و 69 حذف شده
@@ -21,7 +21,7 @@
DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
for i in {0..81}
for i in {0..82}
do
if [[ $i -eq 50 ]] || [[ $i -eq 51 ]]
then