From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82123 invoked by alias); 19 Jul 2015 20:30:59 -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 82111 invoked by uid 89); 19 Jul 2015 20:30:58 -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_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 20:30:57 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZGvEc-0007gB-1t from Thomas_Schwinge@mentor.com for gcc-patches@gcc.gnu.org; Sun, 19 Jul 2015 13:30:54 -0700 Received: from tftp-cs (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Sun, 19 Jul 2015 13:30:53 -0700 Received: by tftp-cs (Postfix, from userid 49978) id 0D4DAC2102; Sun, 19 Jul 2015 13:30:52 -0700 (PDT) From: Thomas Schwinge To: Nathan Sidwell , Tom de Vries CC: GCC Patches Subject: Re: [gomp4] remove kernel-specific launch In-Reply-To: <55AB97C0.4080303@acm.org> References: <55AB97C0.4080303@acm.org> User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu) Date: Sun, 19 Jul 2015 21:05:00 -0000 Message-ID: <87y4ibubyj.fsf@kepler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2015-07/txt/msg01619.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 859 Hi! On Sun, 19 Jul 2015 08:27:44 -0400, Nathan Sidwell wrote: > Tom, > as we discussed this patch removes the GOACC_kernels call, which forwards= to=20 > GOACC_parallel. We simply call GOACC_parallel directly. >=20 > ok for gomp4 branch? > gcc/ > * omp-low.c (expand_omp_target): Convert to > BUILT_IN_GOACC_PARALLEL. Remove BUILT_IN_GOACC_KERNELS cases. > * omp-builtins.def (BUILT_IN_GOACC_KERNELS): Delete. >=20 > libgomp/ > * oacc-parallel.c (GOACC_kernels): Delete. Yes, thanks for the cleanup. Please also adjust/remove the following: gcc/tree-parloops.c: /* Remove GOACC_kernels. */ libgomp/libgomp.map: GOACC_kernels; libgomp/libgomp_g.h:extern void GOACC_kernels (int, void (*) (void *), = size_t, Does it make sense then to rename GOACC_kernels_internal to GOACC_kernels? Gr=C3=BC=C3=9Fe, Thomas --=-=-= Content-Type: application/pgp-signature; name="signature.asc" Content-length: 472 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVrAj0AAoJEK3/DN1sMFFtrA4H/iK4fUPjFDGFyWZaBE9vW6/E inJoYRw8DKj3Pp7Qm4jVvl9rcxlk9kZU7X8+yn+dcRAK+r3AvtJW5TRVHgFw9fd/ O6oQqAh/63MODDO+ICdjbRFxbelCawTchLUKukS3v56GlbHsCPW1obPZZjNunqSF WrkNeXymIvwrOHVkzm6ZFYotFtjGnsvJcsbHWw81Y2LfDPH6OCclf1DaPtQvzFSL efy3oMIgDMIbQpm+dIFzeOWCqYRW2HzuiL3Ni2c5pwQPXgMXB6jp6sqX2P2/5Y5g Dw682fs6MlxjYvN5C/YKLcXbn+WapB7HMMICsJWkWCpRM55xNP1GQakRM+dNhiA= =9gQ7 -----END PGP SIGNATURE----- --=-=-=--