Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
Data Structures | |
struct | _Deleter |
struct | _PlanDestroyer |
struct | _PlanExecutor |
struct | _Planner |
Functions | |
void | free (void *ptr) |
void * | malloc (size_t size) |
void * | memcpy (void *dest, const void *src, size_t count) |
void * | memset (void *dest, int ch, size_t count) |
void * | reallocate (void *ptr, size_t new_size) |
void hydra::detail::cufft::free | ( | void * | ptr | ) |
void* hydra::detail::cufft::malloc | ( | size_t | size | ) |
void* hydra::detail::cufft::memcpy | ( | void * | dest, |
const void * | src, | ||
size_t | count | ||
) |
void* hydra::detail::cufft::memset | ( | void * | dest, |
int | ch, | ||
size_t | count | ||
) |
void* hydra::detail::cufft::reallocate | ( | void * | ptr, |
size_t | new_size | ||
) |