blob: f6545a605197255cb68b9816fdd17d2c7de682eb [file] [log] [blame]
#include "THCApply.cuh"
#include "THCHalf.h"
inline int curGPU() {
int curDev;
THCudaCheck(cudaGetDevice(&curDev));
return curDev;
}
#include "generic/THCTensorCopy.cu"
#include "THCGenerateAllTypes.h"