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 | |
|
inlineprivate |
constructor
Definition at line 32 of file memory_thrust_c.hpp.
|
private |
compile time specialization object that allocate memory
Definition at line 26 of file memory_thrust_c.hpp.
|
private |
object that represent the memory as an array of objects T
Definition at line 29 of file memory_thrust_c.hpp.