diff options
author | Jerry Zhang <jerryzh@fb.com> | 2018-12-06 10:56:14 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-12-06 11:30:13 -0800 |
commit | 1d111853aea8c47c73b77c4660b12577f58e9cfc (patch) | |
tree | 9997bbf82f09b3238d314ffbe68db72f368e3f07 /c10/macros | |
parent | 75a2d8e2de4a73e16c3ea22f781673ea3e15a1f9 (diff) | |
download | pytorch-1d111853aea8c47c73b77c4660b12577f58e9cfc.tar.gz pytorch-1d111853aea8c47c73b77c4660b12577f58e9cfc.tar.bz2 pytorch-1d111853aea8c47c73b77c4660b12577f58e9cfc.zip |
Move numa.{h, cc} to c10/util (#14393)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14393
att
Reviewed By: ezyang
Differential Revision: D13205604
fbshipit-source-id: 54166492d31827b0343ed070cc36a825dd86e2ed
Diffstat (limited to 'c10/macros')
-rw-r--r-- | c10/macros/cmake_macros.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c10/macros/cmake_macros.h.in b/c10/macros/cmake_macros.h.in index 29f8705fa1..5b20360af5 100644 --- a/c10/macros/cmake_macros.h.in +++ b/c10/macros/cmake_macros.h.in @@ -7,5 +7,6 @@ #cmakedefine C10_BUILD_SHARED_LIBS #cmakedefine C10_USE_GLOG #cmakedefine C10_USE_GFLAGS +#cmakedefine C10_DISABLE_NUMA #endif // C10_MACROS_CMAKE_MACROS_H_ |