C++ AMP book now available
The C++ AMP book by Kate Gregory and Ade Miller is now in print and available online and in good bookstores! It is a great place to start if you’re looking to get up and running with C++ AMP.
You can read a preview and buy the book on both the Amazon.com (paper and Kindle versions) and the O’Reilly web site (DRM free eBook, PDF and paper versions). You can also read it through Safari Books online. The source code for the samples and case studies is on CodePlex. Further details of the book can be found below.
C++ AMP
Accelerated Massive Parallelism with Microsoft Visual C++
Kate Gregory and Ade Miller
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
Table of contents
Foreword
Introduction
Chapter 1 Overview and C++ AMP Approach
Chapter 2 NBody Case Study
Chapter 3 C++ AMP Fundamentals
Chapter 4 Tiling
Chapter 5 Tiled NBody Case Study
Chapter 6 Debugging
Chapter 7 Optimization
Chapter 8 Performance Case Study—Reduction
Chapter 9 Working with Multiple Accelerators
Chapter 10 Cartoonizer Case Study
Chapter 11 Graphics Interop
Chapter 12 Tips, Tricks, and Best Practices
Appendix Other Resources
Comments
Anonymous
October 11, 2012
Eager to read the books. Thanks for the post. www.tnvbalaji.comAnonymous
October 11, 2012
goodAnonymous
October 16, 2012
Still no support?Anonymous
October 20, 2012
The comment has been removedAnonymous
October 22, 2012
Jo, I agree, in this context (OpenMP) this should say "is not parallelizable in it's current form". I've added this as an errata to the O'Reilly site. oreilly.com/.../errata.csp Thanks, Ade