From e55a3f20bab3025d537c4c3ef14866ca656a40e5 Mon Sep 17 00:00:00 2001 From: Sourav Chakraborty Date: Wed, 22 Jul 2020 16:27:15 +0000 Subject: [PATCH] add 4 node 8P6L 1 NIC 2nd Hive model [ROCm/rccl commit: 2475daafee7ee954c3968b1c3a1e3a22fc934010] --- projects/rccl/tools/topo_expl/topo_expl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rccl/tools/topo_expl/topo_expl.cpp b/projects/rccl/tools/topo_expl/topo_expl.cpp index 4c636d5824..f605312dff 100644 --- a/projects/rccl/tools/topo_expl/topo_expl.cpp +++ b/projects/rccl/tools/topo_expl/topo_expl.cpp @@ -83,6 +83,7 @@ NodeModelDesc model_descs[] = { {4, "topo_4p2h_1.xml", "4 nodes with 8 VEGA20 GPUs XGMI 4P2H 1 NIC 2nd Hive"}, {4, "topo_4p2h_2nic.xml", "4 nodes with 8 VEGA20 GPUs XGMI 4P2H 2 NIC"}, {1, "topo_8p_rome.xml", "single node 8 VEGA20 Rome"}, + {4, "topo_8p6l.xml", "4 nodes gfx908 8P6L 1 NIC 2nd Hive"}, {4, "topo_8p6l_1nic.xml", "4 nodes gfx908 8P6L 1 NIC"}, {4, "topo_8p6l_2nic.xml", "4 nodes gfx908 8P6L 2 NICs"}, {4, "topo_8p6l_3nic.xml", "4 nodes gfx908 8P6L 3 NICs"},