From owner-freebsd-current@freebsd.org Fri Sep 18 06:53:14 2015 Return-Path: Delivered-To: freebsd-current@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 449879CDE63 for ; Fri, 18 Sep 2015 06:53:14 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (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 F3F9611FB; Fri, 18 Sep 2015 06:53:13 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtp (envelope-from ) id <1ZcpXi-002WAg-Kv>; Fri, 18 Sep 2015 08:53:10 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (envelope-from ) id <1ZcpXi-001tv1-DD>; Fri, 18 Sep 2015 08:53:10 +0200 Date: Fri, 18 Sep 2015 08:53:05 +0200 From: "O. Hartmann" To: Shane Ambler Cc: Shawn Webb , Jean-S??bastien P??dron , freebsd-current@freebsd.org Subject: Re: Intel Haswell support - Any updates? Message-ID: <20150918085305.7ba727d7@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <55FBAF91.7030002@ShaneWare.Biz> References: <55FA7324.5010603@icloud.com> <55FAF19F.9090701@FreeBSD.org> <20150917172059.GB88816@mutt-hardenedbsd.hardenedbsd.dev> <55FBAF91.7030002@ShaneWare.Biz> Organization: FU Berlin X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 06:53:14 -0000 On Fri, 18 Sep 2015 16:00:41 +0930 Shane Ambler wrote: > On 18/09/2015 02:51, Shawn Webb wrote: > > On Thu, Sep 17, 2015 at 07:00:15PM +0200, Jean-S??bastien P??dron wrote: > >> Hi everyone! > >> > >> I'm very sorry I didn't communicate at all on the i915 update project. > >> > >> So here is a status update: since this morning, the driver builds fine. > >> I'm currently attending the XDC (X.Org Developers Conference) and don't > >> have an Intel laptop to test with me. However, Johannes Dieterich (also > >> attending the conference) offerred his help, so we will do that today. > >> > >> Obviously, do not expect something stable in the coming couple days. > >> Thank you for your patience :) > > > > First of all, I want to say (nay, YELL!) "THANK YOU!" You're doing a > > +1 > > >> Now about other related tasks: > >> o A Mesa update will be committed Real Soon Now?. It will unlock > >> GLAMOR and OpenCL support. > > > > OpenCL on FreeBSD would be stupendously amazing! > > A little off-topic but has anyone tried to get nvidia to return libcuda > to our drivers? While it was there a few years ago it was removed yet > again. From what I could tell we had to use the linux sdk to compile > cuda kernels which probably hindered freebsd using it so the sdk may > need porting to freebsd as well. > > I'm not sure I'm talking about the same subject, but a couple of years ago, when we moved software for satellite imagery processing towards GPUs and had CUDA as an option in mind, I looked at FreeBSD support. nVidia was per se unwilling to offer FreeBSD-native CUDA libraries and support. the only way to get CUDA to wark was to use the Linuxulator and being stuck with 32bit libraries. 2009 and 2010, when i tried hard looking for a solution, the mentioned workaround wasn't working properly anymore on FBSD 9, 10-CURRENT. It is a long time since I put some thoughts in that direction since we switched over to OpenCL as a more free, flexible platform (CPU and GPU usage, even alternatively). But of speaking about history then, we had to retire the FreeBSD server project in favour for a CentOS and Suse cluster due to the lack of driver support for OpenCL on FreeBSD. The decision was made quickly because funding was quick and decisions depended on most recent hardware (TESLA GPUs that time, some customer nVidia GTX570 and GTX580 cards which had a limited livetime of the GPGPU processing pipeline due to the driver, but sufficient for some minor calibration jobs ...).