From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85975 invoked by alias); 5 Sep 2019 15:01:34 -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 85918 invoked by uid 89); 5 Sep 2019 15:01:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:789, H*f:sk:499c97e, H*i:sk:499c97e X-HELO: esa3.mentor.iphmx.com Received: from esa3.mentor.iphmx.com (HELO esa3.mentor.iphmx.com) (68.232.137.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Sep 2019 15:01:28 +0000 IronPort-SDR: B4QVOlngiL9sn61aqcz0lEUFBNvSx8p04BQyfkwygqzuURv0YP2UEASKAVs1ami24+JVzwkD40 fUcyXVEoeSJ7Hq+GO/L+ruWtsJD3IfEZDSTPOM9P396tyAqdxLwojzxAxTdozahaOoctITB+sw UZOl6faPHyKCGdInV2VxI0RqfS1he0VP6C/dJPDj4L1R8KgmGEnVYAsPo8EOtQjqj3dnoU/Epq +P21c8gIvaz0aEyuKAzJGCxDC9MLk+frL7yZjblX1q1W/ULRzMh6LF5BTUuuJ4MroO9+AbuxQ/ jp4= Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 05 Sep 2019 07:01:24 -0800 IronPort-SDR: XhA8Mi9Z5MSwl8TFpfCiOGh91/7EE7uVSNFoT+guG/XCWTe53y2hpFMzNjY8rwfVNSYE4WCoSE S/XhP8JyujC5fBcwgwqWdmPNOjUYkJqsEOBRQCZYqrDoF8QuYo+ACrz+o1SG2yWb6ANdTHwdiV wNpNbxWTzW8PeiWKGumImfwpneli8nkcssj7HxVAgCCP9OrGPz++dWAM7rMAEUXshfgYQZzwui XulICZzHB6VsLLsuzHDGTUiKgzuJq6c+gI5txneoToOrMlvQvk2/pGl50U15O86D3DPOGlB0Kq R4M= Date: Thu, 05 Sep 2019 15:01:00 -0000 From: Julian Brown To: Chung-Lin Tang CC: , , Andrew Stubbs Subject: Re: [PATCH 2/6] [og9] OpenACC middle-end worker-partitioning support Message-ID: <20190905160119.29b3ec1a@squid.athome> In-Reply-To: <499c97e1-236a-1810-74f3-c98066c2a59e@mentor.com> References: <1de0113e1a6807da85e5c7b0f7d473234f78dd45.1567644180.git.julian@codesourcery.com> <499c97e1-236a-1810-74f3-c98066c2a59e@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-Path: julian@codesourcery.com X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00301.txt.bz2 On Thu, 5 Sep 2019 21:52:00 +0800 Chung-Lin Tang wrote: > On 2019/9/5 9:45 AM, Julian Brown wrote: > > Much of omp-sese.c originates from code written for NVPTX by Nathan > > Sidwell (adapted to work on gimple instead of RTL) -- though at > > present, only the per-basic-block scheme is implemented, and the > > SESE-finding algorithm isn't yet used. > > Hi Julian, > it appears that this part broke NVPTX builds due to the duplicate > stuff in config/nvptx/nvptx.c and the new omp-sese.c file (e.g. > struct parallel). Can you fix this? (being able to factor away stuff > from nvptx backend into the middle-end seems a good idea in general) Apologies -- I'll investigate. Thanks, Julian