mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
remove no-op C10_DISABLE_NUMA preprocessor flag (#98243)
Nothing reads this, so setting it does nothing. Differential Revision: [D44642070](https://our.internmc.facebook.com/intern/diff/D44642070/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D44642070/)! Pull Request resolved: https://github.com/pytorch/pytorch/pull/98243 Approved by: https://github.com/PaliC
This commit is contained in:
committed by
PyTorch MergeBot
parent
e4c8c75583
commit
ca1fe9bae5
@ -36,7 +36,6 @@ cxx_library(
|
||||
'-DC10_USING_CUSTOM_GENERATED_MACROS',
|
||||
'-DC10_USE_GLOG',
|
||||
'-DC10_USE_MINIMAL_GLOG',
|
||||
'-DC10_DISABLE_NUMA',
|
||||
'-DC10_MOBILE',
|
||||
'-fexceptions',
|
||||
'-Wno-global-constructors'
|
||||
|
@ -101,7 +101,6 @@ def define_ovrsource_targets():
|
||||
|
||||
common_c10_cmake_defines = [
|
||||
("#cmakedefine C10_BUILD_SHARED_LIBS", ""),
|
||||
("#cmakedefine C10_DISABLE_NUMA", ""),
|
||||
("#cmakedefine C10_USE_NUMA", ""),
|
||||
("#cmakedefine C10_USE_MSVC_STATIC_RUNTIME", ""),
|
||||
]
|
||||
|
Reference in New Issue
Block a user