Skip to content

Commit 27415fd

Browse files
committed
mention that amp is deprecated.
1 parent bb910a9 commit 27415fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/parallel/amp/cpp-amp-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ms.assetid: 9e593b06-6e3c-43e9-8bae-6d89efdd39fc
77
---
88
# C++ AMP Overview
99

10+
> [!NOTE]
11+
> C++ AMP is deprecated, starting with Visual Studio 2022 version 17.0.
12+
1013
C++ Accelerated Massive Parallelism (C++ AMP) accelerates execution of C++ code by taking advantage of data-parallel hardware such as a graphics processing unit (GPU) on a discrete graphics card. By using C++ AMP, you can code multi-dimensional data algorithms so that execution can be accelerated by using parallelism on heterogeneous hardware. The C++ AMP programming model includes multidimensional arrays, indexing, memory transfer, tiling, and a mathematical function library. You can use C++ AMP language extensions to control how data is moved from the CPU to the GPU and back, so that you can improve performance.
1114

1215
## System Requirements

0 commit comments

Comments
 (0)