From 366dc6bba982d01cb41e6e4fa0eed64348ad4edb Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Mon, 23 Mar 2020 17:23:49 +0800 Subject: [PATCH] build(third_party): add gdrcopy, gtest, nccl and ucx --- .gitmodules | 12 ++++++++++++ third_party/gdrcopy | 1 + third_party/gtest | 1 + third_party/nccl | 1 + third_party/ucx | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/gdrcopy create mode 160000 third_party/gtest create mode 160000 third_party/nccl create mode 160000 third_party/ucx diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..94f6389 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "third_party/googletest"] + path = third_party/gtest + url = https://github.com/google/googletest.git +[submodule "third_party/gdrcopy"] + path = third_party/gdrcopy + url = https://github.com/NVIDIA/gdrcopy.git +[submodule "third_party/nccl"] + path = third_party/nccl + url = https://github.com/NVIDIA/nccl.git +[submodule "third_party/ucx"] + path = third_party/ucx + url = https://github.com/openucx/ucx.git diff --git a/third_party/gdrcopy b/third_party/gdrcopy new file mode 160000 index 0000000..2718e18 --- /dev/null +++ b/third_party/gdrcopy @@ -0,0 +1 @@ +Subproject commit 2718e18915a2f7cb45d9ceedb586aa0cc1528d3c diff --git a/third_party/gtest b/third_party/gtest new file mode 160000 index 0000000..703bd9c --- /dev/null +++ b/third_party/gtest @@ -0,0 +1 @@ +Subproject commit 703bd9caab50b139428cea1aaff9974ebee5742e diff --git a/third_party/nccl b/third_party/nccl new file mode 160000 index 0000000..9db4b1d --- /dev/null +++ b/third_party/nccl @@ -0,0 +1 @@ +Subproject commit 9db4b1d801624a00591b7aafd426d6dd23547443 diff --git a/third_party/ucx b/third_party/ucx new file mode 160000 index 0000000..a02bec2 --- /dev/null +++ b/third_party/ucx @@ -0,0 +1 @@ +Subproject commit a02bec2784aaa6afcf32cf36dedd24f3f995e8ac -- GitLab