Analysis Software
Documentation for sPHENIX simulation software
|
Program interface that implements cl_program. More...
#include <JETSCAPE/blob/main/external_packages/clvisc_wrapper/include/cl.hpp>
Public Types | |
typedef VECTOR_CLASS < std::pair< const void *,::size_t > > | Binaries |
typedef VECTOR_CLASS < std::pair< const char *,::size_t > > | Sources |
Public Types inherited from cl::detail::Wrapper< cl_program > | |
typedef cl_program | cl_type |
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) | |
Program & | operator= (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) |
Public Member Functions inherited from cl::detail::Wrapper< cl_program > | |
Wrapper () | |
Wrapper (const Wrapper< cl_type > &rhs) | |
~Wrapper () | |
Wrapper< cl_type > & | operator= (const Wrapper< cl_type > &rhs) |
cl_type | operator() () const |
cl_type & | operator() () |
Additional Inherited Members | |
Protected Member Functions inherited from cl::detail::Wrapper< cl_program > | |
cl_int | retain () const |
cl_int | release () const |
Protected Attributes inherited from cl::detail::Wrapper< cl_program > | |
cl_type | object_ |
Program interface that implements cl_program.
Definition at line 2386 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2386 of file cl.hpp
typedef VECTOR_CLASS<std::pair<const void*, ::size_t> > cl::Program::Binaries |
typedef VECTOR_CLASS<std::pair<const char*, ::size_t> > cl::Program::Sources |
|
inline |
Definition at line 2392 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2392 of file cl.hpp
References cl::detail::errHandler(), acts::error, i, and n.
|
inline |
Definition at line 2417 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2417 of file cl.hpp
References cl::detail::errHandler(), acts::error, cl::vector< T, N >::front(), i, and n.
|
inline |
|
inline |
|
inline |
Definition at line 2459 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2459 of file cl.hpp
References configureMap::data, cl::detail::errHandler(), and ckf::options.
|
inline |
|
inline |
Definition at line 2499 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2499 of file cl.hpp
References cl::detail::errHandler(), and cl::detail::getInfo().
|
inline |
Definition at line 2510 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2510 of file cl.hpp
References perf_headwind::name.
|
inline |
Definition at line 2478 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2478 of file cl.hpp
References cl::detail::errHandler(), and cl::detail::getInfo().
|
inline |
Definition at line 2487 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2487 of file cl.hpp
References cl::detail::getInfo(), and perf_headwind::name.
Definition at line 2451 of file cl.hpp.
View newest version in sPHENIX GitHub at line 2451 of file cl.hpp
References cl::detail::Wrapper< T >::operator=().