From owner-freebsd-ports@freebsd.org Mon Nov 7 22:09:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3822AC355B5 for ; Mon, 7 Nov 2016 22:09:15 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E92601B1 for ; Mon, 7 Nov 2016 22:09:14 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 8616BB0032C; Mon, 7 Nov 2016 23:09:09 +0100 (CET) Received: from freedom.alkumuna.eu ([IPv6:2a01:e35:8a74:6e70:62a4:4cff:fe54:b212]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.15.2/8.15.2) with ESMTPSA id uA7M95GH021113 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 7 Nov 2016 23:09:08 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Mon, 7 Nov 2016 23:09:05 +0100 From: Matthieu Volat To: "Nilton Jose Rizzo" Subject: Re: clang support for compiler:openmp Message-ID: <20161107230905.2790395f@freedom.alkumuna.eu> In-Reply-To: <20161107215752.M68809@i805.com.br> References: <20161106073622.GA17279@athena.sysfault.org> <20161107165936.GB34216@spindle.one-eyed-alien.net> <20161107221259.48b198b6@freedom.alkumuna.eu> <20161107215752.M68809@i805.com.br> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/tGJgmrLfbqXu2XWizAX_QlZ"; protocol="application/pgp-signature" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alkumuna.eu; s=default; t=1478556548; bh=C/Dm+6WPg26lQBUdfn4tHm8Tx8K8I07oIl+7B4GbbBI=; h=Date:From:To:Subject:Message-ID:In-Reply-To:References:MIME-Version:Content-Type; b=CxhVdc8IphXb3+79e2hssbM1M5EFwl9WCm4UgUXIpOO9WD910ahW/4BlabvNJaQFA3f3F51ndCdilNZ3ZHoBvlvKaapgpoFUx7ZqNaIiYPL0MH0wzw7ourInKdeUbwKFUo2jh0lOM2ZvLtck6gzfEJYQz453OWsxxy+KttfhngY= X-Mailman-Approved-At: Mon, 07 Nov 2016 22:45:09 +0000 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 22:09:15 -0000 --Sig_/tGJgmrLfbqXu2XWizAX_QlZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 7 Nov 2016 18:59:26 -0300 "Nilton Jose Rizzo" wrote: > Em Mon, 7 Nov 2016 22:12:59 +0100, Matthieu Volat escreveu > > On Mon, 7 Nov 2016 16:59:36 +0000 > > Brooks Davis wrote: > > [...] >=20 > I have one question about a llvm and clang ports. it's possible > port the llvm 3.9 and clang 4.0.0 with cuda support? >=20 >=20 I don't think we'll see that anytime soon: even if there are now some compi= lers that produce cuda PTX bytecode, you neeed userland and kernel code to = actually compile it to native GPU code/push it/do data transfert, and only = the nvidia official driver do that for now. There's some of that in the linux compatibility part of the nvidia driver, = and some people managed to use it in the past, but right now, I'm not so su= re. -- Mazhe --Sig_/tGJgmrLfbqXu2XWizAX_QlZ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlgg+4EACgkQ+ENDeYKZi37uiQCgqETsdmlZ186m0UhwZfCxjUXz hvkAn36QVhuY78JX2HVsTxS7H6KtQML2 =wajz -----END PGP SIGNATURE----- --Sig_/tGJgmrLfbqXu2XWizAX_QlZ--