public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tobias Burnus <tobias@codesourcery.com>
To: gcc-patches <gcc-patches@gcc.gnu.org>
Subject: [committed] libgomp.texi: Impl. status - non-rect loop nest only partial
Date: Mon, 23 Jan 2023 09:48:33 +0100	[thread overview]
Message-ID: <42a434b3-4574-23b4-d8a0-ded59d2f7fbe@codesourcery.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]

As discussed in the thread
   Re: [wwwdocs] gcc-13/changes.html + projects/gomp/: OpenMP update
   https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610324.html
in https://gcc.gnu.org/PR107424 and the thread starting at
   OpenMP/Fortran: Partially fix non-rect loop nests [PR107424]
   https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610240.html
the Fortrans support is still incomplete.

As suggested in the wwwdocs thread (see link), the implementation status
for Fortran needs to be 'P'.

(Short version of the issue: currently, there are many issues with
non-rectangular loop nests; the nearly ready patches will fix those
for stride == -1 and 1. Ideas exist for other strides, but this may
take a few more days to get resolved.)

Committed as r13-5287-g20552407ae11b61fccb46b3e96a8814e790254e7

Tobias
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955

[-- Attachment #2: committed.diff --]
[-- Type: text/x-patch, Size: 1111 bytes --]

commit 20552407ae11b61fccb46b3e96a8814e790254e7
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Jan 23 09:40:41 2023 +0100

    libgomp.texi: Impl. status - non-rect loop nest only partial
    
    libgomp/
            * libgomp.texi (OpenMP 5.0): Set non-rectangular
            loop nest back to 'P' as Fortran support is incomplete.

diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 1267c2304a5..67a05111289 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -195,7 +195,7 @@ The OpenMP 4.5 specification is fully supported.
       @tab complete but no non-host devices provides @code{unified_address},
       @code{unified_shared_memory} or @code{reverse_offload}
 @item @code{teams} construct outside an enclosing target region @tab Y @tab
-@item Non-rectangular loop nests @tab Y @tab
+@item Non-rectangular loop nests @tab P @tab Full support for C/C++, partial for Fortran
 @item @code{!=} as relational-op in canonical loop form for C/C++ @tab Y @tab
 @item @code{nonmonotonic} as default loop schedule modifier for worksharing-loop
       constructs @tab Y @tab

                 reply	other threads:[~2023-01-23  8:48 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=42a434b3-4574-23b4-d8a0-ded59d2f7fbe@codesourcery.com \
    --to=tobias@codesourcery.com \
    --cc=gcc-patches@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).