<?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>Hoopoe Cloud Blogs &#187; NVIDIA</title>
	<atom:link href="http://blogs.hoopoe-cloud.com/index.php/tag/nvidia/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.hoopoe-cloud.com</link>
	<description>Our WordPress weblog</description>
	<lastBuildDate>Thu, 16 Sep 2010 17:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>00 &#8211; Preface</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:19:06 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA.NET Tutorials]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=189</guid>
		<description><![CDATA[The new CUDA.NET Tutorials category was created to collect and manage resources and materials for developers starting to work and develop with CUDA.NET library for various platforms. The usual composition will be of articles on specific topics and gradually increasing complexity. This post will include an additional Table of Contents for published articles as we go. [...]]]></description>
			<content:encoded><![CDATA[<p>The new CUDA.NET Tutorials category was created to collect and manage resources and materials for developers starting to work and develop with CUDA.NET library for various platforms.</p>
<p>The usual composition will be of articles on specific topics and gradually increasing complexity.</p>
<p>This post will include an additional <em>Table of Contents</em> for published articles as we go.</p>
<h3><span style="text-decoration: underline;">Table of Contents</span></h3>
<ol>
<li><a href="http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/">Preface</a></li>
</ol>
<p> </p>
<p>For any question or comment, please contact us through our email address: support (at) hoopoe-cloud.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/08/00-preface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUDA.NET 3.0.0 Released</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:04:28 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[CUDA.NET]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[CUDA 3.0]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[GeForce]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[multi-GPU]]></category>
		<category><![CDATA[multi-threaded]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Quadro]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=183</guid>
		<description><![CDATA[Dear all, We are happy to announce the release of CUDA.NET version 3.0.0. This release provides support for latest CUDA 3.0 API and few more updates that will make programming with CUDA from .NET easier and faster. Additions: Support for CUDA 3.0 API Added memset functions for CUDA class Supporting new graphics interoperability functions Improved [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>We are happy to announce the release of CUDA.NET version 3.0.0.<br />
This release provides support for latest CUDA 3.0 API and few more updates that will make programming with CUDA from .NET easier and faster.</p>
<p>Additions:</p>
<ul>
<li>Support for CUDA 3.0 API</li>
<li>Added memset functions for CUDA class</li>
<li>Supporting new graphics interoperability functions</li>
<li>Improved generics support for memory operations</li>
<li>Added CUDAContextSynchronizer class</li>
</ul>
<p><strong>Improved memory operations</strong><br />
We employ GCHandle class to be used with generic memory copies in CUDA class. This method allows to work with every data type (existing vectors or user defined) natively in .NET. The implication is that now you can copy existing custom arrays of structures/classes (user data-types) to device with memory copy functions.</p>
<p><strong>CUDAContextSynchronizer</strong><br />
This class was added to assist developers in multi-GPU and multi-threaded environments sharing the same device. It uses existing CUDA API to manipulate the context each thread is attached to and provides .NET means to synchronize between threads sharing the same device for different computations.<br />
Find it under the Tools namespace, the documentation includes a description of how to use it.</p>
<p>We hope you will enjoy this release.<br />
As always, please send us comments or suggestions to: <a href="support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2010/06/cuda-net-3-0-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL.NET 1.0.48 Released</title>
		<link>http://blogs.hoopoe-cloud.com/index.php/2009/12/openclnet-1048-released/</link>
		<comments>http://blogs.hoopoe-cloud.com/index.php/2009/12/openclnet-1048-released/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 18:54:22 +0000</pubDate>
		<dc:creator>moti_bot</dc:creator>
				<category><![CDATA[OpenCL.NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Larrabee]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tesla]]></category>

		<guid isPermaLink="false">http://blogs.hoopoe-cloud.com/?p=156</guid>
		<description><![CDATA[Hello, We are happy to announce the availability of the so long waiting OpenCL.NET 1.0.48 library. This version aligns with OpenCL 1.0.48 standard, and fully conforms with latest NVIDIA drivers for OpenCL (and as well on supported platforms). In brief, this release of the standard added few API functions and modified some, to truly allow [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>We are happy to announce the availability of the so long waiting OpenCL.NET 1.0.48 library.</p>
<p>This version aligns with OpenCL 1.0.48 standard, and fully conforms with latest NVIDIA drivers for OpenCL (and as well on supported platforms).</p>
<p>In brief, this release of the standard added few API functions and modified some, to truly allow heterogeneous computing on a single system. An application can query for the existence of multiple computing devices on the system, also by different vendors (recognize the CPU and a GPU as compute resources) regardless of the vendor. Such that consuming different computing resources can be transparent.</p>
<p>For further details about standard features and changes please consult <a href="http://www.khronos.org/opencl">Khronos website</a>.</p>
<p>For OpenCL.NET page and download, click <a href="http://www.hoopoe-cloud.com/Solutions/OpenCL.NET/Default.aspx">here</a>.</p>
<p>As always, you are invited to contact us at: <a href="mailto:support@hoopoe-cloud.com">support@hoopoe-cloud.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.hoopoe-cloud.com/index.php/2009/12/openclnet-1048-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

