Gromacs
2019
|
#include "gromacs/gpu_utils/gmxopencl.h"
Declares the OpenCL type traits.
Macros | |
#define | c_canEmbedBuffers false |
Sets whether device code can use arrays that are embedded in structs. Note that OpenCL 2.x might be able to do this, but we use 1.2. | |
Typedefs | |
using | CommandStream = cl_command_queue |
GPU command stream. | |
using | CommandEvent = cl_event |
Single GPU call timing event. | |
using | Context = cl_context |
Context used explicitly in OpenCL. | |