<?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: How to Integrate CUDA with Visual C++</title>
	<atom:link href="http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/</link>
	<description>on programming tips and trending topics...</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Configurar CUDA y Visual Basic Studio 2008</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2514</link>
		<dc:creator>Configurar CUDA y Visual Basic Studio 2008</dc:creator>
		<pubDate>Wed, 16 Jun 2010 15:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2514</guid>
		<description>[...] Visual Studio 2008 y CUDA &#124; CUDA en Windows &#124; CUDA y Visual C++  Esta entrada fue publicada en PFC y clasificada en CUDA, Visual Studio 2008. Guarda el enlace [...]</description>
		<content:encoded><![CDATA[<p>[...] Visual Studio 2008 y CUDA | CUDA en Windows | CUDA y Visual C++  Esta entrada fue publicada en PFC y clasificada en CUDA, Visual Studio 2008. Guarda el enlace [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prostonik_1</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2460</link>
		<dc:creator>prostonik_1</dc:creator>
		<pubDate>Fri, 05 Mar 2010 04:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2460</guid>
		<description>Child directed NY airport jets</description>
		<content:encoded><![CDATA[<p>Child directed NY airport jets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??? ???????????</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2441</link>
		<dc:creator>??? ???????????</dc:creator>
		<pubDate>Fri, 12 Feb 2010 04:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2441</guid>
		<description>?? ?????? ????? ?? ?????? ????? ? ????????? ??????? ???? ? ??? ??? ????????? ? ??? ???????.</description>
		<content:encoded><![CDATA[<p>?? ?????? ????? ?? ?????? ????? ? ????????? ??????? ???? ? ??? ??? ????????? ? ??? ???????.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarath</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-/#comment-2184</link>
		<dc:creator>Sarath</dc:creator>
		<pubDate>Mon, 29 Jun 2009 02:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2184</guid>
		<description>Check your PATH variables and CUDA compiler path is available there. or just take command prompt and type nvcc. if it&#039;s failed, the path is not specified. Please specify C:\CUDA\bin (or wherever u installed) in your PATH</description>
		<content:encoded><![CDATA[<p>Check your PATH variables and CUDA compiler path is available there. or just take command prompt and type nvcc. if it&#8217;s failed, the path is not specified. Please specify C:\CUDA\bin (or wherever u installed) in your PATH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indi</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2183</link>
		<dc:creator>indi</dc:creator>
		<pubDate>Sun, 28 Jun 2009 06:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2183</guid>
		<description>Hi,
Thank you very much for this &quot;How to&quot;. I followed the given instructions along with &quot;How to call CUDA Programs from a C/C++ Application?&quot;, but I get an error saying
error PRJ0019: A tool returned an error code from &quot;Performing Custom Build Step&quot;

Any idea on how to resolve this ?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you very much for this &#8220;How to&#8221;. I followed the given instructions along with &#8220;How to call CUDA Programs from a C/C++ Application?&#8221;, but I get an error saying<br />
error PRJ0019: A tool returned an error code from &#8220;Performing Custom Build Step&#8221;</p>
<p>Any idea on how to resolve this ?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarath</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-/#comment-2182</link>
		<dc:creator>Sarath</dc:creator>
		<pubDate>Sat, 20 Jun 2009 11:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2182</guid>
		<description>Either you will have to keep the DLL in the current directory. but it&#039;s always better specifying the C:\CUDA (or your installation path to CUDA) in the PATH variable. It will resolve this issue.</description>
		<content:encoded><![CDATA[<p>Either you will have to keep the DLL in the current directory. but it&#8217;s always better specifying the C:\CUDA (or your installation path to CUDA) in the PATH variable. It will resolve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piyush</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2181</link>
		<dc:creator>piyush</dc:creator>
		<pubDate>Sat, 20 Jun 2009 08:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2181</guid>
		<description>after integration when i was running a progam the output window shows a error: culti32D:dll was not found. can u help how to fix it..</description>
		<content:encoded><![CDATA[<p>after integration when i was running a progam the output window shows a error: culti32D:dll was not found. can u help how to fix it..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CUDA Environment Setup &#171; NanoWave Development</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2180</link>
		<dc:creator>CUDA Environment Setup &#171; NanoWave Development</dc:creator>
		<pubDate>Mon, 08 Jun 2009 21:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2180</guid>
		<description>[...] Integrate CUDA with MS Visual C++ [...]</description>
		<content:encoded><![CDATA[<p>[...] Integrate CUDA with MS Visual C++ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VesaS</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2179</link>
		<dc:creator>VesaS</dc:creator>
		<pubDate>Tue, 30 Sep 2008 13:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2179</guid>
		<description>Hi,

I more or less used the method 1, except that I made a batch file which calls the nvcc. If a want to change some argument, I just change the batch, which I use for all CUDA files.

I also linked the cudart.lib with a #pragma comment(lib, &quot;cudart.lib) if a certain define is defined, which saves me from adding the cudart.lib manually to each cuda enabled project.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I more or less used the method 1, except that I made a batch file which calls the nvcc. If a want to change some argument, I just change the batch, which I use for all CUDA files.</p>
<p>I also linked the cudart.lib with a #pragma comment(lib, &#8220;cudart.lib) if a certain define is defined, which saves me from adding the cudart.lib manually to each cuda enabled project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to call CUDA Programs from a C/C++ Application &#171; Sharing my thoughts&#8230;</title>
		<link>http://codereflect.com/2008/09/26/how-to-integrate-cuda-with-visual-c/comment-page-1/#comment-2178</link>
		<dc:creator>How to call CUDA Programs from a C/C++ Application &#171; Sharing my thoughts&#8230;</dc:creator>
		<pubDate>Mon, 29 Sep 2008 17:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=520#comment-2178</guid>
		<description>[...] How to Integrate CUDA with Visual&#160;C++  [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Integrate CUDA with Visual&nbsp;C++  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

