MPGraph v2 release

Download MPGraph v2<http://sourceforge.net/projects/mpgraph/files/latest/download?source=files> from SourceForge now. Or you can get the latest development version from SVN:

svn checkout svn://svn.code.sf.net/p/mpgraph/code/trunk

The new MPGraph API makes it easy to develop high performance graph analytics on GPUs. The API is based on the Gather-Apply-Scatter (GAS) model as used in GraphLab. To deliver high performance computation and efficiently utilize the high memory bandwidth of GPUs, MPGraph’s CUDA kernels use multiple sophisticated strategies, such as vertex-degree-dependent dynamic parallelism granularity and frontier compaction.

New algorithms can be implemented in a few hours that fully exploit the data-level parallelism of the GPU and offer throughput of up to 3 billion traversed edges per second on a single GPU.

Future releases will include topology compression, compressed vertex and link attributes, partitioned graphs, and Multi-GPU support.

Enjoy!

Received on Monday, 17 February 2014 22:26:24 UTC