forked from facebookarchive/caffe2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NNPACK and its dependencies (facebookarchive#2047)
I made changes to NNPACK and its dependencies to not mess up global CMake state. This commit brings these changes to Caffe2.
- Loading branch information
1 parent
02008e6
commit d24f77c
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule cpuinfo
updated
25 files
+11 −0 | .travis.yml | |
+50 −16 | CMakeLists.txt | |
+42 −5 | README.md | |
+22 −0 | appveyor.yml | |
+11 −0 | include/cpuinfo.h | |
+7 −0 | src/api.h | |
+12 −2 | src/init.c | |
+7 −5 | src/log.c | |
+7 −1 | src/utils.h | |
+40 −40 | src/x86/api.h | |
+16 −16 | src/x86/cache/descriptor.c | |
+3 −3 | src/x86/cache/deterministic.c | |
+16 −16 | src/x86/cache/init.c | |
+7 −3 | src/x86/cpuid.h | |
+1 −1 | src/x86/init.c | |
+16 −2 | src/x86/isa.c | |
+1 −2 | src/x86/linux/api.h | |
+1 −0 | src/x86/mach/init.c | |
+5 −5 | src/x86/name.c | |
+1 −1 | src/x86/topology.c | |
+6 −4 | src/x86/uarch.c | |
+41 −0 | src/x86/windows/api.h | |
+573 −0 | src/x86/windows/init.c | |
+1 −1 | tools/cache-info.c | |
+23 −14 | tools/cpu-info.c |