Update Rome model matching and add new models (#516)

* Update Rome model matching and add new models

* Add missing file

* Models update
Этот коммит содержится в:
Wenkai Du
2022-03-21 10:54:40 -07:00
коммит произвёл GitHub
родитель 65ea3d80db
Коммит cd17cf6dce
8 изменённых файлов: 607 добавлений и 72 удалений
+5
Просмотреть файл
@@ -137,6 +137,11 @@ NodeModelDesc model_descs[] = {
{4, "topo_16p1h_vm.xml", "4 nodes 16P1H VM"},
{1, "topo_8p1h.xml", "single node 8P1H"},
{4, "topo_8p1h.xml", "4 nodes 8P1H"},
{1, "topo_4p4h.xml", "single node gfx908 4P4H"},
{1, "topo_8p1h_n1.xml", "single node 8P1H"},
{4, "topo_8p1h_n1.xml", "4 nodes 8P1H"},
{1, "topo_8p1h_1.xml", "single node 8P1H Alt."},
{4, "topo_8p1h_1.xml", "4 nodes 8P1H Alt."},
};
int main(int argc,char* argv[])