Sie sind hier

Accelerated Massive Parallelism (AMP)

Eintrag zuletzt aktualisiert am: 22.08.2012

"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 multidimensional arrays, indexing, memory transfer, tiling, and 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." (Microsoft)

Verfügbar ab: VS 2012