Author: hans Date: Tue Jan 22 09:01:39 2019 New Revision: 351841 URL: http://llvm.org/viewvc/llvm-project?rev=351841&view=rev Log: ReleaseNotes: remove openmp notes from r351580
They were for the 8.0 branch, and have been committed there in r351839. Modified: cfe/trunk/docs/ReleaseNotes.rst Modified: cfe/trunk/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=351841&r1=351840&r2=351841&view=diff ============================================================================== --- cfe/trunk/docs/ReleaseNotes.rst (original) +++ cfe/trunk/docs/ReleaseNotes.rst Tue Jan 22 09:01:39 2019 @@ -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 --------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits