7 #ifndef __opencl_OpenCLOp_h__ 8 #define __opencl_OpenCLOp_h__ 28 void initialize(
void);
31 virtual void handle(
Record& a_rSignal);
34 const char* clErrorString(cl_int a_error);
40 BWORD paramContextIsCurrent(
String a_key);
45 cl_device_id m_deviceId;
46 cl_context m_clContext;
47 cl_program m_clProgram;
48 cl_command_queue m_clCommandQueue;
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Automatically reference-counted string container.
Definition: String.h:128
Partial Generic SurfaceI Implemention.
Definition: OperatorSurfaceCommon.h:20
test OpenCL
Definition: OpenCLOp.h:20
Reference to an instance of a Layout.
Definition: RecordSB.h:35
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53