Add another Rome model (#497)

Dieser Commit ist enthalten in:
Wenkai Du
2022-02-12 10:30:16 -08:00
committet von GitHub
Ursprung f3c2cafd9d
Commit 02096c9936
5 geänderte Dateien mit 117 neuen und 2 gelöschten Zeilen
+1
Datei anzeigen
@@ -26,5 +26,6 @@ ncclResult_t parseGraph(const char* str, struct ncclTopoSystem* system, struct n
ncclResult_t parseRome4P2H(struct ncclTopoSystem* system, struct ncclTopoGraph* graph);
ncclResult_t parseChordalRing(struct ncclTopoSystem* system, struct ncclTopoGraph* graph);
ncclResult_t parse1H16P(struct ncclTopoSystem* system, struct ncclTopoGraph* graph);
ncclResult_t parse4H4P(struct ncclTopoSystem* system, struct ncclTopoGraph* graph);
#endif