Add another Rome model (#497)

[ROCm/rccl commit: 02096c9936]
This commit is contained in:
Wenkai Du
2022-02-12 10:30:16 -08:00
committed by GitHub
parent 9c3189589f
commit 5b697e40db
5 changed files with 117 additions and 2 deletions
+3
View File
@@ -811,6 +811,9 @@ ncclResult_t ncclTopoCompute(ncclTopoSystem* system, struct ncclTopoGraph* graph
if (graph->nChannels) return ncclSuccess;
// try to match 1H16P
NCCLCHECK(parse1H16P(system, graph));
if (graph->nChannels) return ncclSuccess;
// try to match 4H4P
NCCLCHECK(parse4H4P(system, graph));
}
if (graph->nChannels) return ncclSuccess;