Cuda battery library
1.0.0
|
#include <allocator.hpp>
Public Member Functions | |
CUDA void * | allocate (size_t bytes) |
CUDA void | deallocate (void *data) |
An allocator using the global memory of CUDA. This can be used from both the host and device side, but the memory can only be accessed when in a device function. Beware that allocation and deallocation must occur on the same side.
|
inline |
|
inline |