blob: fbb9ce06cfbcfc48fe9adcd608aad914fa62e4f2 [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 WITH_CUDA
#include "cuda/THCP.h"
#include "cuda/undef_macros.h"
#endif
#include "THP.h"
#endif