clProbDist
An OpenCL library for probability distributions
clProbDist.clh File Reference

Common definitions for the device-side API of clProbDist. More...

Macros

Memory types
#define CLPROBDIST_MEM_TYPE_PRIVATE   100
 Constant for private memory.
 
#define CLPROBDIST_MEM_TYPE_LOCAL   200
 Constant for local memory.
 
#define CLPROBDIST_MEM_TYPE_CONSTANT   300
 Constant for constant memory.
 
#define CLPROBDIST_MEM_TYPE_GLOBAL   400
 Constant for global memory.
 

Detailed Description

Common definitions for the device-side API of clProbDist.