![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
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>
#include <exception>
Go to the source code of this file.
Namespaces | |
namespace | cl |
Forward declaration of incomplete type cl::sycl::queue. | |
namespace | cl::detail |
Macros | |
#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 | cl::STRING_CLASS |
Functions | |
cl::detail::__PARAM_NAME_INFO_1_0 (__DECLARE_PARAM_TRAITS) | |
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) |
static cl_int | cl::detail::errHandler (cl_int err, const char *errStr=NULL) |
static cl_int | cl::UnloadCompiler () |
static cl_int | cl::WaitForEvents (const VECTOR_CLASS< Event > &events) |
LocalSpaceArg | cl::__local (::size_t size) |
Variables | |
static const NDRange | cl::NullRange |
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 __ERR_STR | ( | x | ) | NULL |
#define __GET_INFO_HELPER_WITH_RETAIN | ( | CPP_TYPE | ) |
Definition at line 760 of file cl.hpp.
View newest version in sPHENIX GitHub at line 760 of file cl.hpp
#define __INIT_CL_EXT_FCN_PTR | ( | name | ) |
#define __MAX_DEFAULT_VECTOR_SIZE 10 |
#define __PARAM_NAME_INFO_1_0 | ( | F | ) |
#define CL_CALLBACK |