We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01571f commit cb2b174Copy full SHA for cb2b174
codegen/macros.h
@@ -8,6 +8,6 @@
8
9
#pragma once
10
// TODO(T157709949) remove this file
11
-#ifndef USE_ATEN_LIB
+#if !defined(USE_ATEN_LIB) && !defined(TORCH_API)
12
#define TORCH_API
13
#endif
0 commit comments