Fix Rome PCIe 2 node topology generation (#310)

This commit is contained in:
Wenkai Du
2020-12-15 17:16:17 -08:00
committed by GitHub
vanhempi 41c35dad48
commit 373a108516
5 muutettua tiedostoa jossa 56 lisäystä ja 3 poistoa
+1
Näytä tiedosto
@@ -116,6 +116,7 @@ NodeModelDesc model_descs[] = {
{4, "topo_4p3l_n2_1.xml", "4 nodes 8 gfx908 Rome"},
{1, "topo_8p_rome_n4_1.xml", "single node 8 gfx908 Rome NPS=4"},
{4, "topo_8p_rome_n4_1.xml", "4 nodes node 8 gfx908 Rome NPS=4"},
{2, "topo_8p_rome_pcie.xml", "2 nodes node 8 VEGA20 PCIe"},
};
int main(int argc,char* argv[])