Add new model support (#847)

* Add new model support

* Update new rings

[ROCm/rccl commit: 7044599575]
This commit is contained in:
Wenkai Du
2023-08-10 17:14:51 -07:00
committed by GitHub
parent f602b16bcb
commit 0c31452135
3 changed files with 16 additions and 1 deletions
@@ -153,6 +153,7 @@ NodeModelDesc model_descs[] = {
{2, "topo_8p1h_5.xml", "2 nodes 8P1H Alt."},
{1, "topo_8p_940.xml", "Single node gfx940 8P"},
{2, "topo_4p_940.xml", "2 nodes gfx940 4P"},
{4, "topo_8p_940.xml", "4 nodes gfx940 8P"},
};
NCCL_PARAM(MaxCTAs, "MAX_CTAS", MAXCHANNELS);