#include <kernel_containers.hpp>
Public Types | |
typedef T | elem_type |
Public Member Functions | |
__kf_hdevice__ | DevPtr () |
__kf_hdevice__ | DevPtr (T *data_arg) |
__kf_hdevice__ size_t | elemSize () const |
__kf_hdevice__ | operator const T * () const |
__kf_hdevice__ | operator T* () |
Public Attributes | |
T * | data |
Static Public Attributes | |
const static size_t | elem_size = sizeof(elem_type) |
Definition at line 17 of file kernel_containers.hpp.
typedef T kfusion::cuda::DevPtr< T >::elem_type |
Definition at line 19 of file kernel_containers.hpp.
|
inline |
Definition at line 24 of file kernel_containers.hpp.
|
inline |
Definition at line 25 of file kernel_containers.hpp.
|
inline |
Definition at line 27 of file kernel_containers.hpp.
|
inline |
Definition at line 29 of file kernel_containers.hpp.
|
inline |
Definition at line 28 of file kernel_containers.hpp.
T* kfusion::cuda::DevPtr< T >::data |
Definition at line 22 of file kernel_containers.hpp.
|
static |
Definition at line 20 of file kernel_containers.hpp.