CUDPP 1.1.1
File List
Here is a list of all documented files with brief descriptions:
cudpp.hMain library header file. Defines public interface
cudpp.cppMain library source file. Implements wrappers for public interface
cudpp_compact.hCompact functionality header file - contains CUDPP interface (not public)
cudpp_globals.hGlobal declarations defining machine characteristics of GPU target These are currently set for best performance on G8X GPUs. The optimal parameters may change on future GPUs. In the future, we hope to make CUDPP a self-tuning library
cudpp_rand.hRand functionality header file - contains CUDPP interface (not public)
cudpp_scan.hScan functionality header file - contains CUDPP interface (not public)
cudpp_segscan.hScan functionality header file - contains CUDPP interface (not public)
cudpp_spmvmult.hScan functionality header file - contains CUDPP interface (not public)
cudpp_util.hC++ utility functions and classes used internally to cuDPP
sharedmem.hShared memory declaration struct for templatized types
compact_app.cuCUDPP application-level compact routines
radixsort_app.cuCUDPP application-level radix sorting routines
rand_app.cuCUDPP application-level rand routine for MD5
scan_app.cuCUDPP application-level scan routines
segmented_scan_app.cuCUDPP application-level scan routines
spmvmult_app.cuCUDPP application-level scan routines
radixsort_cta.cuCUDPP CTA-level sort routines
rand_cta.cuCUDPP CTA-level rand routines
scan_cta.cuCUDPP CTA-level scan routines
segmented_scan_cta.cuCUDPP CTA-level scan routines
compact_kernel.cuCUDPP kernel-level compact routines
radixsort_kernel.cuCUDPP kernel-level radix sorting routines
rand_kernel.cuCUDPP kernel-level rand routines
scan_kernel.cuCUDPP kernel-level scan routines
segmented_scan_kernel.cuCUDPP kernel-level scan routines
spmvmult_kernel.cuCUDPP kernel-level scan routines
vector_kernel.cuCUDA kernel methods for basic operations on vectors
 All Classes Files Functions Variables Enumerations Enumerator Defines