Openholo
v5.0
Open Source Digital Holographic Library
|
#include <OpenCL.h>
Public Member Functions | |
cl_context & | getContext () |
cl_command_queue & | getCommand () |
cl_program * | getProgram () |
cl_kernel * | getKernel () |
cl_uint | getNumOfKernel () |
size_t | getWorkSize () |
bool | LoadKernel () |
void | errorCheck (cl_int err, const char *operation, char *filename, int line) |
Static Public Member Functions | |
static OpenCL * | getInstance () |
static void | releaseInstance () |
void OpenCL::errorCheck | ( | cl_int | err, |
const char * | operation, | ||
char * | filename, | ||
int | line | ||
) |
Definition at line 150 of file OpenCL.cpp.
bool OpenCL::LoadKernel | ( | ) |
Definition at line 162 of file OpenCL.cpp.