Base class for all types of command groups. More...
#include <detail/cg.hpp>
Classes | |
struct | StorageInitHelper |
Public Member Functions | |
CG (CGType Type, StorageInitHelper D, detail::code_location loc={}) | |
CG (CG &&CommandGroup)=default | |
CG (const CG &CommandGroup)=default | |
CGType | getType () const |
std::vector< std::vector< char > > & | getArgsStorage () |
std::vector< detail::AccessorImplPtr > & | getAccStorage () |
std::vector< std::shared_ptr< const void > > & | getSharedPtrStorage () |
std::vector< AccessorImplHost * > & | getRequirements () |
std::vector< detail::EventImplPtr > & | getEvents () |
virtual std::vector< std::shared_ptr< const void > > | getAuxiliaryResources () const |
virtual void | clearAuxiliaryResources () |
virtual | ~CG ()=default |
Public Attributes | |
std::string | MFunctionName |
std::string | MFileName |
int32_t | MLine |
int32_t | MColumn |
|
inline |
|
default |
|
default |
|
virtualdefault |
|
inlinevirtual |
Reimplemented in sycl::_V1::detail::CGCopy, and sycl::_V1::detail::CGExecKernel.
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented in sycl::_V1::detail::CGCopy, and sycl::_V1::detail::CGExecKernel.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 207 of file cg.hpp.
Referenced by sycl::_V1::detail::Command::isFusable(), sycl::_V1::detail::isInteropHostTask(), and sycl::_V1::detail::DispatchHostTask::operator()().