"Advise USM" command group class. More...
#include <CL/sycl/detail/cg.hpp>
Public Member Functions | |
CGAdviseUSM (void *DstPtr, size_t Length, 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={}) | |
void * | getDst () |
size_t | getLength () |
pi_mem_advice | getAdvice () |
![]() | |
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 |
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... | |
![]() | |
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 |
|
inline |
|
inline |
Definition at line 454 of file cg.hpp.
References PI_MEM_ADVICE_UNKNOWN.