|
clProbDist
An OpenCL library for probability distributions
|
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. | |
Common definitions for the device-side API of clProbDist.
1.8.10