From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42209 invoked by alias); 24 Feb 2020 09:30:15 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 42055 invoked by uid 9665); 24 Feb 2020 09:30:08 -0000 Date: Mon, 24 Feb 2020 09:30:00 -0000 Message-ID: <20200224093008.42052.qmail@sourceware.org> From: burnus@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8c9fba2f83ef9bdace2fb6288f555c78949adfb6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a4fcfa9eab53d3ed6f3690460fc0edfb1129a561 X-Git-Newrev: 8c9fba2f83ef9bdace2fb6288f555c78949adfb6 X-SW-Source: 2020/txt/msg00092.txt 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 8c9fba2f83ef9bdace2fb6288f555c78949adfb6 (commit) from a4fcfa9eab53d3ed6f3690460fc0edfb1129a561 (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 8c9fba2f83ef9bdace2fb6288f555c78949adfb6 Author: Tobias Burnus Date: Mon Feb 24 10:29:11 2020 +0100 OpenACC + AMD GCN entry for gcc-10/changes.html diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 2920714..83b1f07 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -142,7 +142,25 @@ a work-in-progress.

-

New Languages and Language specific improvements

+

New Languages and Language-Specific Improvements

+ +
    +
  • + Version 2.6 of the OpenACC + specification is now supported in the C, C++ and Fortran compilers. + See the implementation + status section on the OpenACC wiki page and the + + run-time library documentation for further information. +
  • +
  • + OpenMP and OpenACC now support + offloading to AMD Radeon + (GCN) GPUs; supported are the third-generation Fiji (fiji) + and the fifth-generation VEGA 10/VEGA 20 (gfx900 or + gfx906).
  • + +
@@ -533,6 +551,12 @@ a work-in-progress.

+

AMD Radeon (GCN)

+
    +
  • The code generation and in particular the vectorization support has been + much improved.
  • +
+

arm

----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs