![]() |
ATLAS Offline Software
|
Tool providing a synchronous vecmem::copy object for CUDA devices.
More...
#include <CopyTool.h>
Public Member Functions | |
Function(s) inherited from @c ICopyTool | |
| virtual std::shared_ptr< const vecmem::copy > | copy (const EventContext &ctx) const override |
Get the provided vecmem::copy object. | |
Private Attributes | |
| std::shared_ptr< const vecmem::copy > | m_copy |
The vecmem::copy object provided by this tool. | |
Tool providing a synchronous vecmem::copy object for CUDA devices.
Definition at line 19 of file CopyTool.h.
|
overridevirtual |
Get the provided vecmem::copy object.
Definition at line 10 of file CopyTool.cxx.
|
private |
The vecmem::copy object provided by this tool.
Definition at line 36 of file CopyTool.h.