#include <CL/sycl/detail/cg.hpp>
Public Member Functions | |
CGHostTask (std::unique_ptr< HostTask > HostTask, std::shared_ptr< detail::queue_impl > Queue, std::shared_ptr< detail::context_impl > Context, std::vector< ArgDesc > Args, std::vector< std::vector< char >> ArgsStorage, std::vector< detail::AccessorImplPtr > AccStorage, std::vector< std::shared_ptr< const void >> SharedPtrStorage, std::vector< Requirement * > Requirements, std::vector< detail::EventImplPtr > Events, CGTYPE Type, detail::code_location loc={}) | |
![]() | |
CG (CGTYPE Type, std::vector< std::vector< char >> ArgsStorage, std::vector< detail::AccessorImplPtr > AccStorage, std::vector< std::shared_ptr< const void >> SharedPtrStorage, std::vector< Requirement * > Requirements, std::vector< detail::EventImplPtr > Events, detail::code_location loc={}) | |
CG (CG &&CommandGroup)=default | |
CGTYPE | getType () |
CG_VERSION | getVersion () |
std::shared_ptr< std::vector< ExtendedMemberT > > | getExtendedMembers () |
virtual | ~CG ()=default |
Public Attributes | |
std::unique_ptr< HostTask > | MHostTask |
std::shared_ptr< detail::queue_impl > | MQueue |
std::shared_ptr< detail::context_impl > | MContext |
std::vector< ArgDesc > | MArgs |
![]() | |
std::vector< Requirement * > | MRequirements |
List of requirements that specify which memory is needed for the command group to be executed. More... | |
std::vector< detail::EventImplPtr > | MEvents |
List of events that order the execution of this CG. More... | |
std::string | MFunctionName |
std::string | MFileName |
int32_t | MLine |
int32_t | MColumn |
Additional Inherited Members | |
![]() | |
enum | CG_VERSION : unsigned char { CG_VERSION::V0 = 0, CG_VERSION::V1 = 1 } |
enum | CGTYPE : unsigned int { None = 0, Kernel = 1, CopyAccToPtr = 2, CopyPtrToAcc = 3, CopyAccToAcc = 4, Barrier = 5, BarrierWaitlist = 6, Fill = 7, UpdateHost = 8, RunOnHostIntel = 9, CopyUSM = 10, FillUSM = 11, PrefetchUSM = 12, CodeplayInteropTask = 13, CodeplayHostTask = 14, AdviseUSM = 15 } |
Type of the command group. More... | |
|
inline |
std::shared_ptr<detail::context_impl> cl::sycl::detail::CGHostTask::MContext |
std::unique_ptr<HostTask> cl::sycl::detail::CGHostTask::MHostTask |
Definition at line 484 of file cg.hpp.
Referenced by cl::sycl::detail::isInteropHostTask().
std::shared_ptr<detail::queue_impl> cl::sycl::detail::CGHostTask::MQueue |
Definition at line 486 of file cg.hpp.
Referenced by cl::sycl::detail::Scheduler::GraphBuilder::addCG().