summaryrefslogtreecommitdiffstats
path: root/clang/docs/OpenMPSupport.rst
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-01-09 20:32:56 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-01-09 20:32:56 +0000
commit2819d4d19c88b0ec9f1d76dd3beec0aea2076a44 (patch)
tree27193c64c0712f742d7d871cf27b1db1c5a5fb81 /clang/docs/OpenMPSupport.rst
parente9b4a225bbb76d866dad333b8f04783358d7d99c (diff)
downloadbcm5719-llvm-2819d4d19c88b0ec9f1d76dd3beec0aea2076a44.tar.gz
bcm5719-llvm-2819d4d19c88b0ec9f1d76dd3beec0aea2076a44.zip
[OPENMP][DOCS]Release notes/OpenMP support updates, NFC.
llvm-svn: 350757
Diffstat (limited to 'clang/docs/OpenMPSupport.rst')
-rw-r--r--clang/docs/OpenMPSupport.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index e8ec1e371b0..5ca3613cdea 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -66,12 +66,11 @@ Combined directives
* #pragma omp target teams distribute parallel for [simd]: :good:`Complete`.
-Clang does not support any constructs/updates from upcoming OpenMP 5.0 except
+Clang does not support any constructs/updates from OpenMP 5.0 except
for `reduction`-based clauses in the `task` and `target`-based directives.
In addition, the LLVM OpenMP runtime `libomp` supports the OpenMP Tools
Interface (OMPT) on x86, x86_64, AArch64, and PPC64 on Linux, Windows, and mac OS.
-ows, and mac OS.
.. _basic support for Cuda devices:
@@ -112,8 +111,6 @@ between the threads in the parallel regions.
Features not supported or with limited support for Cuda devices
---------------------------------------------------------------
-- Reductions across the teams are not supported yet.
-
- Cancellation constructs are not supported.
- Doacross loop nest is not supported.
OpenPOWER on IntegriCloud