public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Nathan Sidwell <nathan@acm.org>
To: Cesar Philippidis <cesar@codesourcery.com>,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [gomp4, wip] remove references to ganglocal shared memory inside gcc
Date: Thu, 27 Aug 2015 18:12:00 -0000	[thread overview]
Message-ID: <55DF5139.7070903@acm.org> (raw)
In-Reply-To: <55DF4807.1040702@codesourcery.com>

On 08/27/15 13:25, Cesar Philippidis wrote:
> On 08/27/2015 06:13 AM, Nathan Sidwell wrote:

> I'll create a follow up patch for that later, probably after I finish

ok

> working on the auto-independent loop patch. In the meantime, I'm found a
> bug where acc routine calls aren't being checked for compatible
> parallelism. E.g.
>
>    #pragma acc routine gang
>    void foo ();
>
>    ...
>
>    #pragma acc parallel loop worker
>    for (...)
>       foo ();
>
> The call to foo isn't being reported as an error, which it should. I'm
> testing a fix for this.

Yeah, I discovered  this yesterday, coincidentally when the partition merging 
optimization blew up.  thanks for fixing.

nathan

  reply	other threads:[~2015-08-27 18:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27  1:47 Cesar Philippidis
2015-08-27 13:14 ` Nathan Sidwell
2015-08-27 17:55   ` Cesar Philippidis
2015-08-27 18:12     ` Nathan Sidwell [this message]
2015-09-01 16:30 ` Tom de Vries
2015-09-18  8:40   ` Thomas Schwinge
2015-09-18 13:52     ` Cesar Philippidis
2015-09-23 10:59       ` Thomas Schwinge
2015-09-01 16:31 ` Tom de Vries

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=55DF5139.7070903@acm.org \
    --to=nathan@acm.org \
    --cc=cesar@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).