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

Plan class for ListRank. More...

#include <cudpp_plan.h>

Inherits CUDPPPlan.

Public Member Functions

 CUDPPListRankPlan (CUDPPManager *mgr, CUDPPConfiguration config, size_t numElements)
 CUDPP ListRank Plan Constructor. More...
 
virtual ~CUDPPListRankPlan ()
 ListRank plan destructor.
 
- Public Member Functions inherited from CUDPPPlan
 CUDPPPlan (CUDPPManager *mgr, CUDPPConfiguration config, size_t numElements, size_t numRows, size_t rowPitch)
 Plan base class constructor. More...
 
CUDPPHandle getHandle ()
 

Public Attributes

int * m_d_tmp1
 
int * m_d_tmp2
 
int * m_d_tmp3
 
- Public Attributes inherited from CUDPPPlan
CUDPPConfiguration m_config
 
size_t m_numElements
 
size_t m_numRows
 
size_t m_rowPitch
 
CUDPPManagerm_planManager
 

Detailed Description

Plan class for ListRank.

Constructor & Destructor Documentation

CUDPPListRankPlan::CUDPPListRankPlan ( CUDPPManager mgr,
CUDPPConfiguration  config,
size_t  numElements 
)

CUDPP ListRank Plan Constructor.

Parameters
[in]mgrpointer to the CUDPPManager
[in]configThe configuration struct specifying options
[in]numElementsThe maximum number of elements to be ranked

Member Data Documentation

int* CUDPPListRankPlan::m_d_tmp1

temporary next indices array

int* CUDPPListRankPlan::m_d_tmp2

temporary start indices array

int* CUDPPListRankPlan::m_d_tmp3

temporary next indices array


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