Migrating rccl and rccl-tests (#2750)

* Migrating rccl and rccl-tests

* Adding missing submodules for rccl
This commit is contained in:
ammallya
2026-01-21 18:16:19 -08:00
committed by GitHub
orang tua e4367dd053
melakukan ea94716e23
2 mengubah file dengan 33 tambahan dan 1 penghapusan
+19 -1
Melihat File
@@ -153,7 +153,7 @@
"auto_subtree_push": true,
"monorepo_source_of_truth": true
},
{
{
"name": "rocshmem",
"url": "ROCm/rocshmem",
"branch": "develop",
@@ -161,6 +161,24 @@
"auto_subtree_pull": false,
"auto_subtree_push": true,
"monorepo_source_of_truth": true
},
{
"name": "rccl",
"url": "ROCm/rccl",
"branch": "develop",
"category": "projects",
"auto_subtree_pull": false,
"auto_subtree_push": true,
"monorepo_source_of_truth": true
},
{
"name": "rccl-tests",
"url": "ROCm/rccl-tests",
"branch": "develop",
"category": "projects",
"auto_subtree_pull": false,
"auto_subtree_push": true,
"monorepo_source_of_truth": true
}
]
}
+14
Melihat File
@@ -102,3 +102,17 @@
path = projects/rocprofiler-systems/external/spdlog
url = https://github.com/gabime/spdlog.git
tag = v1.16.0
[submodule "projects/rccl/ext-src/mscclpp"]
path = projects/rccl/ext-src/mscclpp
url = https://github.com/microsoft/mscclpp.git
ignore = dirty
shallow = true
[submodule "projects/rccl/ext-src/json"]
path = projects/rccl/ext-src/json
url = https://github.com/nlohmann/json.git
ignore = dirty
shallow = true
[submodule "projects/rccl/ext-src/rocSHMEM"]
path = projects/rccl/ext-src/rocSHMEM
url = https://github.com/ROCm/rocSHMEM.git
branch = develop