cf4ocl (C Framework for OpenCL)
v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
|
Implementation of a wrapper class and its methods for OpenCL program objects. More...
Go to the source code of this file.
Data Structures | |
struct | ccl_program |
Program wrapper class. More... | |
struct | ccl_program_binary |
Class which represents a binary object associated with a program and a device. More... | |
Functions | |
const char * | ccl_program_get_build_log (CCLProgram *prg, CCLErr **err) |
Get a general build log of most recent build, compile or link, for all devices. More... | |
const char * | ccl_program_get_device_build_log (CCLProgram *prg, CCLDevice *dev, CCLErr **err) |
Get build log for most recent build, compile or link for the specified device. More... | |
Implementation of a wrapper class and its methods for OpenCL program objects.
Definition in file ccl_program_wrapper.c.