From owner-freebsd-questions@FreeBSD.ORG Fri Jul 4 22:52:38 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F49175A for ; Fri, 4 Jul 2014 22:52:38 +0000 (UTC) Received: from nm11-vm6.bullet.mail.ir2.yahoo.com (nm11-vm6.bullet.mail.ir2.yahoo.com [212.82.96.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 584752B4D for ; Fri, 4 Jul 2014 22:52:37 +0000 (UTC) Received: from [212.82.98.59] by nm11.bullet.mail.ir2.yahoo.com with NNFMP; 04 Jul 2014 22:49:26 -0000 Received: from [46.228.39.108] by tm12.bullet.mail.ir2.yahoo.com with NNFMP; 04 Jul 2014 22:49:26 -0000 Received: from [127.0.0.1] by smtp145.mail.ir2.yahoo.com with NNFMP; 04 Jul 2014 22:49:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1404514166; bh=VzQEsAR8eB04miI8wJQeriKO/B0LrrGw80D6u5e9hTk=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=QimiTW07RNawO8slGGb4TFJS0TXZY1qh/t8mK7ZtcqLT6Bv5qtXDyzH1URSZGFlJnjutafbhhSo+4g3Yd9XlabBk6y7wepEK4RVjkkkfhcJRWHs6u/zem+enoyyg1zSMQjg5aPs//2iy/pyIX0iS6wo4Lh7OG4NUdSxP94gJgRg= X-Yahoo-Newman-Id: 671476.11282.bm@smtp145.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: of_dmsUVM1n4d2QlWTqhnMwQtT05gOeX5SSY5HDg2uDMAdW 1Dg9upxnB6eBc_5AxY7dYZREo8x_KNjS2tjGEb_Lj1kzG1e2AqxOqyHNzogu kS6.ss7s2mXDKN5PCPRSzTHI2xd6VNz2ftXfrcYHsoa44D9yboVeZCb6uEh8 BhJhGMidErrE.NOmpI75fDuBZgEZfZiFBcvwB1t.bJvWlOjKOB4JL9l.gcsH nTC4glQTGfsAtTE94Y9Xtqz8KjJouuFX_TL7TSjUp7smp48P2EwxP.3UJIER lSL2agQZ_Si3kgDMQNSLtrH4LZ3B93HXCWd62vxZluMcfQ2kKsVCD6swOFrw b36GZ3NCA2uItdTBt5tGvR_PpU.BWgqEgVMjWfhaqExLlWmhrB863DAl4E.n bXUX5r5whuLENAvecRdO3a1hzT3L0NZFqw6vaCLiISwRMJU4kKxnWl4ZZ50r W33TqD4eJxEMFjKt7gxwki1y9CZznBGqQjVI9k1jLRyutoyRbnDB3UwpM2v6 URly3hzYmJZgRWjepdxz7eQTfqn_w1D1IDRGE1jqBCGfwZA-- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from localhost (emorrasg@212.21.233.80 with plain [98.139.211.125]) by smtp145.mail.ir2.yahoo.com with SMTP; 04 Jul 2014 22:49:26 +0000 UTC Date: Sat, 5 Jul 2014 00:49:36 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: OpenCL under FreeBSD-10? Message-Id: <20140705004936.86a175a89bd607eddb879eed@yahoo.es> In-Reply-To: <1404438060.76015.15.camel@btw.pki2.com> References: <1404438060.76015.15.camel@btw.pki2.com> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 22:52:38 -0000 On Thu, 03 Jul 2014 18:41:00 -0700 Dennis Glatting wrote: > Is there a working version of OpenCL somewhere for FreeBSD10? freeocl > is broken, badly. Googling a bit shows llvm libclc project that outputs PTX (Nvidia) code. Clang+llvm is part of the system, don't know if this piece of llvm project has been ported too. http://llvm.org http://libclc.llvm.org/ --- --- Eduardo Morras