Skip to content

Commit 3cc4398

Browse files
authored
Merge pull request MicrosoftDocs#3221 from barcharcraz/amp_deprecate
Add mention of C++ AMP deprecation
2 parents 448b198 + 4b57595 commit 3cc4398

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

10+
> [!NOTE]
11+
> C++ AMP headers are deprecated, starting with Visual Studio 2022 version 17.0.
12+
> Including any AMP headers will generate build errors. Define `_SILENCE_AMP_DEPRECATION_WARNINGS` before including any AMP headers to silence the warnings.
13+
1014
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.
1115

1216
## System Requirements

0 commit comments

Comments
 (0)