blob: 4f33f9e1dcecc86f23d9cd22e061d0133a506db7 [file] [log] [blame]
#pragma once
#ifdef __cplusplus
#define THD_API extern "C"
#else
#define THD_API
#endif
#ifndef _THD_CORE
#include "base/TensorDescriptor.h"
#include "base/DataChannelRequest.h"
#else
#include "base/TensorDescriptor.hpp"
#include "base/DataChannelRequest.hpp"
#endif
#include "base/ChannelType.h"
#include "base/Cuda.h"
#include "process_group/General.h"
#include "process_group/Collectives.h"
#include "master_worker/master/Master.h"
#include "master_worker/master/State.h"
#include "master_worker/master/THDRandom.h"
#include "master_worker/master/THDStorage.h"
#include "master_worker/master/THDTensor.h"
#include "master_worker/worker/Worker.h"