|
Neko 1.99.6
A portable framework for high-order spectral element flow simulations
|
#include <stddef.h>#include <CL/cl.h>

Go to the source code of this file.
Classes | |
| struct | opencl_buffer |
Macros | |
| #define | OPENCL_BUFFER_INIT {NULL, NULL, 0, 0, NULL} |
Typedefs | |
| typedef struct opencl_buffer | opencl_buffer_t |
Functions | |
| void | opencl_buffer_reserve (opencl_buffer_t *buf, size_t size) |
| void | opencl_buffer_free_all (void) |
| void opencl_buffer_reserve | ( | opencl_buffer_t * | buf, |
| size_t | size | ||
| ) |