#include <DeviceAllocator.h>
Definition at line 46 of file DeviceAllocator.h.
virtual void DeviceAllocator::copyFromDevice |
( |
int8_t * |
host_dst, |
|
|
const int8_t * |
device_src, |
|
|
const size_t |
num_bytes |
|
) |
| const |
|
pure virtual |
virtual void DeviceAllocator::copyToDevice |
( |
int8_t * |
device_dst, |
|
|
const int8_t * |
host_src, |
|
|
const size_t |
num_bytes |
|
) |
| const |
|
pure virtual |
virtual void DeviceAllocator::setDeviceMem |
( |
int8_t * |
device_ptr, |
|
|
unsigned char |
uc, |
|
|
const size_t |
num_bytes |
|
) |
| const |
|
pure virtual |
virtual void DeviceAllocator::zeroDeviceMem |
( |
int8_t * |
device_ptr, |
|
|
const size_t |
num_bytes |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: