<?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: CUDA.NET 2.3.7 Released</title>
	<atom:link href="http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/</link>
	<description>Our WordPress weblog</description>
	<lastBuildDate>Mon, 05 Jul 2010 07:35:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: SetecAstronomy</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-1099</link>
		<dc:creator>SetecAstronomy</dc:creator>
		<pubDate>Mon, 10 May 2010 15:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-1099</guid>
		<description>Any idea when we might be able to expect a CUDA 3.0/3.1 compatible release?</description>
		<content:encoded><![CDATA[<p>Any idea when we might be able to expect a CUDA 3.0/3.1 compatible release?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moti_bot</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-1092</link>
		<dc:creator>moti_bot</dc:creator>
		<pubDate>Sat, 08 May 2010 20:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-1092</guid>
		<description>Actually no, you should look for a cudart.dll file under the bin directory of the CUDA installation.
If none exists, then you could create a copy of &lt;em&gt;cudart32_30_14.dll&lt;/em&gt; file to become &lt;em&gt;cudart.dll&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>Actually no, you should look for a cudart.dll file under the bin directory of the CUDA installation.<br />
If none exists, then you could create a copy of <em>cudart32_30_14.dll</em> file to become <em>cudart.dll</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sl</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-1087</link>
		<dc:creator>sl</dc:creator>
		<pubDate>Fri, 07 May 2010 12:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-1087</guid>
		<description>Hi,

I have the problem Sergio met a couple of months ago. I am trying to use CUDA Runtime methods but get the message error :

Unable to load DLL ‘cudart’: The specified module could not be found. 

I had installed the toolkit and actually have a dll named &quot;cudart32_30_14.dll&quot;. Is it a wrong one ? I copied and pasted it in the folder containing CUDA.NET.dll but it still doesn&#039;t work.

Am I doing something wrong ?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have the problem Sergio met a couple of months ago. I am trying to use CUDA Runtime methods but get the message error :</p>
<p>Unable to load DLL ‘cudart’: The specified module could not be found. </p>
<p>I had installed the toolkit and actually have a dll named &#8220;cudart32_30_14.dll&#8221;. Is it a wrong one ? I copied and pasted it in the folder containing CUDA.NET.dll but it still doesn&#8217;t work.</p>
<p>Am I doing something wrong ?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hvh</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-773</link>
		<dc:creator>hvh</dc:creator>
		<pubDate>Tue, 09 Mar 2010 04:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-773</guid>
		<description>I guess you have to use SetFunctionSharedSize - didn&#039;t try it though...</description>
		<content:encoded><![CDATA[<p>I guess you have to use SetFunctionSharedSize &#8211; didn&#8217;t try it though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-763</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-763</guid>
		<description>Thanks!

I have another quick question. Sometimes in CUDA it is recommended to use templates to get some performance speedup. How do I pass the parameter to the template in CUDA.NET?

For example, if my CUDA function is:

template __global__ static void map(.....


How do I pass that blocksize in CUDA.NET?</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I have another quick question. Sometimes in CUDA it is recommended to use templates to get some performance speedup. How do I pass the parameter to the template in CUDA.NET?</p>
<p>For example, if my CUDA function is:</p>
<p>template __global__ static void map(&#8230;..</p>
<p>How do I pass that blocksize in CUDA.NET?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moti_bot</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-697</link>
		<dc:creator>moti_bot</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-697</guid>
		<description>Hi Sergio,

The cudart.dll file is part of NVIDIA CUDA Toolkit installation.
The driver API would work in any environment with NVIDIA drivers installed, but for the runtime API you need to install the Toolkit.</description>
		<content:encoded><![CDATA[<p>Hi Sergio,</p>
<p>The cudart.dll file is part of NVIDIA CUDA Toolkit installation.<br />
The driver API would work in any environment with NVIDIA drivers installed, but for the runtime API you need to install the Toolkit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-695</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Mon, 15 Feb 2010 22:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-695</guid>
		<description>Hi

I am using your latest version of CUDA.NET. Unfortunately, when a use any of the CUDARuntime methods I get:

Unable to load DLL &#039;cudart&#039;: The specified module could not be found. 

Am I missing something?

Sergio</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am using your latest version of CUDA.NET. Unfortunately, when a use any of the CUDARuntime methods I get:</p>
<p>Unable to load DLL &#8216;cudart&#8217;: The specified module could not be found. </p>
<p>Am I missing something?</p>
<p>Sergio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moti_bot</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-572</link>
		<dc:creator>moti_bot</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-572</guid>
		<description>Certainly yes!</description>
		<content:encoded><![CDATA[<p>Certainly yes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hvh</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-571</link>
		<dc:creator>hvh</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-571</guid>
		<description>Sure! I will send my suggestion to support@hoopoe-cloud.com, is that OK?

Regards,
Hermann</description>
		<content:encoded><![CDATA[<p>Sure! I will send my suggestion to <a href="mailto:support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>, is that OK?</p>
<p>Regards,<br />
Hermann</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moti_bot</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/10/cudanet-237-released/comment-page-1/#comment-570</link>
		<dc:creator>moti_bot</dc:creator>
		<pubDate>Sat, 23 Jan 2010 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=141#comment-570</guid>
		<description>Hi Hermann,

Thank you, this is great.
Can you share with us the bug you found?
We will fix it with the next release.</description>
		<content:encoded><![CDATA[<p>Hi Hermann,</p>
<p>Thank you, this is great.<br />
Can you share with us the bug you found?<br />
We will fix it with the next release.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

