blob: 5555c6f1946deec3855875e0406b1f884bc29118 [file] [log] [blame]
#include "THCStorage.h"
#include "THCThrustAllocator.cuh"
#include <thrust/device_ptr.h>
#include <thrust/fill.h>
#if CUDA_VERSION >= 7000
#include <thrust/system/cuda/execution_policy.h>
#endif
#include "THCHalf.h"
#include "generic/THCStorage.cu"
#include "THCGenerateAllTypes.h"