|
Qrack
10.0
General classical-emulating-quantum development framework
|
#include <oclengine.hpp>
Public Member Functions | |
| OCLDeviceCall (const OCLDeviceCall &) | |
Public Attributes | |
| cl::Kernel & | call |
Protected Member Functions | |
| OCLDeviceCall (std::mutex &m, cl::Kernel &c) | |
Protected Attributes | |
| std::lock_guard< std::mutex > | guard |
Private Member Functions | |
| OCLDeviceCall & | operator= (const OCLDeviceCall &)=delete |
Friends | |
| class | OCLDeviceContext |
| Qrack::OCLDeviceCall::OCLDeviceCall | ( | const OCLDeviceCall & | ) |
|
inlineprotected |
|
privatedelete |
|
friend |
| cl::Kernel& Qrack::OCLDeviceCall::call |
|
protected |