[llvm-commits] [www] r167154 - /www/trunk/devmtg/2012-11/index.html

Tanya Lattner tonic at nondot.org
Wed Oct 31 11:38:59 PDT 2012


Author: tbrethou
Date: Wed Oct 31 13:38:59 2012
New Revision: 167154

URL: http://llvm.org/viewvc/llvm-project?rev=167154&view=rev
Log:
Tweak summary.

Modified:
    www/trunk/devmtg/2012-11/index.html

Modified: www/trunk/devmtg/2012-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2012-11/index.html?rev=167154&r1=167153&r2=167154&view=diff
==============================================================================
--- www/trunk/devmtg/2012-11/index.html (original)
+++ www/trunk/devmtg/2012-11/index.html Wed Oct 31 13:38:59 2012
@@ -223,7 +223,7 @@
 <p>
 <b><a id="talk10">Shevlin Park: A C++ AMP implementation in Clang/LLVM using OpenCL</a></b><br>
 <i>Dillon Sharlet - Intel</i><br>
-We describe “Shevlin Park”, a prototype implementation of Microsoft’s C++AMP built on CLANG, LLVM, and OpenCL.    We fully describe Shevlin Park’s implementation including how CLANG/LLVM can be augmented to easily accommodate C++AMP programming constructs, how C++AMP computation can be expressed as OpenCL compute kernels, and finally how the C++AMP runtime library can be easily implemented on an OpenCL runtime.   Using several benchmarks, we evaluate Shevlin Park’s performance  versus Microsoft’s DirectX based C++AMP, and also against conventional OpenCL.  
+We describe “Shevlin Park”, a prototype implementation of Microsoft’s C++AMP built on CLANG, LLVM, and OpenCL. We fully describe Shevlin Park’s implementation including how CLANG/LLVM can be augmented to easily accommodate C++AMP programming constructs, how C++AMP computation can be expressed as OpenCL compute kernels, and finally how the C++AMP runtime library can be easily implemented on an OpenCL runtime. Using several benchmarks, we evaluate Shevlin Park’s performance, Microsoft’s DirectX based C++AMP, and also conventional OpenCL.
 </p>
 
 <p> 





More information about the llvm-commits mailing list