xref: /aosp_15_r20/external/pytorch/c10/macros/cmake_macros.h.in (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1#ifndef C10_MACROS_CMAKE_MACROS_H_
2#define C10_MACROS_CMAKE_MACROS_H_
3
4// Automatically generated header file for the C10 library.
5// Do not include this file directly. Instead, include c10/macros/Macros.h.
6
7#cmakedefine C10_BUILD_SHARED_LIBS
8#cmakedefine C10_USE_GLOG
9#cmakedefine C10_USE_GFLAGS
10#cmakedefine C10_USE_NUMA
11#cmakedefine C10_USE_MSVC_STATIC_RUNTIME
12#cmakedefine C10_USE_ROCM_KERNEL_ASSERT
13
14#endif // C10_MACROS_CMAKE_MACROS_H_
15