Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/ruy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjacob <benoitjacob@google.com>2021-01-19 22:41:55 +0300
committerGitHub <noreply@github.com>2021-01-19 22:41:55 +0300
commitcb106ed9f06e3b2894f79db9fb5a864a45b6a8c1 (patch)
treeaf7536db8f60a7624434caa3f9dd8f4a44704514
parentf6f44759be28fff0ce70dbd3bce0d8fec0f13422 (diff)
Move submodules to where they belong. (#240)
-rw-r--r--.gitmodules4
m---------third_party/cpuinfo (renamed from cpuinfo)0
m---------third_party/googletest (renamed from googletest)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index e646b7d..0e03f4e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "googletest"]
- path = googletest
+ path = third_party/googletest
url = https://github.com/google/googletest
[submodule "cpuinfo"]
- path = cpuinfo
+ path = third_party/cpuinfo
url = https://github.com/pytorch/cpuinfo
diff --git a/cpuinfo b/third_party/cpuinfo
-Subproject 5916273f79a21551890fd3d56fc5375a78d1598
+Subproject 5916273f79a21551890fd3d56fc5375a78d1598
diff --git a/googletest b/third_party/googletest
-Subproject 6c58c11d5497b6ee1df3cb400ce30deb72fc28c
+Subproject 6c58c11d5497b6ee1df3cb400ce30deb72fc28c