|
CUDPP 2.0
CUDA Data-Parallel Primitives Library
|
Configuration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms. More...
#include <cudpp.h>
Public Attributes | |
| CUDPPAlgorithm | algorithm |
| The algorithm to be used. | |
| CUDPPOperator | op |
| The numerical operator to be applied. | |
| CUDPPDatatype | datatype |
| The datatype of the input arrays. | |
| unsigned int | options |
| Options to configure the algorithm. | |
Configuration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms.
1.7.4