cf4ocl (C Framework for OpenCL)  v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ccl_program_wrapper.c File Reference

(5a5cbdd)

Implementation of a wrapper class and its methods for OpenCL program objects. More...

Include dependency graph for ccl_program_wrapper.c:

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...
 

Detailed Description

Implementation of a wrapper class and its methods for OpenCL program objects.

Author
Nuno Fachada
Date
2016

Definition in file ccl_program_wrapper.c.