Merge remote-tracking branch 'nccl/master' into develop
[ROCm/rccl commit: a6bf9bfc9e]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user