| Begriff |
Accelerated Massive Parallelism |
| Abkürzung |
AMP |
| Synonyme/Aliase |
|
Erläuterung des Begriffs
Accelerated Massive Parallelism
"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 11
Querverweise zu anderen Begriffen im Lexikon
Compiler Hardware
|