Get started with C++ AMP
Posted
by Daniel Moth
on Daniel Moth
See other posts from Daniel Moth
or by Daniel Moth
Published on Wed, 25 Jul 2012 06:22:57 GMT
Indexed on
2012/08/27
21:51 UTC
Read the original article
Hit count: 754
GPGPU
|ParallelComputing
With the imminent release of Visual Studio 2012, even if you do not classify yourself as a C++ developer, C++ AMP is something you should learn so you can understand how to speed up your loops by offloading to the GPU the computation performed in the loop (assuming you have large number of iterations/data). We have many C# customers who are using C++ AMP through pinvoke, and of course many more directly from C++.
So regardless of your programming language, I hope you'll find helpful these short videos that help you get started with C++ AMP
- C++ AMP core API introduction... from scratch
- Tiling Introduction - C++ AMP
- Matrix Multiplication with C++ AMP
- GPU debugging in Visual Studio 2012
In particular the work we have done for parallel and GPU debugging in Visual Studio 2012 is market leading, so check it out!
Comments about this post by Daniel Moth welcome at the original blog.
© Daniel Moth or respective owner