From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102963 invoked by alias); 25 Jul 2017 15:03:20 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 102922 invoked by uid 89); 25 Jul 2017 15:03:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:723, quality X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Jul 2017 15:03:17 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtp id 1da1Mh-00021k-6l from ChungLin_Tang@mentor.com for gcc-patches@gcc.gnu.org; Tue, 25 Jul 2017 08:03:15 -0700 Received: from svr-orw-mbx-02.mgc.mentorg.com (147.34.90.202) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Tue, 25 Jul 2017 08:03:13 -0700 Received: from [0.0.0.0] (147.34.91.1) by svr-orw-mbx-02.mgc.mentorg.com (147.34.90.202) with Microsoft SMTP Server (TLS) id 15.0.1263.5 via Frontend Transport; Tue, 25 Jul 2017 08:03:12 -0700 Subject: Re: [gomp4] OpenACC async re-work To: Cesar Philippidis , gcc-patches , Thomas Schwinge References: <469ff96f-b7de-cac6-0051-e23f70997cf4@codesourcery.com> <96ee71af-5ab2-4c8b-965a-74813c20e075@mentor.com> <957af04c-b58c-7d55-8713-b750815b32d4@codesourcery.com> <3fbd22b8-e946-c391-08b3-0f9c53b849c3@codesourcery.com> From: Chung-Lin Tang Message-ID: <8b5aab06-99a6-6cb9-475c-11e7366b5f96@mentor.com> Date: Tue, 25 Jul 2017 15:03:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <3fbd22b8-e946-c391-08b3-0f9c53b849c3@codesourcery.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2017-07/txt/msg01587.txt.bz2 On 2017/7/25 10:09 PM, Cesar Philippidis wrote: > On 07/25/2017 05:51 AM, Chung-Lin Tang wrote: >> On 2017/6/29 6:31 AM, Cesar Philippidis wrote: > >> Attached is the updated version of the patch, re-tested. >> >> Thomas, do you need some more time to look over it? Or should I commit it first? > > I'm not too concerned about the profiling stuff because that should be > considered beta quality (because it's still not fully implemented). > > We'll probably need to revisit the locking stuff later, but this patch > is OK for og7. I suspect that we may have to make other locking tweaks > in the nvptx plugin anyway. > > Cesar > Patch has been committed to gomp-4_0-branch. Chung-Lin