From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RhjTO-00075n-Mt for garchives@archives.gentoo.org; Mon, 02 Jan 2012 15:06:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139D521C249; Mon, 2 Jan 2012 15:06:22 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D49821C0F5 for ; Mon, 2 Jan 2012 15:02:42 +0000 (UTC) Received: by wibhq2 with SMTP id hq2so9919468wib.40 for ; Mon, 02 Jan 2012 07:02:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1Q4+uj4FeYsdMFPkkJceqnI6YW9JCdrb1egbrrhJX5M=; b=IrPnv9lo3b/TES5tnQ4FuPjjK8w4/gaMiNhDHJDK1w6DgkudMUEHut3YsJTCVlIZrc uw5WbukfQB4pwak/LkNySCLg/9rjXHbEiWWLqda1JbnSk845T5W3rgVrRxs6nRt+yXk3 iFu3SPYyDX9zeaynBMqPriUdMUWFd1xVA68FY= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.91.201 with SMTP id cg9mr107065523wib.15.1325516562370; Mon, 02 Jan 2012 07:02:42 -0800 (PST) Received: by 10.223.160.73 with HTTP; Mon, 2 Jan 2012 07:02:41 -0800 (PST) In-Reply-To: References: <20120102101210.GA2943@solfire> Date: Mon, 2 Jan 2012 07:02:41 -0800 Message-ID: Subject: Re: [gentoo-user] Before I lock out myself from my box... From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 5659c492-5ebb-479d-a541-ffe83ac8d539 X-Archives-Hash: d070ebf18282cc64113784f89e927ef6 On Mon, Jan 2, 2012 at 6:49 AM, Francisco Ares wrote: > Not an answer, but my little knowledge on GPU processing: > > AFAIK, CUDA or OpenCL uses idle resources of the GPU, so I guess that you > are safe even if you don't know (or have ways of) forcing one of them to > X11. > > Good luck and happy new year > Francisco > CUDA will work on all the NVIdia GPUs if the code is written correctly. CUDA is capable of identifying all cards in the system as well as each cards architecture & resources. If the program is written to give him a choice then CUDA can handle getting it to his GTX 560. Cheers, Mark