diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2019-01-09 20:32:56 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-01-09 20:32:56 +0000 |
commit | 2819d4d19c88b0ec9f1d76dd3beec0aea2076a44 (patch) | |
tree | 27193c64c0712f742d7d871cf27b1db1c5a5fb81 /clang/docs/ReleaseNotes.rst | |
parent | e9b4a225bbb76d866dad333b8f04783358d7d99c (diff) | |
download | bcm5719-llvm-2819d4d19c88b0ec9f1d76dd3beec0aea2076a44.tar.gz bcm5719-llvm-2819d4d19c88b0ec9f1d76dd3beec0aea2076a44.zip |
[OPENMP][DOCS]Release notes/OpenMP support updates, NFC.
llvm-svn: 350757
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 2948812dc06..64991343d9d 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -233,6 +233,24 @@ ABI Changes in Clang OpenMP Support in Clang ---------------------------------- +- Support relational-op != (not-equal) as one of the canonical forms of random + access iterator. + +- Added support for mapping of the lambdas in target regions. + +- Added parsing/sema analysis for OpenMP 5.0 requires directive. + +- Various bugfixes and improvements. + +New features supported for Cuda devices: + +- Added support for the reductions across the teams. + +- Extended number of constructs that can be executed in SPMD mode. + +- Fixed support for lastprivate/reduction variables in SPMD constructs. + +- General performance improvement. CUDA Support in Clang --------------------- |