OpenCL C++ Bindings
|
#include <opencl.hpp>
Public Types | |
typedef KernelFunctor< Ts... > | FunctorType |
typedef Event | result_type |
Return type of the functor. More... | |
typedef Event | type_(const EnqueueArgs &, Ts...) |
Function signature of kernel functor with no event dependency. More... | |
Public Member Functions | |
make_kernel (const Program &program, const string name, cl_int *err=NULL) | |
make_kernel (const Kernel kernel) | |
Event | operator() (const EnqueueArgs &enqueueArgs, Ts... args) |
Public Attributes | |
FunctorType | functor_ |
Backward compatibility class to ensure that cl.hpp code works with opencl.hpp. Please use KernelFunctor directly.
Definition at line 10206 of file opencl.hpp.
typedef KernelFunctor<Ts...> cl::compatibility::make_kernel< Ts >::FunctorType |
Definition at line 10208 of file opencl.hpp.
typedef Event cl::compatibility::make_kernel< Ts >::result_type |
Return type of the functor.
Definition at line 10225 of file opencl.hpp.
typedef Event cl::compatibility::make_kernel< Ts >::type_(const EnqueueArgs &, Ts...) |
Function signature of kernel functor with no event dependency.
Definition at line 10228 of file opencl.hpp.
|
inline |
Definition at line 10212 of file opencl.hpp.
|
inline |
Definition at line 10219 of file opencl.hpp.
|
inline |
Definition at line 10232 of file opencl.hpp.
FunctorType cl::compatibility::make_kernel< Ts >::functor_ |
Definition at line 10210 of file opencl.hpp.