xref: /aosp_15_r20/external/pytorch/functorch/csrc/dim/dim_opcode.c (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #include <torch/csrc/utils/python_compat.h>
2 #if defined(_WIN32) && IS_PYTHON_3_11_PLUS
3 #define Py_BUILD_CORE
4 #define NEED_OPCODE_TABLES
5 #include "internal/pycore_opcode.h"
6 #endif
7