|
QTrk
|
#include <gpu_utils.h>
Public Member Functions | |
| pinned_array () | |
| ~pinned_array () | |
| pinned_array (size_t n) | |
| template<typename TOther , int f> | |
| pinned_array (const pinned_array< TOther, f > &src) | |
| template<typename TOther , int F> | |
| pinned_array & | operator= (const pinned_array< TOther, F > &src) |
| template<typename Iterator > | |
| pinned_array (Iterator first, Iterator end) | |
| template<typename T > | |
| pinned_array (const device_vec< T > &src) | |
| int | size () const |
| T * | begin () |
| T * | end () |
| const T * | begin () const |
| const T * | end () const |
| T * | data () |
| void | free () |
| void | init (int n) |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| size_t | memsize () |
Protected Attributes | |
| T * | d |
| size_t | n |
Definition at line 185 of file gpu_utils.h.
|
inline |
Definition at line 188 of file gpu_utils.h.
|
inline |
Definition at line 191 of file gpu_utils.h.
|
inline |
Definition at line 194 of file gpu_utils.h.
|
inline |
Definition at line 198 of file gpu_utils.h.
|
inline |
Definition at line 211 of file gpu_utils.h.
|
inline |
Definition at line 218 of file gpu_utils.h.
|
inline |
Definition at line 223 of file gpu_utils.h.
|
inline |
Definition at line 225 of file gpu_utils.h.
|
inline |
Definition at line 227 of file gpu_utils.h.
|
inline |
Definition at line 224 of file gpu_utils.h.
|
inline |
Definition at line 226 of file gpu_utils.h.
|
inline |
Definition at line 228 of file gpu_utils.h.
|
inline |
Definition at line 232 of file gpu_utils.h.
|
inline |
Definition at line 241 of file gpu_utils.h.
|
inline |
Definition at line 204 of file gpu_utils.h.
|
inline |
Definition at line 239 of file gpu_utils.h.
|
inline |
Definition at line 240 of file gpu_utils.h.
|
inline |
Definition at line 222 of file gpu_utils.h.
|
protected |
Definition at line 244 of file gpu_utils.h.
|
protected |
Definition at line 245 of file gpu_utils.h.
1.8.12