CUDPP
2.2
CUDA Data-Parallel Primitives Library
|
Plan class for MTF. More...
#include <cudpp_plan.h>
Inherits CUDPPPlan.
Public Member Functions | |
CUDPPMtfPlan (CUDPPManager *mgr, CUDPPConfiguration config, size_t numElements) | |
CUDPP MTF Plan Constructor. More... | |
virtual | ~CUDPPMtfPlan () |
MTF 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 () |
Additional Inherited Members | |
Public Attributes inherited from CUDPPPlan | |
CUDPPConfiguration | m_config |
size_t | m_numElements |
size_t | m_numRows |
size_t | m_rowPitch |
CUDPPManager * | m_planManager |
Plan class for MTF.
CUDPPMtfPlan::CUDPPMtfPlan | ( | CUDPPManager * | mgr, |
CUDPPConfiguration | config, | ||
size_t | numElements | ||
) |
CUDPP MTF Plan Constructor.
[in] | mgr | pointer to the CUDPPManager |
[in] | config | The configuration struct specifying options |
[in] | numElements | The maximum number of elements to be moved to front |