ATLAS Offline Software
|
Slot-specific state. More...
Public Attributes | |
std::shared_ptr< xrt::device > | m_device = nullptr |
Device pointer. More... | |
std::unique_ptr< xrt::kernel > | m_kernel = nullptr |
Kernel object. More... | |
std::unique_ptr< xrt::run > | m_run = nullptr |
Kernel run object. More... | |
std::unique_ptr< xrt::bo > | m_bo_in1 = nullptr |
Buffer objects. More... | |
std::unique_ptr< xrt::bo > | m_bo_in2 = nullptr |
std::unique_ptr< xrt::bo > | m_bo_out = nullptr |
Slot-specific state.
Definition at line 60 of file VectorMultXRTExampleAlg.h.
std::unique_ptr<xrt::bo> AthExXRT::VectorMultXRTExampleAlg::SlotData::m_bo_in1 = nullptr |
Buffer objects.
Definition at line 71 of file VectorMultXRTExampleAlg.h.
std::unique_ptr<xrt::bo> AthExXRT::VectorMultXRTExampleAlg::SlotData::m_bo_in2 = nullptr |
Definition at line 72 of file VectorMultXRTExampleAlg.h.
std::unique_ptr<xrt::bo> AthExXRT::VectorMultXRTExampleAlg::SlotData::m_bo_out = nullptr |
Definition at line 73 of file VectorMultXRTExampleAlg.h.
std::shared_ptr<xrt::device> AthExXRT::VectorMultXRTExampleAlg::SlotData::m_device = nullptr |
Device pointer.
Definition at line 62 of file VectorMultXRTExampleAlg.h.
std::unique_ptr<xrt::kernel> AthExXRT::VectorMultXRTExampleAlg::SlotData::m_kernel = nullptr |
Kernel object.
Definition at line 65 of file VectorMultXRTExampleAlg.h.
std::unique_ptr<xrt::run> AthExXRT::VectorMultXRTExampleAlg::SlotData::m_run = nullptr |
Kernel run object.
Definition at line 68 of file VectorMultXRTExampleAlg.h.