mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/55835 Now that https://github.com/pytorch/pytorch/pull/55238 is landed for a week and no complains. It seems safe to say FEATURE_TORCH_MOBILE is always true and we can do some cleanup. Test Plan: Imported from OSS Reviewed By: ezyang, walterddr Differential Revision: D27721284 Pulled By: ailzhang fbshipit-source-id: 4896bc5f736373d0922cfbe8eed0d16df62f0fa1
14 lines
402 B
C
14 lines
402 B
C
#ifndef C10_MACROS_CMAKE_MACROS_H_
|
|
#define C10_MACROS_CMAKE_MACROS_H_
|
|
|
|
// Automatically generated header file for the C10 library.
|
|
// Do not include this file directly. Instead, include c10/macros/Macros.h.
|
|
|
|
#cmakedefine C10_BUILD_SHARED_LIBS
|
|
#cmakedefine C10_USE_GLOG
|
|
#cmakedefine C10_USE_GFLAGS
|
|
#cmakedefine C10_USE_NUMA
|
|
#cmakedefine C10_USE_MSVC_STATIC_RUNTIME
|
|
|
|
#endif // C10_MACROS_CMAKE_MACROS_H_
|