<?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>iMonad.com &#187; GPU</title>
	<atom:link href="http://imonad.com/blog/category/gpu/feed/" rel="self" type="application/rss+xml" />
	<link>http://imonad.com/blog</link>
	<description>Software engineering, Functional programming, Predictive Analytics</description>
	<lastBuildDate>Sat, 19 Dec 2009 09:16:16 +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>Commercial Users of Functional Programming Videos</title>
		<link>http://imonad.com/blog/2009/09/commercial-users-of-functional-programming-videos/</link>
		<comments>http://imonad.com/blog/2009/09/commercial-users-of-functional-programming-videos/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 13:15:32 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[CUDA]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Haskell]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=216</guid>
		<description><![CDATA[Just found a lot of videos from the &#8220;Commercial Users of Functional Programming&#8221; Edinburgh 2009
Lectures on Haskel, Scala, Erlang, F# etc.
Running Haskell Array Computations on a GPU

]]></description>
		<wfw:commentRss>http://imonad.com/blog/2009/09/commercial-users-of-functional-programming-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL 1.0 Conformance Candidate Release</title>
		<link>http://imonad.com/blog/2009/05/opencl-10-conformance-candidate-release/</link>
		<comments>http://imonad.com/blog/2009/05/opencl-10-conformance-candidate-release/#comments</comments>
		<pubDate>Wed, 13 May 2009 07:05:15 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[CUDA]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=170</guid>
		<description><![CDATA[I just received a message from NVIDIA that they are releasing a OpenCL 1.0 Conformance
Candidate to GPU Computing registered developers:
The information description is:  We are pleased to announce the release of
our OpenCL 1.0 Conformance
Candidate to GPU Computing registered developers.  You now have access
to the OpenCL drivers we submitted this week to the Khronos OpenCL
working group.
The [...]]]></description>
		<wfw:commentRss>http://imonad.com/blog/2009/05/opencl-10-conformance-candidate-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set CUDA in Eclipse</title>
		<link>http://imonad.com/blog/2009/02/how-to-set-cuda-in-eclipse/</link>
		<comments>http://imonad.com/blog/2009/02/how-to-set-cuda-in-eclipse/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 09:17:14 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[CUDA]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[GPU]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=137</guid>
		<description><![CDATA[Here I describe steps to get Eclipse working with CUDA. I am working on Ubuntu 8.04 and Eclipse: 3.2.2.

Install latest CUDA &#8211; www.nvidia.com/cuda
Install Eclipse if not already installed - www.eclipse.org
 set all necessary paths in /etc/ld.conf  and execute ldconfig as root (sudo)  during the CUDA installation.
In Eclipse to enable code highlighting:  Window -&#62; Preferences -&#62; [...]]]></description>
		<wfw:commentRss>http://imonad.com/blog/2009/02/how-to-set-cuda-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPU Kernels as Data-Parallel Array Computations in Haskell</title>
		<link>http://imonad.com/blog/2009/01/gpu-kernels-as-data-parallel-array-computations-in-haskell/</link>
		<comments>http://imonad.com/blog/2009/01/gpu-kernels-as-data-parallel-array-computations-in-haskell/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:19:27 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[GPU]]></category>
		<category><![CDATA[Haskell]]></category>
		<category><![CDATA[functional programming]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=126</guid>
		<description><![CDATA[This paper provides a brief overview of  approach to GPU programming with Haskell by embedding GPU kernels with a domain-specific language of data-parallel array computations in Haskell code. The paper also presents some preliminary benchmarks.
We present a novel high-level parallel programming model aimed at   graphics processing units (GPUs).  We embed GPU kernels as [...]]]></description>
		<wfw:commentRss>http://imonad.com/blog/2009/01/gpu-kernels-as-data-parallel-array-computations-in-haskell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL 1.0 Specification Completed in Time for Snow Leopard</title>
		<link>http://imonad.com/blog/2008/12/opencl-10-specification-completed-in-time-for-snow-leopard/</link>
		<comments>http://imonad.com/blog/2008/12/opencl-10-specification-completed-in-time-for-snow-leopard/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 11:43:33 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[GPU]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=106</guid>
		<description><![CDATA[The Khronos group announced the ratification and public release of the OpenCL 1.0 specification described as the first open, royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices. Currently only on Snow Leopard operating system.
http://www.khronos.org/news/press/releases/the_khronos_group_releases_opencl_1.0_specification/
http://www.macrumors.com/2008/12/09/opencl-1-0-specification-completed-and-released/
]]></description>
		<wfw:commentRss>http://imonad.com/blog/2008/12/opencl-10-specification-completed-in-time-for-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPU Computing for Financial Engineering Workshop &#8211; Level 3 Finance</title>
		<link>http://imonad.com/blog/2008/11/gpu-computing-for-financial-engineering-workshop-level-3-finance/</link>
		<comments>http://imonad.com/blog/2008/11/gpu-computing-for-financial-engineering-workshop-level-3-finance/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 20:38:46 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=103</guid>
		<description><![CDATA[I personally have interests in Finance and Monte Carlo techniques, so this workshop organized by Level 3 Finance is very interesting by my opinion.
Summary: The workshop provides an introduction to GPU programming based on the nVidia CUDA language and reviews applications to Financial Engineering. The morning session covers hardware configurations of nVidia Tesla cards, kernel [...]]]></description>
		<wfw:commentRss>http://imonad.com/blog/2008/11/gpu-computing-for-financial-engineering-workshop-level-3-finance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open standard for parallel computing across GPUs and CPUs</title>
		<link>http://imonad.com/blog/2008/07/opencl/</link>
		<comments>http://imonad.com/blog/2008/07/opencl/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 10:20:48 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[GPU]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=17</guid>
		<description><![CDATA[There is new initiative to create open standarts for parallel computing across GPUs and CPUs. I think this will be the next step in GPU computing. As I underspend this will be new open standard (something like OpenGL) that will be portable across different platforms. The name of the new standard is Open Computing Language [...]]]></description>
		<wfw:commentRss>http://imonad.com/blog/2008/07/opencl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPU programming in Haskell</title>
		<link>http://imonad.com/blog/2008/06/gpu-programming-in-haskell/</link>
		<comments>http://imonad.com/blog/2008/06/gpu-programming-in-haskell/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 18:37:17 +0000</pubDate>
		<dc:creator>zoo</dc:creator>
				<category><![CDATA[GPU]]></category>
		<category><![CDATA[Haskell]]></category>
		<category><![CDATA[functional programming]]></category>

		<guid isPermaLink="false">http://imonad.com/blog/?p=14</guid>
		<description><![CDATA[Recently I become interested in GPU programming particularly technology developed by NVidia &#8211; CUDA. There is a lot of interesting examples provided with the SDK and a lot of demonstration links on the site. I have no vision if this will become mainstream in the future or  other type of multi core technology, but [...]]]></description>
		<wfw:commentRss>http://imonad.com/blog/2008/06/gpu-programming-in-haskell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
