You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>CUDPP is a library of data-parallel algorithm primitives such as parallel prefix-sum (“scan”), parallel sort, and parallel reduction. Primitives such as these are important building blocks for a wide variety of data-parallel algorithms, including sorting, stream compaction, and building data structures such as trees and summed-area tables. CUDPP runs on processors that support CUDA.</p>
<p>For detailed information, see the <a href="http://cudpp.github.io/cudpp/2.3/">CUDPP Documentation</a>. A good place to start is the <a href="http://cudpp.github.io/cudpp/2.3/example_simple_c_u_d_p_p.html">simpleCUDPP Example</a>.