From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35931 invoked by alias); 27 Aug 2015 01:23:53 -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 35920 invoked by uid 89); 27 Aug 2015 01:23:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 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; Thu, 27 Aug 2015 01:23:51 +0000 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1ZUlut-0004zD-Nc from Cesar_Philippidis@mentor.com ; Wed, 26 Aug 2015 18:23:47 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.3.224.2; Wed, 26 Aug 2015 18:23:46 -0700 Message-ID: <55DE66A2.2000909@mentor.com> Date: Thu, 27 Aug 2015 01:29:00 -0000 From: Cesar Philippidis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" , Nathan Sidwell , Jakub Jelinek Subject: Re: [gomp4] lowering OpenACC reductions References: <55D79152.1090406@codesourcery.com> In-Reply-To: <55D79152.1090406@codesourcery.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg01656.txt.bz2 On 08/21/2015 02:00 PM, Cesar Philippidis wrote: > This patch teaches omplower how to utilize the new OpenACC reduction > framework described in Nathan's document, which was posted here > . Here is the > infrastructure patch > , and here's > the nvptx backend changes > . The updated > reduction tests have been posted here > . All of these patches have been committed to gomp-4_0-branch. Cesar