CUDPP  2.3
CUDA Data-Parallel Primitives Library
segmented_scan_kernel.cuh File Reference

CUDPP kernel-level scan routines. More...

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

Functions

Segmented scan Functions
template<class T , class traits >
__global__ void segmentedScan4 (T *d_odata, const T *d_idata, const unsigned int *d_iflags, unsigned int numElements, T *d_blockSums=0, unsigned int *d_blockFlags=0, unsigned int *d_blockIndices=0)
 Main segmented scan kernel. More...
 

Detailed Description

CUDPP kernel-level scan routines.

segmented_scan_kernel.cu