CUDPP 2.0
CUDA Data-Parallel Primitives Library
Functions
/mnt/hgfs/VMWare/cudpp/src/cudpp/cudpp_scan.h File Reference

Scan functionality header file - contains CUDPP interface (not public) More...

Functions

void allocScanStorage (CUDPPScanPlan *plan)
 Allocate intermediate arrays used by scan.
void freeScanStorage (CUDPPScanPlan *plan)
 Deallocate intermediate block sums arrays in a CUDPPScanPlan object.
void cudppScanDispatch (void *d_out, const void *d_in, size_t numElements, size_t numRows, const CUDPPScanPlan *plan)
 Dispatch function to perform a scan (prefix sum) on an array with the specified configuration.

Detailed Description

Scan functionality header file - contains CUDPP interface (not public)

cudpp_scan.h

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines