16 #include <thrust/host_vector.h> 17 #include <thrust/device_vector.h> 18 #include <thrust/generate.h> 19 #include <thrust/sort.h> 20 #include <thrust/copy.h> 26 thrust::device_vector<T>
mem;
This class is a container for the memory interface.
thrust::device_vector< T > mem
compile time specialization object that allocate memory
memory_array< T > mem_r
object that represent the memory as an array of objects T
This class give a representation to a chunk or memory.