Merge remote-tracking branch 'nccl/master' into develop

[ROCm/rccl commit: a6bf9bfc9e]
This commit is contained in:
BertanDogancay
2025-04-23 20:46:36 -07:00
118 changed files with 12789 additions and 3358 deletions
+2 -2
View File
@@ -697,8 +697,8 @@ namespace RcclUnitTesting
{
//Skipping AllReduce FP8 test on 9 to 16 ranks (gfx90a).
if(ev.isGfx90 && numRanks > 8 && funcTypes[ftIdx] == ncclCollAllReduce
&& (dataTypes[dtIdx] == ncclFp8E4M3
|| dataTypes[dtIdx] == ncclFp8E5M2))
&& (dataTypes[dtIdx] == ncclFloat8e4m3
|| dataTypes[dtIdx] == ncclFloat8e5m2))
{
continue;
}