#include <CL/cl.h>
Go to the source code of this file.
Functions | |
int | vmd_cl_print_platform_info (void) |
cl_platform_id | vmd_cl_get_platform_index (int i) |
int | vmd_cl_context_num_devices (cl_context clctx) |
cl_command_queue | vmd_cl_create_command_queue (cl_context clctx, int dev) |
cl_kernel | vmd_cl_compile_kernel (cl_context clctx, const char *kernname, const char *srctext, const char *flags, cl_int *clerr, int verbose) |
|
Definition at line 209 of file OpenCLUtils.C. Referenced by vmd_cl_compile_kernel_file. |
|
Definition at line 179 of file OpenCLUtils.C. |
|
Definition at line 189 of file OpenCLUtils.C. |
|
Definition at line 156 of file OpenCLUtils.C. Referenced by Orbital::calculate_mo, and openclenergythread. |
|
Definition at line 38 of file OpenCLUtils.C. |