From c9f4edededa983cf5a3845ff6ec89ed8494a3d09 Mon Sep 17 00:00:00 2001 From: "Xue, Chendi" Date: Sat, 27 Aug 2022 00:18:24 +0800 Subject: [PATCH 1/2] Added the submodule to the project. --- .gitmodules | 27 +++++++++++++++++++++++ RecDP | 1 + modelzoo/third_party/DeepLearningExamples | 1 + modelzoo/third_party/alibaba-ai-matrix | 1 + modelzoo/third_party/dlrm | 1 + modelzoo/third_party/mlperf_v1.0 | 1 + tests/cicd/bats | 1 + tests/cicd/test_helper/bats-assert | 1 + tests/cicd/test_helper/bats-file | 1 + tests/cicd/test_helper/bats-support | 1 + 10 files changed, 36 insertions(+) create mode 100644 .gitmodules create mode 160000 RecDP create mode 160000 modelzoo/third_party/DeepLearningExamples create mode 160000 modelzoo/third_party/alibaba-ai-matrix create mode 160000 modelzoo/third_party/dlrm create mode 160000 modelzoo/third_party/mlperf_v1.0 create mode 160000 tests/cicd/bats create mode 160000 tests/cicd/test_helper/bats-assert create mode 160000 tests/cicd/test_helper/bats-file create mode 160000 tests/cicd/test_helper/bats-support diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..f3947a73a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,27 @@ +[submodule "RecDP"] + path = RecDP + url = https://github.com/oap-project/recdp.git +[submodule "tests/cicd/bats"] + path = tests/cicd/bats + url = https://github.com/bats-core/bats-core.git +[submodule "tests/cicd/test_helper/bats-support"] + path = tests/cicd/test_helper/bats-support + url = https://github.com/bats-core/bats-support.git +[submodule "tests/cicd/test_helper/bats-assert"] + path = tests/cicd/test_helper/bats-assert + url = https://github.com/bats-core/bats-assert.git +[submodule "tests/cicd/test_helper/bats-file"] + path = tests/cicd/test_helper/bats-file + url = https://github.com/ztombol/bats-file.git +[submodule "modelzoo/third_party/mlperf_v1.0"] + path = modelzoo/third_party/mlperf_v1.0 + url = https://github.com/mlcommons/training_results_v1.0.git +[submodule "modelzoo/third_party/DeepLearningExamples"] + path = modelzoo/third_party/DeepLearningExamples + url = https://github.com/NVIDIA/DeepLearningExamples.git +[submodule "modelzoo/third_party/dlrm"] + path = modelzoo/third_party/dlrm + url = https://github.com/facebookresearch/dlrm.git +[submodule "modelzoo/third_party/alibaba-ai-matrix"] + path = modelzoo/third_party/alibaba-ai-matrix + url = https://github.com/alibaba/ai-matrix.git diff --git a/RecDP b/RecDP new file mode 160000 index 000000000..cc5bd6a29 --- /dev/null +++ b/RecDP @@ -0,0 +1 @@ +Subproject commit cc5bd6a29fc3cf7aecac0cda5d0e1473c0f8997e diff --git a/modelzoo/third_party/DeepLearningExamples b/modelzoo/third_party/DeepLearningExamples new file mode 160000 index 000000000..475cff634 --- /dev/null +++ b/modelzoo/third_party/DeepLearningExamples @@ -0,0 +1 @@ +Subproject commit 475cff63464736d836e1113a9839fc176bf67b38 diff --git a/modelzoo/third_party/alibaba-ai-matrix b/modelzoo/third_party/alibaba-ai-matrix new file mode 160000 index 000000000..f7e1d7788 --- /dev/null +++ b/modelzoo/third_party/alibaba-ai-matrix @@ -0,0 +1 @@ +Subproject commit f7e1d7788c03e01eea915ff2bcad10103dcb529e diff --git a/modelzoo/third_party/dlrm b/modelzoo/third_party/dlrm new file mode 160000 index 000000000..a2cea99de --- /dev/null +++ b/modelzoo/third_party/dlrm @@ -0,0 +1 @@ +Subproject commit a2cea99de91fe426c52b8c664a4c45dc7c6563a8 diff --git a/modelzoo/third_party/mlperf_v1.0 b/modelzoo/third_party/mlperf_v1.0 new file mode 160000 index 000000000..8200377f4 --- /dev/null +++ b/modelzoo/third_party/mlperf_v1.0 @@ -0,0 +1 @@ +Subproject commit 8200377f425ae24b6ed6c2816b9273aab0996d43 diff --git a/tests/cicd/bats b/tests/cicd/bats new file mode 160000 index 000000000..c97b3a1b8 --- /dev/null +++ b/tests/cicd/bats @@ -0,0 +1 @@ +Subproject commit c97b3a1b8644ddede18bff6bc035c12e9f50be78 diff --git a/tests/cicd/test_helper/bats-assert b/tests/cicd/test_helper/bats-assert new file mode 160000 index 000000000..ffe84ea5d --- /dev/null +++ b/tests/cicd/test_helper/bats-assert @@ -0,0 +1 @@ +Subproject commit ffe84ea5dd43b568851549b3e241db150c12929c diff --git a/tests/cicd/test_helper/bats-file b/tests/cicd/test_helper/bats-file new file mode 160000 index 000000000..2fddb2b83 --- /dev/null +++ b/tests/cicd/test_helper/bats-file @@ -0,0 +1 @@ +Subproject commit 2fddb2b831d65cdf2e411f3b47f4677fbb15729c diff --git a/tests/cicd/test_helper/bats-support b/tests/cicd/test_helper/bats-support new file mode 160000 index 000000000..3c8fadc50 --- /dev/null +++ b/tests/cicd/test_helper/bats-support @@ -0,0 +1 @@ +Subproject commit 3c8fadc5097c9acfc96d836dced2bb598e48b009 From 66e0d55128b5d890a0056b9afba469d79160c378 Mon Sep 17 00:00:00 2001 From: "Xue, Chendi" Date: Sat, 27 Aug 2022 00:21:24 +0800 Subject: [PATCH 2/2] Add gitignore Signed-off-by: Xue, Chendi --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e4ab0a75b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +**/*.json +**/*.txt +**/*.pyc \ No newline at end of file