Add NPS4 support on some models (#256)

* Add NPS4 support on some models

* Add XML models

[ROCm/rccl commit: 391bbf3f1e]
Este commit está contenido en:
Wenkai Du
2020-08-19 11:03:20 -07:00
cometido por GitHub
padre 3e4ddd065b
commit 5f49a0e088
Se han modificado 5 ficheros con 215 adiciones y 5 borrados
@@ -99,6 +99,10 @@ NodeModelDesc model_descs[] = {
{4, "topo_8p_ts1_1.xml", "4 nodes 8 VEGA20 TS1 Alt. Model"},
{1, "topo_4p3l_2h.xml", "single node 8 gfx908 Rome"},
{4, "topo_4p3l_2h.xml", "4 nodes 8 gfx908 Rome"},
{1, "topo_8p_ts1_n4.xml", "single node 8 VEGA20 TS1 NPS=4"},
{4, "topo_8p_ts1_n4.xml", "4 nodes 8 VEGA20 TS1 NPS=4"},
{1, "topo_8p_ts1_n4_1.xml", "single node 8 VEGA20 TS1 NPS=4 Alt. Model"},
{4, "topo_8p_ts1_n4_1.xml", "4 nodes 8 VEGA20 TS1 NPS=4 Alt. Model"},
};
int main(int argc,char* argv[])