<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Path Dependent &#187; GPU</title>
	<atom:link href="http://pathdependent.com/tag/gpu/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathdependent.com</link>
	<description>Programming, Complex Systems, Trading, and Introspection</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:08:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Warning: NVIDIA CUDA memset bug</title>
		<link>http://pathdependent.com/2009/05/09/warning-nvidia-cuda-memset-bug/</link>
		<comments>http://pathdependent.com/2009/05/09/warning-nvidia-cuda-memset-bug/#comments</comments>
		<pubDate>Sat, 09 May 2009 10:42:44 +0000</pubDate>
		<dc:creator>John Nelson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[GPU]]></category>

		<guid isPermaLink="false">http://pathdependent.com/?p=58</guid>
		<description><![CDATA[Calling cudaMemset() on some platforms does nothing. It took me two hours to figure out why the result of my computation was so bizarre. My experience was similar to many people who posted on this informative thread. In emulator mode, the function performs as expected; When running on the device, the memory is not set.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fpathdependent.com%2F2009%2F05%2F09%2Fwarning-nvidia-cuda-memset-bug%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fpathdependent.com%2F2009%2F05%2F09%2Fwarning-nvidia-cuda-memset-bug%2F" height="61" width="51" /></a></div><p>Calling cudaMemset() on some platforms does nothing. It took me two hours to figure out why the result of my computation was so bizarre. My experience was similar to many people who posted on <a title="cudaMemset thread" href="http://forums.nvidia.com/lofiversion/index.php?t29225.html">this informative thread</a>. In emulator mode, the function performs as expected; When running on the device, the memory is not set.</p>
]]></content:encoded>
			<wfw:commentRss>http://pathdependent.com/2009/05/09/warning-nvidia-cuda-memset-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
