Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/clvisc_wrapper/include/cl.hpp>
Public Member Functions | |
Context (const VECTOR_CLASS< Device > &devices, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *,::size_t, void *)=NULL, void *data=NULL, cl_int *err=NULL) | |
Context (cl_device_type type, cl_context_properties *properties=NULL, void(CL_CALLBACK *notifyFptr)(const char *, const void *,::size_t, void *)=NULL, void *data=NULL, cl_int *err=NULL) | |
Context () | |
Context (const Context &context) | |
Context & | operator= (const Context &rhs) |
template<typename T > | |
cl_int | getInfo (cl_context_info name, T *param) const |
template<cl_int name> | |
detail::param_traits < detail::cl_context_info, name >::param_type | getInfo (cl_int *err=NULL) const |
cl_int | getSupportedImageFormats (cl_mem_flags flags, cl_mem_object_type type, VECTOR_CLASS< ImageFormat > *formats) const |
Public Member Functions inherited from cl::detail::Wrapper< cl_context > | |
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 | |
Public Types inherited from cl::detail::Wrapper< cl_context > | |
typedef cl_context | cl_type |
Protected Member Functions inherited from cl::detail::Wrapper< cl_context > | |
cl_int | retain () const |
cl_int | release () const |
Protected Attributes inherited from cl::detail::Wrapper< cl_context > | |
cl_type | object_ |
Definition at line 1417 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1417 of file cl.hpp
|
inline |
Definition at line 1420 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1420 of file cl.hpp
References configureMap::data, cl::detail::errHandler(), acts::error, and cl::detail::Wrapper< cl_context >::object_.
|
inline |
Definition at line 1443 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1443 of file cl.hpp
References configureMap::data, cl::detail::errHandler(), acts::error, and cl::detail::Wrapper< cl_context >::object_.
|
inline |
|
inline |
|
inline |
Definition at line 1477 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1477 of file cl.hpp
References cl::detail::errHandler(), cl::detail::getInfo(), and cl::detail::Wrapper< cl_context >::object_.
Referenced by getInfo(), and clvisc::OpenclBackend::OpenclBackend().
|
inline |
|
inline |
Definition at line 1497 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1497 of file cl.hpp
References cl::detail::errHandler(), cl::detail::Wrapper< cl_context >::object_, and value.
Definition at line 1468 of file cl.hpp.
View newest version in sPHENIX GitHub at line 1468 of file cl.hpp
References cl::detail::Wrapper< T >::operator=().