CUDPP 2.0
CUDA Data-Parallel Primitives Library
/mnt/hgfs/VMWare/cudpp/src/cudpp/kernel/scan_kernel.cuh File Reference

CUDPP kernel-level scan routines. More...

#include <cudpp_globals.h>
#include "cta/scan_cta.cuh"
#include "sharedmem.h"

Functions

Scan Functions
template<class T , class traits >
__global__ void scan4 (T *d_out, const T *d_in, T *d_blockSums, int numElements, unsigned int dataRowPitch, unsigned int blockSumRowPitch)
 Main scan kernel.

Detailed Description

CUDPP kernel-level scan routines.

scan_kernel.cu

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines