DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::CGExecCommandBuffer Class Reference

"Execute command-buffer" command group class. More...

#include <sycl/detail/cg.hpp>

Inheritance diagram for sycl::_V1::detail::CGExecCommandBuffer:
Collaboration diagram for sycl::_V1::detail::CGExecCommandBuffer:

Public Member Functions

 CGExecCommandBuffer (const sycl::detail::pi::PiExtCommandBuffer &CommandBuffer, const std::shared_ptr< sycl::ext::oneapi::experimental::detail::exec_graph_impl > &ExecGraph, CG::StorageInitHelper CGData)
 
- Public Member Functions inherited from sycl::_V1::detail::CG
 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

sycl::detail::pi::PiExtCommandBuffer MCommandBuffer
 
std::shared_ptr< sycl::ext::oneapi::experimental::detail::exec_graph_implMExecGraph
 
- Public Attributes inherited from sycl::_V1::detail::CG
std::string MFunctionName
 
std::string MFileName
 
int32_t MLine
 
int32_t MColumn
 

Additional Inherited Members

- Public Types inherited from sycl::_V1::detail::CG
enum  CGTYPE : unsigned int {
  None = 0 , Kernel = 1 , CopyAccToPtr = 2 , CopyPtrToAcc = 3 ,
  CopyAccToAcc = 4 , Barrier = 5 , BarrierWaitlist = 6 , Fill = 7 ,
  UpdateHost = 8 , CopyUSM = 10 , FillUSM = 11 , PrefetchUSM = 12 ,
  CodeplayHostTask = 14 , AdviseUSM = 15 , Copy2DUSM = 16 , Fill2DUSM = 17 ,
  Memset2DUSM = 18 , CopyToDeviceGlobal = 19 , CopyFromDeviceGlobal = 20 , ReadWriteHostPipe = 21 ,
  ExecCommandBuffer = 22 , CopyImage = 23 , SemaphoreWait = 24 , SemaphoreSignal = 25
}
 Type of the command group. More...
 

Detailed Description

"Execute command-buffer" command group class.

Definition at line 579 of file cg.hpp.

Constructor & Destructor Documentation

◆ CGExecCommandBuffer()

sycl::_V1::detail::CGExecCommandBuffer::CGExecCommandBuffer ( const sycl::detail::pi::PiExtCommandBuffer CommandBuffer,
const std::shared_ptr< sycl::ext::oneapi::experimental::detail::exec_graph_impl > &  ExecGraph,
CG::StorageInitHelper  CGData 
)
inline

Definition at line 585 of file cg.hpp.

Member Data Documentation

◆ MCommandBuffer

sycl::detail::pi::PiExtCommandBuffer sycl::_V1::detail::CGExecCommandBuffer::MCommandBuffer

Definition at line 581 of file cg.hpp.

◆ MExecGraph

std::shared_ptr<sycl::ext::oneapi::experimental::detail::exec_graph_impl> sycl::_V1::detail::CGExecCommandBuffer::MExecGraph

Definition at line 583 of file cg.hpp.


The documentation for this class was generated from the following file: