Project
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
GPUReconstructionOCL.cxx File Reference
#include "GPUReconstructionOCLIncludesHost.h"
#include "GPUDefParametersLoad.inc"
#include <map>
#include "utils/qGetLdBinarySymbols.h"

Go to the source code of this file.

Macros

#define GPUErrorReturn(...)
 

Functions

 QGET_LD_BINARY_SYMBOLS (GPUReconstructionOCLCode_src)
 
GPUReconstructionGPUReconstruction_Create_OCL (const GPUSettingsDeviceBackend &cfg)
 

Detailed Description

Author
David Rohr

Definition in file GPUReconstructionOCL.cxx.

Macro Definition Documentation

◆ GPUErrorReturn

#define GPUErrorReturn (   ...)
Value:
{ \
GPUError(__VA_ARGS__); \
return (1); \
}

Definition at line 22 of file GPUReconstructionOCL.cxx.

Function Documentation

◆ GPUReconstruction_Create_OCL()

GPUReconstruction * GPUReconstruction_Create_OCL ( const GPUSettingsDeviceBackend cfg)

Definition at line 34 of file GPUReconstructionOCL.cxx.

◆ QGET_LD_BINARY_SYMBOLS()

QGET_LD_BINARY_SYMBOLS ( GPUReconstructionOCLCode_src  )