From owner-freebsd-current@FreeBSD.ORG Mon Aug 29 16:46:28 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08181106567D; Mon, 29 Aug 2011 16:46:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id A43438FC18; Mon, 29 Aug 2011 16:46:27 +0000 (UTC) Received: by gwb15 with SMTP id 15so5942152gwb.13 for ; Mon, 29 Aug 2011 09:46:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Asiemuwdytif4QCCbTHjU66YQF118sdxJsqDELUqq68=; b=nggYqSySUIUn+N8aTMLNp+cjLFHQf0DfUrz+DVEOf7iO3GA8WkFMt/ynVaIRKM7NnH qxQj6FsorWekUo26deBH3RUW2NtIR714Ct3VDd1YY+CcsLjfrFHx+GiE96sNsDEvH85w jOkRahuvZEgorfc45yT+tXAbKL6Vs0nSwmtQ0= MIME-Version: 1.0 Received: by 10.150.32.14 with SMTP id f14mr5037662ybf.201.1314636386711; Mon, 29 Aug 2011 09:46:26 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.145.21 with HTTP; Mon, 29 Aug 2011 09:46:26 -0700 (PDT) In-Reply-To: <4E5B94CC.3010207@zedat.fu-berlin.de> References: <4E5B663F.5080304@zedat.fu-berlin.de> <20110829143127.4300c80b.lists@yamagi.org> <4E5B94CC.3010207@zedat.fu-berlin.de> Date: Tue, 30 Aug 2011 00:46:26 +0800 X-Google-Sender-Auth: Jxdc1JiSEmPLUNSzUVIWED_50oE Message-ID: From: Adrian Chadd To: "Hartmann, O." Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-performance@freebsd.org" , freebsd-current@freebsd.org, Yamagi Burmeister Subject: Re: PHORONIX: OpenCL, GLSL Back-End For LLVM May Soon Open Up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 29 Aug 2011 16:46:28 -0000 [snip] 32 bit CUDA support may be limiting to you, but it's: * not necessarily limiting to others; * a good starting point to demonstrate it's actually feasible; * a potential stepping stone to getting 64 bit support of some sort in place (whether it's the push for 64 bit linux support; or to get NVIDIA to notice FreeBSD some more, etc.) So if you want to see 64 bit FreeBSD CRDA support; please start by getting 32 bit support as working as possible, documented, and then as easy to install as you can get it. 2c, adrian