CUDPP

Getting Started

Documentation

View CUDPP on GitHub cudpp/cudpp

CUDPP 2.2 Released!

31 Aug 2014

CUDPP release 2.2 is a feature release that adds a new parallel primitive and improves some existing primitives. We have added cudppSuffixArray, a parallel skew algorithm (SA) implementation that computes the suffix array of a string. This suffix array primitive is now used in burrowsWheelerTransform, delivering better performance than CUDPP 2.1’s use of cudppStringSort. The new BWT is further used in cudppCompress, which is now faster than the original parallel compression and supports compression of text containing all possible unsigned char values. Some bugs in cudppMoveToFrontTransform and cudppStringSort have also been fixed.

A full list of changes can be viewed in the change log. The release czar for CUDPP 2.2 was Leyuan Wang.