Add gfx908 Rome 4 NICs model

This commit is contained in:
Wenkai Du
2021-02-06 00:19:47 +00:00
parent f372c53d52
commit 6dfdfef98f
3 changed files with 129 additions and 1 deletions
+2
View File
@@ -117,6 +117,8 @@ NodeModelDesc model_descs[] = {
{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"},
{1, "topo_8p_rome_4nics.xml", "single node 8 gfx908 Rome 4 NICs"},
{4, "topo_8p_rome_4nics.xml", "4 nodes node 8 gfx908 Rome 4 NICs"},
};
int main(int argc,char* argv[])