<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - parallel_for_each - C++ AMP - msdn mag companion part 3</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/DanielMoth/parallelforeach-C-AMP-msdn-mag-companion-part-3/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/3df7/8e9dce6b-6dc3-4c49-ac1e-f5e77c973df7/parallelforeachmsdnmagpart3_100.jpg</url>
		<title>Channel 9 - parallel_for_each - C++ AMP - msdn mag companion part 3</title>
		<link></link>
	</image>
	<description>Hi, I am Daniel Moth  This screencast is one part of a 4-part series accompanying my MSDN Magazine article that you can read online: A Code-Based Introduction to C&amp;#43;&amp;#43; AMP. Please watch first the screencasts that precede this part, and then follow the links below to watch the screencasts that follow it. Setup code - C&amp;#43;&amp;#43; AMP - msdn mag companion part 1 array_view, extent, index - C&amp;#43;&amp;#43; AMP - msdn mag companion part 2 parallel_for_each - C&amp;#43;&amp;#43; AMP - msdn mag companion part 3 accelerator - C&amp;#43;&amp;#43; AMP - msdn mag companion part 4 To learn more please visit the C&amp;#43;&amp;#43; AMP blog, and we encourage C&amp;#43;&amp;#43; AMP questions in the Parallel Computing in C&amp;#43;&amp;#43; and Native Code MSDN forum. </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 07:11:00 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 07:11:00 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: parallel_for_each - C++ AMP - msdn mag companion part 3</title>
		<description>
			<![CDATA[<p>Nice video. Thank you for uploading these <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>&nbsp;</p><p>You know the <strong>OpenCL 1.1 HelloWorld example</strong> from &quot;<strong>OpenCL Programming Guide</strong>&quot; by <strong>Aftab Munshi</strong> (editor of the OpenCL specification) -after removing all the comments- is <strong>around 260&#43; lines</strong> <strong>plus a 10-line kernel</strong>, and it <strong>exactly</strong> <strong>does the same thing</strong>: adding the corresponding elements of two arrays and putting the results in a third array. After watching this video, I'm really questioning the OpenCL's execution model and the need for all that explicit context creation, command queue creation, program object and memory object creation and alike in OpenCL! If we can do the same thing with ~50 lines of code, and with the simplicity we see in this video, why should&nbsp;we even bother using an execution model like OpenCL's? a performance comparison between C&#43;&#43; AMP, OpenCL and CUDA would be great to answer that question (I haven't seen any yet) it will defenitely tell us if we really need a complicated execution model like OpenCL's (or may be where do we need such a model)</p><p>posted by AliKouhzadi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/DanielMoth/parallelforeach-C-AMP-msdn-mag-companion-part-3#c634710461890504576</link>
		<pubDate>Thu, 26 Apr 2012 14:09:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/DanielMoth/parallelforeach-C-AMP-msdn-mag-companion-part-3#c634710461890504576</guid>
		<dc:creator>AliKouhzadi</dc:creator>
	</item>
	<item>
		<title>Re: parallel_for_each - C++ AMP - msdn mag companion part 3</title>
		<description>
			<![CDATA[<p>@<a href="/Blogs/DanielMoth/parallelforeach-C-AMP-msdn-mag-companion-part-3#c634710461890504576">AliKouhzadi</a>: Glad you like it!</p><p>An even simpler example of showing how productive you can be with C&#43;&#43; AMP is our <a href="http://blogs.msdn.com/b/nativeconcurrency/archive/2012/03/04/quot-hello-world-quot-in-c-amp.aspx">&quot;Hello World&quot; example</a>. We also have learning guides for those familiar with other programming models, please get them here: <a href="http://blogs.msdn.com/b/nativeconcurrency/archive/2012/04/11/c-amp-for-the-cuda-programmer.aspx">CUDA</a>, <a href="http://blogs.msdn.com/b/nativeconcurrency/archive/2012/04/10/c-amp-for-the-opencl-programmer.aspx">OpenCL</a>, <a href="http://blogs.msdn.com/b/nativeconcurrency/archive/2012/04/09/c-amp-for-the-directcompute-programmer.aspx">DirectCompute</a>.&nbsp;</p><p>The performance is comparable between all these approaches, and in our tests is not a factor for choosing one over the other, even now that the product is in Beta and we are still tuning the bits. Once we RTM, we invite anyone to measure the performance difference between C&#43;&#43; AMP and any other approach and share their workloads and results on a variety of hardware for comparison.</p><p>posted by Daniel Moth</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/DanielMoth/parallelforeach-C-AMP-msdn-mag-companion-part-3#c634710611684125292</link>
		<pubDate>Thu, 26 Apr 2012 18:19:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/DanielMoth/parallelforeach-C-AMP-msdn-mag-companion-part-3#c634710611684125292</guid>
		<dc:creator>Daniel Moth</dc:creator>
	</item>
</channel>
</rss>