blob: c3351f16f5c43092e5a5f400ebff264b447509eb [file] [log] [blame]
#ifndef THP_API_H
#define THP_API_H
#ifdef _THP_CORE
#error Using the THP API header, but _THP_CORE is defined! This macro should \
be defined only when compiling the core torch package.
#endif
#ifdef USE_CUDA
#include "cuda/THCP.h"
#include "cuda/undef_macros.h"
#endif
#include "THP.h"
#endif