commit | da79d9b9f1a5ddb0ef55bf60b1529b3ea1ed9ecc | [log] [tgz] |
---|---|---|
author | Ben Vanik <benvanik@google.com> | Thu Oct 01 09:52:54 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 01 09:52:54 2020 -0700 |
tree | 024f5dfed4cd4fab93302dc4d5a9006e642ebc0a | |
parent | 92f0c671f8fcf475b0c184d24e5541607f7c87af [diff] [blame] |
Adding a dep on cpuinfo (#3292)
diff --git a/.gitmodules b/.gitmodules index 0dfd5cd..85b7b8f 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -56,3 +56,6 @@ [submodule "third_party/spirv_cross"] path = third_party/spirv_cross url = https://github.com/KhronosGroup/SPIRV-Cross.git +[submodule "third_party/cpuinfo"] + path = third_party/cpuinfo + url = https://github.com/pytorch/cpuinfo.git