7#include "cuda_runtime.h"
8#include <thrust/device_vector.h>
9#include <thrust/memory.h>
26 template <
typename T>
class device_vector;
29using cudaArray_t = cudaArray *;
30using cudaTextureObject_t =
unsigned long long;
32#ifndef __forceinline__
33#define __forceinline__
Definition complex_math.hh:14
void check_cuda(std::string prefix="")
Check if a CUDA error occurred and print an error message if it did.