mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Summary: As above, also changes a bunch of the build files to be better Test Plan: internal and external CI did run buck2 build fbcode//caffe2:torch and it succeeded Rollback Plan: Reviewed By: swolchok Differential Revision: D78016591 Pull Request resolved: https://github.com/pytorch/pytorch/pull/158035 Approved by: https://github.com/swolchok
15 lines
455 B
C
15 lines
455 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 torch/headeronly/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
|
|
#cmakedefine C10_USE_ROCM_KERNEL_ASSERT
|
|
|
|
#endif // C10_MACROS_CMAKE_MACROS_H_
|