![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
C++ bindings for OpenCL 1.0 (rev 48) and OpenCL 1.1 (rev 33) More...
#include <GL/gl.h>
#include <CL/opencl.h>
#include <utility>
#include <vector>
#include <string>
#include <cstring>
Go to the source code of this file.
Namespaces | |
cl | |
The OpenCL C++ bindings are defined within this namespace. | |
cl::detail | |
Macros | |
#define | CL_HPP_ |
#define | CL_CALLBACK |
#define | __INIT_CL_EXT_FCN_PTR(name) |
#define | __ERR_STR(x) NULL |
#define | VECTOR_CLASS std::vector |
#define | __MAX_DEFAULT_VECTOR_SIZE 10 |
#define | __GET_INFO_HELPER_WITH_RETAIN(CPP_TYPE) |
#define | __PARAM_NAME_INFO_1_0(F) |
#define | __DECLARE_PARAM_TRAITS(token, param_name, T) |
Typedefs | |
typedef std::string | STRING_CLASS |
Functions | |
template<typename Func , typename T > | |
cl_int | cl::detail::getInfo (Func f, cl_uint name, T *param) |
template<typename Func , typename Arg0 , typename T > | |
cl_int | cl::detail::getInfo (Func f, const Arg0 &arg0, cl_uint name, T *param) |
template<typename Func , typename Arg0 , typename Arg1 , typename T > | |
cl_int | cl::detail::getInfo (Func f, const Arg0 &arg0, const Arg1 &arg1, cl_uint name, T *param) |
LocalSpaceArg | __local (::size_t size) |
C++ bindings for OpenCL 1.0 (rev 48) and OpenCL 1.1 (rev 33)
Additions and fixes from Brian Cole, March 3rd 2010.
Optional extension support
cl cl_ext_device_fission #define USE_CL_DEVICE_FISSION
Definition in file cl.hpp.
#define __DECLARE_PARAM_TRAITS | ( | token, | |
param_name, | |||
T | |||
) |
#define __GET_INFO_HELPER_WITH_RETAIN | ( | CPP_TYPE | ) |
#define __INIT_CL_EXT_FCN_PTR | ( | name | ) |
typedef std::string STRING_CLASS |