From: Hans Wennborg Date: Tue, 22 Jan 2019 17:01:39 +0000 (+0000) Subject: ReleaseNotes: remove openmp notes from r351580 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35f26b428280631889c27a32ea4c72d274f0756d;p=clang ReleaseNotes: remove openmp notes from r351580 They were for the 8.0 branch, and have been committed there in r351839. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351841 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 4a5e5aad93..a95a4b9057 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -133,36 +133,7 @@ ABI Changes in Clang OpenMP Support in Clang ---------------------------------- -- OpenMP 5.0 features - - - 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 the requires directive. - - Support nested declare target directives. - - Make the `this` pointer implicitly mapped as `map(this[:1])`. - - Added the `close` *map-type-modifier*. - -- 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. - -- New collapse clause scheme to avoid expensive remainder operations. - -- New default schedule for distribute and parallel constructs. - -- Simplified code generation for distribute and parallel in SPMD mode. - -- Flag (``-fopenmp_optimistic_collapse``) for user to limit collapsed - loop counter width when safe to do so. - -- General performance improvement. +- ... CUDA Support in Clang ---------------------