CUDPPRadixSortPlan Class Reference

Plan class for sort algorithm. More...

#include <cudpp_plan.h>

Inherits CUDPPPlan.

List of all members.

Public Member Functions

 CUDPPRadixSortPlan (CUDPPConfiguration config, size_t numElements)
 Sort Plan constructor.

Public Attributes

CUDPPScanPlanm_scanPlan
void * m_tempKeys
void * m_tempValues
unsigned int * m_counters
unsigned int * m_countersSum
unsigned int * m_blockOffsets


Detailed Description

Plan class for sort algorithm.


Constructor & Destructor Documentation

CUDPPRadixSortPlan::CUDPPRadixSortPlan ( CUDPPConfiguration  config,
size_t  numElements 
)

Sort Plan constructor.

Parameters:
[in] config The configuration struct specifying algorithm and options
[in] numElements The maximum number of elements to be sorted Sort plan destructor


Member Data Documentation

For internal use only.

Sort performs a scan of type unsigned int using this plan

For internal use only.

Intermediate storage for keys

For internal use only.

Intermediate storage for values

For internal use only.

Counter for each radix

For internal use only.

Prefix sum of radix counters

For internal use only.

Global offsets of each radix in each block


The documentation for this class was generated from the following files:

Generated on Wed Jul 1 16:32:42 2009 for CUDPP by  doxygen 1.5.9