<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/mpgraph/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 27 Apr 2017 07:14:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mpgraph/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/?limit=25#7e7e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I 'm trying to profile load efficiency of MapGraph by using nvprof --metrics branch_efficiency there is a warning: "Warning: No CUDA application was profiled, exiting". I do not know why this is happening.&lt;br/&gt;
I used the Redhat 6.5 OS and CUDA 7.5 on K20M GPU card.&lt;br/&gt;
Thanks for your kindly response.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter</dc:creator><pubDate>Thu, 27 Apr 2017 07:14:57 -0000</pubDate><guid>https://sourceforge.net002e0a386924c92614d644da205ec58c46996585</guid></item><item><title>Home modified by Bryan Thompson</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -4,7 +4,7 @@

 [Download MapGraph today](http://sourceforge.net/projects/mpgraph/files/latest/download?source=files).  See the README to get started.

-- [ReleaseGuide]
+- [ReleaseGuide](ReleaseGuide)

 The wiki uses [Markdown](/p/mpgraph/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryan Thompson</dc:creator><pubDate>Sun, 30 Mar 2014 17:57:32 -0000</pubDate><guid>https://sourceforge.net6024fe4e78582f44351a3b38f42151791fc16e14</guid></item><item><title>Home modified by Bryan Thompson</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -4,7 +4,7 @@

 [Download MapGraph today](http://sourceforge.net/projects/mpgraph/files/latest/download?source=files).  See the README to get started.

-- [[ReleaseGuide]]
+- [ReleaseGuide]

 The wiki uses [Markdown](/p/mpgraph/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryan Thompson</dc:creator><pubDate>Sun, 30 Mar 2014 17:56:51 -0000</pubDate><guid>https://sourceforge.netb2e0d5a43fac302753adabc60ea35359eb3b43db</guid></item><item><title>Home modified by Bryan Thompson</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -4,7 +4,7 @@

 [Download MapGraph today](http://sourceforge.net/projects/mpgraph/files/latest/download?source=files).  See the README to get started.

-- [ReleaseGuide]
+- [[ReleaseGuide]]

 The wiki uses [Markdown](/p/mpgraph/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryan Thompson</dc:creator><pubDate>Sun, 30 Mar 2014 17:56:32 -0000</pubDate><guid>https://sourceforge.net2ccb212be293827ba58ca3d97cb761b765085414</guid></item><item><title>Home modified by Bryan Thompson</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -4,7 +4,7 @@

 [Download MapGraph today](http://sourceforge.net/projects/mpgraph/files/latest/download?source=files).  See the README to get started.

-- ReleaseGuide
+- [ReleaseGuide]

 The wiki uses [Markdown](/p/mpgraph/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryan Thompson</dc:creator><pubDate>Sun, 30 Mar 2014 17:55:48 -0000</pubDate><guid>https://sourceforge.net28981078e1ff1152e93644605dba6168e0d2b169</guid></item><item><title>Home modified by Mike Personick</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,7 +2,7 @@

 The MapGraph 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, MapGraph’s CUDA kernels use multiple sophisticated strategies, such as vertex-degree-dependent dynamic parallelism granularity and frontier compaction.

-[http://sourceforge.net/projects/mpgraph/files/latest/download?source=files Download MapGraph today].  See the README to get started.
+[Download MapGraph today](http://sourceforge.net/projects/mpgraph/files/latest/download?source=files).  See the README to get started.

 - ReleaseGuide

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Personick</dc:creator><pubDate>Sun, 30 Mar 2014 16:25:05 -0000</pubDate><guid>https://sourceforge.net3bd7dc46a5636cded6017899172b6c357bb3a4d9</guid></item><item><title>Home modified by Mike Personick</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,8 +1,8 @@
-Welcome to the MPGraph wiki!
+Welcome to the MapGraph wiki!

-The 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.
+The MapGraph 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, MapGraph’s CUDA kernels use multiple sophisticated strategies, such as vertex-degree-dependent dynamic parallelism granularity and frontier compaction.

-[http://sourceforge.net/projects/mpgraph/files/latest/download?source=files Download MPGraph today].  See the README to get started.
+[http://sourceforge.net/projects/mpgraph/files/latest/download?source=files Download MapGraph today].  See the README to get started.

 - ReleaseGuide

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Personick</dc:creator><pubDate>Sun, 30 Mar 2014 16:22:36 -0000</pubDate><guid>https://sourceforge.netacf848ec6646cfd5036834c47903f9c400528bed</guid></item><item><title>Home modified by Bryan Thompson</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,10 @@
-Welcome to your wiki!
+Welcome to the MPGraph wiki!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+The 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.
+
+[http://sourceforge.net/projects/mpgraph/files/latest/download?source=files Download MPGraph today].  See the README to get started.
+
+- ReleaseGuide

 The wiki uses [Markdown](/p/mpgraph/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryan Thompson</dc:creator><pubDate>Mon, 17 Feb 2014 22:22:49 -0000</pubDate><guid>https://sourceforge.netca23533d7a7d0bc908ae56b5014e20d280d6486e</guid></item><item><title>Home modified by Bryan Thompson</title><link>https://sourceforge.net/p/mpgraph/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/mpgraph/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/thompsonbry/"&gt;Bryan Thompson&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51cac9cfd46bb47b104a26ca" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bryan Thompson</dc:creator><pubDate>Wed, 26 Jun 2013 11:00:31 -0000</pubDate><guid>https://sourceforge.net25f326f077f7a5e9bb6274c8d66a66301985cebb</guid></item></channel></rss>