This class is a container for the memory interface. More...
This class is a container for the memory interface.
This class is a container for the memory interface with thrust.
Definition at line 23 of file memory_thrust_c.hpp.
#include <memory_thrust_c.hpp>
Private Member Functions | |
| memory_c () | |
| constructor  | |
Private Attributes | |
| 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  | |