![]() |
Hex
2.2
Hydrogen-electron collision solver
|
#include <CL/cl.h>#include "hex-arrays.h"

Go to the source code of this file.
Data Structures | |
| class | clArrayView< T > |
| OpenCL array wrapper. More... | |
| class | clArray< T, Alloc > |
Macros | |
| #define | CL_ALIGNMENT 4096 |
| OpenCL array wrapper. More... | |
| #define CL_ALIGNMENT 4096 |
This class combines NumberArray<T> and clArrayView<T>. It is a self-standing array of memory-aligned elements. The alignment is large by default so that the class can be used as the host-type memory within OpenCL. However, the aimed usage is this:
1.8.13