CUDPP 1.1
|
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.