Add option to enable multiple SAT in SHARP (#380)

* Add option to enable multiple SAT in SHARP

* Extend number of NICs to 16

[ROCm/rccl commit: 961922ea02]
This commit is contained in:
Wenkai Du
2021-06-03 19:45:18 -07:00
committed by GitHub
parent fd94c55afe
commit 4b31e521e9
5 changed files with 36 additions and 47 deletions
@@ -123,6 +123,7 @@ NodeModelDesc model_descs[] = {
{4, "topo_collnet_n4.xml", "4 nodes collnet 4 NICs"},
{1, "topo_8p_90a.xml", "single node gfx90a"},
{4, "topo_8p_rome_4n_1.xml", "4 nodes node 8 gfx908 Rome 4 NICs NPS=4"},
{4, "topo_collnet_n4.xml", "4 nodes collnet 4 NICs for multiple SAT"},
};
int main(int argc,char* argv[])