![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPV30aGFAgoj85YReIhW0bIsuOZxz5bDNIBMWAkHC5EjjR8Amp5IxitA8mz6PkVaIjtxZdoLw1rY3Y-7JsgtAon1ASnQSg2RO5Y2feZc_u_SYGGXyguZKq43P57iIsnsfrQivNPoR2FSI/s200/msdn.png)
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)
No comments:
Post a Comment