diff --git a/.gitmodules b/.gitmodules index afe05acfec2a499ea179f6725ad803c022ea569c..6e7b2176bffbb39e20c002d308e296387cca047a 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 63b254577ed77a8004a9be6ac707f3dccc4e1fd9..ea1061c25dda02e3d539f79ae54186d3261ab357 160000 --- a/third_party/cpuinfo +++ b/third_party/cpuinfo @@ -1 +1 @@ -Subproject commit 63b254577ed77a8004a9be6ac707f3dccc4e1fd9 +Subproject commit ea1061c25dda02e3d539f79ae54186d3261ab357