OpenCL C++ Bindings
|
Public Types | |
typedef KernelFunctor< Ts... > | FunctorType |
typedef Event | result_type |
Return type of the functor. | |
typedef Event | type_(const EnqueueArgs &, Ts...) |
Function signature of kernel functor with no event dependency. | |
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 cl2.hpp. Please use KernelFunctor directly.