NVBIO
|
Definition at line 191 of file mgpucontext.h.
#include <mgpucontext.h>
Public Methods | |
CudaDevice & | Device () |
void | SetAllocator (CudaAlloc *alloc) |
CudaAlloc * | GetAllocator () |
template<typename T > | |
MGPU_MEM (T) Malloc(size_t count) | |
template<typename T > | |
MGPU_MEM (T) Malloc(const T *data | |
template<typename T > | |
MGPU_MEM (T) FillAscending(size_t count | |
template<typename T > | |
MGPU_MEM (T) GenRandom(size_t count | |
template<typename T > | |
MGPU_MEM (T) SortRandom(size_t count | |
template<typename T , typename Func > | |
MGPU_MEM (T) GenFunc(size_t count | |
Public Methods inherited from mgpu::CudaBase | |
CudaBase () | |
virtual | ~CudaBase () |
virtual long | AddRef () |
virtual void | Release () |
Public Members | |
size_t | count |
MGPU_MEM(T) Malloc(const std T | fill |
T | first |
T T | step |
T | min |
T T | max |
Func | f |
Proteced Methods | |
CudaMemSupport () | |
Protected Members | |
AllocPtr | _alloc |
Friends | |
class | CudaDevice |
class | CudaContext |
|
inlineprotected |
Definition at line 232 of file mgpucontext.h.
|
inline |
Definition at line 195 of file mgpucontext.h.
|
inline |
Definition at line 204 of file mgpucontext.h.
mgpu::CudaMemSupport::MGPU_MEM | ( | T | ) |
mgpu::CudaMemSupport::MGPU_MEM | ( | T | ) | const |
mgpu::CudaMemSupport::MGPU_MEM | ( | T | ) |
mgpu::CudaMemSupport::MGPU_MEM | ( | T | ) |
mgpu::CudaMemSupport::MGPU_MEM | ( | T | ) |
mgpu::CudaMemSupport::MGPU_MEM | ( | T | ) |
|
inline |
Definition at line 198 of file mgpucontext.h.
|
friend |
Definition at line 193 of file mgpucontext.h.
|
friend |
Definition at line 192 of file mgpucontext.h.
|
protected |
Definition at line 233 of file mgpucontext.h.
size_t mgpu::CudaMemSupport::count |
Definition at line 211 of file mgpucontext.h.
Func mgpu::CudaMemSupport::f |
Definition at line 229 of file mgpucontext.h.
Definition at line 217 of file mgpucontext.h.
T mgpu::CudaMemSupport::first |
Definition at line 220 of file mgpucontext.h.
T T mgpu::CudaMemSupport::max |
Definition at line 223 of file mgpucontext.h.
T mgpu::CudaMemSupport::min |
Definition at line 223 of file mgpucontext.h.
T T mgpu::CudaMemSupport::step |
Definition at line 220 of file mgpucontext.h.