ATLAS Offline Software
|
Struct holding OpenCL handles for a kernel. More...
#include <IDeviceMgmtSvc.h>
Public Attributes | |
std::shared_ptr< cl::Context > | context {nullptr} |
std::shared_ptr< cl::Program > | program {nullptr} |
Struct holding OpenCL handles for a kernel.
Definition at line 48 of file IDeviceMgmtSvc.h.
std::shared_ptr<cl::Context> AthXRT::IDeviceMgmtSvc::OpenCLHandle::context {nullptr} |
Definition at line 49 of file IDeviceMgmtSvc.h.
std::shared_ptr<cl::Program> AthXRT::IDeviceMgmtSvc::OpenCLHandle::program {nullptr} |
Definition at line 50 of file IDeviceMgmtSvc.h.