From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116688 invoked by alias); 28 Jul 2015 17:04:01 -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 116675 invoked by uid 89); 28 Jul 2015 17:04:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f50.google.com Received: from mail-qg0-f50.google.com (HELO mail-qg0-f50.google.com) (209.85.192.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 28 Jul 2015 17:03:59 +0000 Received: by qges31 with SMTP id s31so32197146qge.3 for ; Tue, 28 Jul 2015 10:03:57 -0700 (PDT) X-Received: by 10.140.20.115 with SMTP id 106mr50623010qgi.87.1438103037655; Tue, 28 Jul 2015 10:03:57 -0700 (PDT) Received: from ?IPv6:2601:181:c000:c497:a2a8:cdff:fe3e:b48? ([2601:181:c000:c497:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id j50sm160772qge.38.2015.07.28.10.03.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jul 2015 10:03:57 -0700 (PDT) Subject: Re: [gomp4] Redesign oacc_parallel launch API To: GCC Patches References: <55B7B332.1010603@acm.org> Cc: Jakub Jelinek , Thomas Schwinge From: Nathan Sidwell Message-ID: <55B7B5FC.1020607@acm.org> Date: Tue, 28 Jul 2015 17:46:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55B7B332.1010603@acm.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg02393.txt.bz2 Oh, one more thing. I placed constants for the 3 launch dimensions into gomp-constants.h, as they are needed by both library and compiler. Working on a patch to remove the current set of constants from omp-low.h nathan