From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103183 invoked by alias); 19 Jul 2015 16:14:57 -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 103171 invoked by uid 89); 19 Jul 2015 16:14:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 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; Sun, 19 Jul 2015 16:14:55 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1ZGrEo-0007hY-O3 from Tom_deVries@mentor.com ; Sun, 19 Jul 2015 09:14:50 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Sun, 19 Jul 2015 17:14:49 +0100 Message-ID: <55ABCCF2.7050700@mentor.com> Date: Sun, 19 Jul 2015 17:13:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Nathan Sidwell CC: GCC Patches Subject: Re: [gomp4] remove kernel-specific launch References: <55AB97C0.4080303@acm.org> In-Reply-To: <55AB97C0.4080303@acm.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg01611.txt.bz2 On 19/07/15 14:27, Nathan Sidwell wrote: > Tom, > as we discussed this patch removes the GOACC_kernels call, which > forwards to GOACC_parallel. We simply call GOACC_parallel directly. > > ok for gomp4 branch? > Hi Nathan, yes, that looks good. Thanks, - Tom