This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 63ec7929a112801932512bcaa1daa099c5f5e70e (commit) from 5c57cf68b55578d49f4fca7389dfba35ddbb53b5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 63ec7929a112801932512bcaa1daa099c5f5e70e Author: Tobias Burnus <tbur...@baylibre.com> Date: Sat Sep 21 14:20:44 2024 +0200 gcc-15: Update OpenMP section for constr/destr on devices + UID routines diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 7c372688..38ac2746 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -55,11 +55,17 @@ a work-in-progress.</p> GPUs, writing to the terminal</a> from OpenMP target regions (but not from OpenACC compute regions) is now also supported in Fortran; in C/C++ and on AMD GPUs this was already supported before with both OpenMP and OpenACC. + Constructors and destructors on the device side for <code>declare target</code> + static aggregates are now handled. </li> <li> OpenMP 5.1: The <code>unroll</code> and <code>tile</code> loop-transformation constructs are now supported. </li> + <li> + OpenMP 6.0: The <code>get_device_from_uid</code> and + <code>omp_get_uid_from_device</code> API routines have been added. + </li> </ul> </ul> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs