blob: a23794c21233fec6ba48366a5b150cffdb4ef7b0 [file] [log] [blame]
#include "THCStorage.h"
#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"