CUDPP  2.2
CUDA Data-Parallel Primitives Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Attributes | List of all members
CUDPPConfiguration Struct Reference

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.
 

Detailed Description

Configuration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms.

See Also
cudppPlan

The documentation for this struct was generated from the following file: