From 7a0d9626f0c7850bef4b065529690d21c887b1f0 Mon Sep 17 00:00:00 2001 From: zhanghaolong <1041563782@qq.com> Date: Wed, 1 Sep 2021 14:37:14 +0800 Subject: [PATCH] opt(cpuifno): move cpuinfo from pytorch to MegEngine --- .gitmodules | 6 +++--- third_party/cpuinfo | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index afe05acf..6e7b2176 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,9 +25,6 @@ [submodule "third_party/flatbuffers"] path = third_party/flatbuffers url = https://github.com/google/flatbuffers.git -[submodule "third_party/cpuinfo"] - path = third_party/cpuinfo - url = https://github.com/pytorch/cpuinfo.git [submodule "third_party/pybind11"] path = third_party/pybind11 url = https://github.com/pybind/pybind11.git @@ -46,3 +43,6 @@ [submodule "third_party/Json"] path = third_party/Json url = https://github.com/nlohmann/json.git +[submodule "third_party/cpuinfo"] + path = third_party/cpuinfo + url = https://github.com/MegEngine/cpuinfo.git diff --git a/third_party/cpuinfo b/third_party/cpuinfo index 63b25457..ea1061c2 160000 --- a/third_party/cpuinfo +++ b/third_party/cpuinfo @@ -1 +1 @@ -Subproject commit 63b254577ed77a8004a9be6ac707f3dccc4e1fd9 +Subproject commit ea1061c25dda02e3d539f79ae54186d3261ab357