public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Tobias Burnus <burnus@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 61f7e6b543726bfa61793f72357913bc6a579342
Date: Mon, 12 Oct 2020 08:35:42 +0000 (GMT)	[thread overview]
Message-ID: <20201012083542.67E63385780A@sourceware.org> (raw)

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  61f7e6b543726bfa61793f72357913bc6a579342 (commit)
      from  df48cfe754f3ec94c83955c29133baa9580bc1df (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 61f7e6b543726bfa61793f72357913bc6a579342
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Oct 12 10:35:27 2020 +0200

    gcc-11 + project/gomp: OpenMP status update
    
            * htdocs/gcc-11/changes.html (languages): Add another newly
            supported clause: device_type.
            * htdocs/projects/gomp/index.html: Mention offloading support; add
            post-2015 news items.

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index e2a32e51..f7417622 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -123,6 +123,7 @@ a work-in-progress.</p>
       For Fortran, OpenMP 4.5 is now finally fully supported and OpenMP 5.0
       support has been extended, including the following features which were
       before only available in C and C++: <code>order(concurrent)</code>,
+      <code>device_type</code>,
       <code>lastprivate</code> with <code>conditional</code> modifier,
       <code>if</code> clause with <code>simd</code> and <code>cancel</code>
       modifiers, <code>target data</code> without <code>map</code> clause,
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 70e6d95a..2c83ccf8 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -36,6 +36,12 @@ environments. Using OpenMP's directive-based parallelism also
 simplifies the act of converting existing serial code to
 efficient parallel code.</p>
 
+<p>OpenMP additionally permits to offload computations on
+accelerators such as <abbr title="Graphical Processing Units">GPUs</abbr>,
+making use of their highly parallel computation support; if
+no accelarator is available, as fallback, the computation is
+then done on the host.</p>
+
 <h2>Project goal</h2>
 <p>To remain relevant, free software development tools must
 support emerging technologies. By implementing OpenMP, GOMP
@@ -63,6 +69,43 @@ available.</p>
 
 <h2>Status</h2>
 <dl>
+<dt><b>August 20, 2020</b></dt>
+<dd><p><a href="https://www.openmp.org/wp-content/uploads/openmp-TR9.pdf">OpenMP
+Technical Report 9: Version 5.1 Public Comment Draft</a> has been released.</p></dd>
+
+<dt><b>May 7, 2020</b></dt>
+<dd><p><a "../../gcc-10/">GCC 10 has been released</a>; it adds a number of
+newly implemented OpenMP 5.0 features on top of the GCC 9 release such as
+<code>conditional</code> <code>lastprivate</code> clause, <code>scan</code>
+and <code>loop</code> directives, <code>order(concurrent)</code> and
+<code>use_device_addr</code> clauses support, <code>if</code> clause on
+<code>simd</code> construct or partial support for the
+<code>declare&nbsp;variant</code> directive, getting closer to full support
+of the OpenMP 5.0 standard.</p></dd>
+
+<dt><b>May 3, 2019</b></dt>
+<dd><p><a "../../gcc-9/">GCC 9 has been released</a> and
+version 5.0 of the OpenMP specification is now partially supported in the C
+and C++ compilers. For details which features of OpenMP 5.0 are and which
+are not supported in the GCC 9 release see
+<a href=https://gcc.gnu.org/ml/gcc-patches/2018-11/msg00628.html>this mail</a>.
+</p></dd>
+
+<dt><b>November 8, 2018</b></dt>
+<dd><p>The <a href="https://www.openmp.org/specifications/">OpenMP v5.0</a>
+specification has been released.</p></dd>
+
+<dt><b>May 2, 2017</b></dt>
+<dd><p><a "../../gcc-7/">GCC 7 has been released</a> and
+version 4.5 of the OpenMP specification is now partially supported in the
+Fortran compiler; the largest missing item is structure element
+mapping.</p></dd>
+
+<dt><b>April 27, 2016</b></dt>
+<dd><p><a "../../gcc-6/">GCC 6 has been released</a> and
+version 4.5 of the OpenMP specification is now supported in the C and
+C++ compilers</p></dd>
+
 <dt><b>November 14, 2015</b></dt>
 <dd><p>The final <a
 href="https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf">OpenMP v4.5</a>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-11/changes.html      |  1 +
 htdocs/projects/gomp/index.html | 43 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2020-10-12  8:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201012083542.67E63385780A@sourceware.org \
    --to=burnus@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).