cl::Program Class Reference

Program interface that implements cl_program. More...

#include <cl.hpp>

Inheritance diagram for cl::Program:
Inheritance graph
[legend]
Collaboration diagram for cl::Program:
Collaboration graph
[legend]

List of all members.

Public Types

typedef VECTOR_CLASS
< std::pair< const void
*,::size_t > > 
Binaries
typedef VECTOR_CLASS
< std::pair< const char
*,::size_t > > 
Sources

Public Member Functions

 Program (const Context &context, const Sources &sources, cl_int *err=NULL)
 Program (const Context &context, const VECTOR_CLASS< Device > &devices, const Binaries &binaries, VECTOR_CLASS< cl_int > *binaryStatus=NULL, cl_int *err=NULL)
 Program ()
 Program (const Program &program)
Programoperator= (const Program &rhs)
cl_int build (const VECTOR_CLASS< Device > &devices, const char *options=NULL, void(CL_CALLBACK *notifyFptr)(cl_program, void *)=NULL, void *data=NULL) const
template<typename T >
cl_int getInfo (cl_program_info name, T *param) const
template<cl_int name>
detail::param_traits
< detail::cl_program_info,
name >::param_type 
getInfo (cl_int *err=NULL) const
template<typename T >
cl_int getBuildInfo (const Device &device, cl_program_build_info name, T *param) const
template<cl_int name>
detail::param_traits
< detail::cl_program_build_info,
name >::param_type 
getBuildInfo (const Device &device, cl_int *err=NULL) const
cl_int createKernels (VECTOR_CLASS< Kernel > *kernels)

Detailed Description

Program interface that implements cl_program.


Member Typedef Documentation

typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > cl::Program::Binaries
typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > cl::Program::Sources

Constructor & Destructor Documentation

cl::Program::Program ( const Context context,
const Sources sources,
cl_int *  err = NULL 
) [inline]
cl::Program::Program ( const Context context,
const VECTOR_CLASS< Device > &  devices,
const Binaries binaries,
VECTOR_CLASS< cl_int > *  binaryStatus = NULL,
cl_int *  err = NULL 
) [inline]
cl::Program::Program (  )  [inline]
cl::Program::Program ( const Program program  )  [inline]

Member Function Documentation

cl_int cl::Program::build ( const VECTOR_CLASS< Device > &  devices,
const char *  options = NULL,
void(CL_CALLBACK *notifyFptr)(cl_program, void *)  = NULL,
void data = NULL 
) const [inline]

Here is the caller graph for this function:

cl_int cl::Program::createKernels ( VECTOR_CLASS< Kernel > *  kernels  )  [inline]

Here is the call graph for this function:

template<cl_int name>
detail::param_traits<detail::cl_program_build_info, name>::param_type cl::Program::getBuildInfo ( const Device device,
cl_int *  err = NULL 
) const [inline]
template<typename T >
cl_int cl::Program::getBuildInfo ( const Device device,
cl_program_build_info  name,
T param 
) const [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

template<cl_int name>
detail::param_traits<detail::cl_program_info, name>::param_type cl::Program::getInfo ( cl_int *  err = NULL  )  const [inline]

Here is the call graph for this function:

template<typename T >
cl_int cl::Program::getInfo ( cl_program_info  name,
T param 
) const [inline]

Here is the call graph for this function:

Program& cl::Program::operator= ( const Program rhs  )  [inline]

Reimplemented from cl::detail::Wrapper< cl_program >.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1