<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/21963/AMD_Does_Reverse_GPGPU_Announces_OpenCL_SDK_for_x86</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 19 Jun 2013 12:48:32 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Who's on first?</title>
			<link>http://www.osnews.com/thread?377626</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377626</guid>
			<description>This competitive stuff is fun!</description>
			<pubDate>Fri, 07 Aug 2009 03:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Tuishimi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Really AMD?</title>
			<link>http://www.osnews.com/thread?377673</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377673</guid>
			<description>OpenCL for the CPU earlier than for the GPU? <br />
<br />
At least NVIDIA already has a working OpenCL developer release for their GPUs, you know the intended target audience of the system. Bah...</description>
			<pubDate>Fri, 07 Aug 2009 17:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (tylerdurden)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Really AMD?</title>
			<link>http://www.osnews.com/thread?377711</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377711</guid>
			<description><div class="cquote">OpenCL for the CPU earlier than for the GPU? <br />
 <br />
 At least NVIDIA already has a working OpenCL developer release for their GPUs, you know the intended target audience of the system. Bah... </div><br />
 <br />
 So does AMD. Just go sign up and download it.Edited 2009-08-08 00:08 UTC</description>
			<pubDate>Sat, 08 Aug 2009 00:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Really AMD?</title>
			<link>http://www.osnews.com/thread?377746</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377746</guid>
			<description>.... to be fair NVIDIA has had the opencl sdk available for developers for a while, whereas ATI just released theirs (which brings down our linux devel system for stream really hard, so it seems they are not ready for production yet... so this x86 opencl release seems to be a stopgap to not keep developers waiting)</description>
			<pubDate>Sat, 08 Aug 2009 15:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (javiercero1)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>But I thought...</title>
			<link>http://www.osnews.com/thread?377751</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377751</guid>
			<description>...the purpose of the GPU was to offload some work from the CPU?  I understand that this would be good for mini/micro systems - where GPU is limited.  Would this help them work together in some way - act like a multi-processor GPU?  That would be nice - maybe preprocess the commands before popping the results off to the GPU for final calculation and rendering.</description>
			<pubDate>Sat, 08 Aug 2009 16:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Tuishimi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: </title>
			<link>http://www.osnews.com/thread?377756</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377756</guid>
			<description>OpenCL is a lot more than just a GPU accelerator for code; it's designed to be a system where the code you write can run on CPUs, GPUs and other accelerator cards without you having to do any other work. It also maximizes performance and threading usage for compute tasks running on the CPU.</description>
			<pubDate>Sat, 08 Aug 2009 19:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (grabberslasher)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by malkia</title>
			<link>http://www.osnews.com/thread?377807</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377807</guid>
			<description>I've &quot;ported&quot; the nvidia nbody sample from their OpenCL package, to the AMD cpu based one.<br />
<br />
I can't comment on NVIDIA OpenCL benchmarks as I'm under NDA, but compared to the same CUDA sample it was 1.3GFLOPS for AMD/OpenCL (CPU) vs. 28GFLOPS CUDA (can't comment on NVIDIA OpenCL). Though I need to test again<br />
<br />
MacBook Pro (MacBookPro3,1)<br />
Intel Core 2 Duo 2.6 Ghz, 1 Processor, 2 cores, 4MB L2 Cache, 4GB Memory, Bus Speed 800Mhz<br />
GeForce 8600M GT (PCI-Express x16 width) 256MB<br />
<br />
Bootcampe'd Windows XP 32 bit Service Pack 3 using 190.38 nvidia drivers (bit modified to install on the 8600M - thanks to laptop2go)<br />
<br />
That to be said, CPU based OpenCL is exactly what we need. There are lots of servers, where graphics cards are not present, also if you have Remote-Desktop'd into such machine, the graphics driver is replaced and you can't use CUDA (won't comment on OpenCL). VNC is too slow for solution (maybe only HP RGS). And OpenCL would be there for the PS3 SPE's...<br />
<br />
The beauty of it, is that it offers a more restricted &quot;C&quot;-based language,  where you can still program normally (not an assembler), but it would still run efficiently. From that perspective, you can forget all your worries about using C++ as dominantly performance language (through boost, and other template libraries), and use your favourite high-level language (javascript, C#, java, lisp, rub, python, perl, etc.) as long as it has some form of freezing foreign array data (e.g. the garbage collector should not move it) and accessing it later.<br />
<br />
Put the management decisions of what work need to be done in the high-level language (it would be easier to organize such tasks there), and then write directly the low-level workers in OpenCL - most likely all OpenCL implementations would always have the compiler loaded so you can even change on the fly, instead of recompiling - much like GLSL in OpenGL.<br />
<br />
It would take quite time to catch on, but I think it might hit the sweet spot.</description>
			<pubDate>Sun, 09 Aug 2009 20:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (malkia)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by malkia</title>
			<link>http://www.osnews.com/thread?377871</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377871</guid>
			<description><div class="cquote">I've &quot;ported&quot; the nvidia nbody sample from their OpenCL package, to the AMD cpu based one.<br />
<br />
I can't comment on NVIDIA OpenCL benchmarks as I'm under NDA, but compared to the same CUDA sample it was 1.3GFLOPS for AMD/OpenCL (CPU) vs. 28GFLOPS CUDA (can't comment on NVIDIA OpenCL). Though I need to test again<br />
<br />
MacBook Pro (MacBookPro3,1)<br />
Intel Core 2 Duo 2.6 Ghz, 1 Processor, 2 cores, 4MB L2 Cache, 4GB Memory, Bus Speed 800Mhz<br />
GeForce 8600M GT (PCI-Express x16 width) 256MB<br />
<br />
Bootcampe'd Windows XP 32 bit Service Pack 3 using 190.38 nvidia drivers (bit modified to install on the 8600M - thanks to laptop2go)<br />
<br />
That to be said, CPU based OpenCL is exactly what we need. There are lots of servers, where graphics cards are not present, also if you have Remote-Desktop'd into such machine, the graphics driver is replaced and you can't use CUDA (won't comment on OpenCL). VNC is too slow for solution (maybe only HP RGS). And OpenCL would be there for the PS3 SPE's...<br />
<br />
The beauty of it, is that it offers a more restricted &quot;C&quot;-based language,  where you can still program normally (not an assembler), but it would still run efficiently. From that perspective, you can forget all your worries about using C++ as dominantly performance language (through boost, and other template libraries), and use your favourite high-level language (javascript, C#, java, lisp, rub, python, perl, etc.) as long as it has some form of freezing foreign array data (e.g. the garbage collector should not move it) and accessing it later.<br />
<br />
Put the management decisions of what work need to be done in the high-level language (it would be easier to organize such tasks there), and then write directly the low-level workers in OpenCL - most likely all OpenCL implementations would always have the compiler loaded so you can even change on the fly, instead of recompiling - much like GLSL in OpenGL.<br />
<br />
It would take quite time to catch on, but I think it might hit the sweet spot. </div><br />
<br />
You might want to retest that code because I'd imagine the GFLOPS between your Macbook Pro and the 8600GT will differ wildly as well.<br />
<br />
More to the point, you didn't actually mention the ATi card you tested against.</description>
			<pubDate>Mon, 10 Aug 2009 07:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by malkia</title>
			<link>http://www.osnews.com/thread?377873</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?377873</guid>
			<description><div class="cquote">More to the point, you didn't actually mention the ATi card you tested against. </div><br />
He didn't test against an ATI card.  &quot;<i>to the AMD cpu based one.</i>&quot; and &quot;<i>for AMD/OpenCL (CPU)</i>&quot; should be hints.</description>
			<pubDate>Mon, 10 Aug 2009 07:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (MamiyaOtaru)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Comment by malkia</title>
			<link>http://www.osnews.com/thread?378035</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?378035</guid>
			<description>I said 8600M GT, not 8600GT</description>
			<pubDate>Tue, 11 Aug 2009 10:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (malkia)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
