C++ AMP: Accelerated Massive Parallelism with Microsoft Visual C++
25 September 2012
@book{gregory2012c++,
title={C++ AMP: Accelerated Massive Parallelism with Microsoft{\textregistered} Visual C++{\textregistered}},
author={Gregory, Kate and Miller, Ade},
year={2012},
publisher={O’Reilly Media, Inc.}
}
Capitalize on the faster GPU processors in today’s computers with the C++ AMP code library—and bring massive parallelism to your project. With this practical book, experienced C++ developers will learn parallel programming fundamentals with C++ AMP through detailed examples, code snippets, and case studies. Learn the advantages of parallelism and get best practices for harnessing this library in your applications.
Discover how to:
– Gain greater code performance using graphics processing units (GPUs)
– Choose accelerators that enable you to write code for GPUs
– Apply thread tiles, tile barriers, and tile static memory
– Debug C++ AMP code with Microsoft Visual Studio®
– Use profiling tools to track the performance of your code
December 13, 2014 by AlexVlx