"Update host" command group class. More...
#include <sycl/detail/cg.hpp>
Public Member Functions | |
CGUpdateHost (void *Ptr, CG::StorageInitHelper CGData, detail::code_location loc={}) | |
AccessorImplHost * | getReqToUpdate () |
![]() | |
CG (CGTYPE Type, StorageInitHelper D, detail::code_location loc={}) | |
CG (CG &&CommandGroup)=default | |
CGTYPE | getType () |
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 | ~CG ()=default |
Additional Inherited Members | |
![]() | |
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, Copy2DUSM = 16, Fill2DUSM = 17, Memset2DUSM = 18, CopyToDeviceGlobal = 19, CopyFromDeviceGlobal = 20, ReadWriteHostPipe = 21 } |
Type of the command group. More... | |
![]() | |
std::string | MFunctionName |
std::string | MFileName |
int32_t | MLine |
int32_t | MColumn |
|
inline |
|
inline |