<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Intro to CUDA</title>
	<atom:link href="http://www.linux-mag.com/id/7791/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7791/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: ryanvade</title>
		<link>http://www.linux-mag.com/id/7791/#comment-436043</link>
		<dc:creator>ryanvade</dc:creator>
		<pubDate>Sat, 29 Sep 2012 02:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7791/#comment-436043</guid>
		<description>Cuda is really cool! I just can&#039;t seem to get it to work with fedora...At least not version 5. And when is the cuda forum going to be opened again?</description>
		<content:encoded><![CDATA[<p>Cuda is really cool! I just can&#8217;t seem to get it to work with fedora&#8230;At least not version 5. And when is the cuda forum going to be opened again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ttsiodras</title>
		<link>http://www.linux-mag.com/id/7791/#comment-8372</link>
		<dc:creator>ttsiodras</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7791/#comment-8372</guid>
		<description>&lt;p&gt;Shameless plug: I used CUDA to make my SSE-based Mandelbrot zoomer faster... here is my blog post, with the portable GPL code, so you can compare both clarity and speed of CUDA vs SIMD instructions...&lt;/p&gt;
&lt;p&gt;http://users.softlab.ntua.gr/~ttsiod/mandelSSE.html&lt;/p&gt;
&lt;p&gt;Executive summary: With CUDA, the code became much cleaner, and it run 15 times faster (1500% speedup!)
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Shameless plug: I used CUDA to make my SSE-based Mandelbrot zoomer faster&#8230; here is my blog post, with the portable GPL code, so you can compare both clarity and speed of CUDA vs SIMD instructions&#8230;</p>
<p><a href="http://users.softlab.ntua.gr/~ttsiod/mandelSSE.html" rel="nofollow">http://users.softlab.ntua.gr/~ttsiod/mandelSSE.html</a></p>
<p>Executive summary: With CUDA, the code became much cleaner, and it run 15 times faster (1500% speedup!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wgodoy</title>
		<link>http://www.linux-mag.com/id/7791/#comment-8373</link>
		<dc:creator>wgodoy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7791/#comment-8373</guid>
		<description>&lt;p&gt;CUDA is great!!!! My experience:&lt;br /&gt;
good:  like ttsiodras said, 15x speed up and even more depending on the case is about right.&lt;br /&gt;
Get a modern Nvidia GPU (200 series) \&#039;cause running with 8000 series is not that fast.&lt;br /&gt;
bad:&lt;br /&gt;
memory limitations&lt;br /&gt;
debugging could be painful&lt;br /&gt;
only single precision is fast (double precision is slower than CPU)
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>CUDA is great!!!! My experience:<br />
good:  like ttsiodras said, 15x speed up and even more depending on the case is about right.<br />
Get a modern Nvidia GPU (200 series) \&#8217;cause running with 8000 series is not that fast.<br />
bad:<br />
memory limitations<br />
debugging could be painful<br />
only single precision is fast (double precision is slower than CPU)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alberto.trj</title>
		<link>http://www.linux-mag.com/id/7791/#comment-8374</link>
		<dc:creator>alberto.trj</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7791/#comment-8374</guid>
		<description>&lt;p&gt;Just a note: CUDA SDK is not quite compatible with gcc 4.4&lt;/p&gt;
&lt;p&gt;http://forums.nvidia.com/index.php?showtopic=99139
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just a note: CUDA SDK is not quite compatible with gcc 4.4</p>
<p><a href="http://forums.nvidia.com/index.php?showtopic=99139" rel="nofollow">http://forums.nvidia.com/index.php?showtopic=99139</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>