Wednesday, February 8, 2012
Microsoft C++ Accelerated Massive Parallelism (C++ AMP) preview
C++ Accelerated Massive Parallelism (C++ AMP) accelerates the execution of your C++ code by taking advantage of the data-parallel hardware that is commonly present as a GPU on a discrete graphics card. The C++ AMP programming model includes support for multidimensional arrays, indexing, memory transfer, and tiling. It also includes a mathematical function library. C++ AMP language extensions and compiler restrictions enable you to control how data is moved from the CPU to the GPU and back.
It's a preview document in MSDN for C++ Accelerated Massive Parallelism (C++ AMP)
Labels:
Reference
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment