Qrack  9.0
General classical-emulating-quantum development framework
Classes | Namespaces | Typedefs
oclengine.hpp File Reference
#include "oclapi.hpp"
#include <cstdint>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <sys/stat.h>
#include <CL/cl2.hpp>
Include dependency graph for oclengine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Qrack::OCLKernelHandle
 
class  Qrack::OCLDeviceCall
 
class  Qrack::OCLDeviceContext
 
struct  Qrack::InitOClResult
 
class  Qrack::OCLEngine
 "Qrack::OCLEngine" manages the single OpenCL context. More...
 

Namespaces

 Qrack
 

Typedefs

typedef std::shared_ptr< OCLDeviceContext > Qrack::DeviceContextPtr
 
typedef std::vector< cl::Event > Qrack::EventVec
 
typedef std::shared_ptr< EventVec > Qrack::EventVecPtr