From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 22:26:38 2010 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 034B1106564A for ; Tue, 13 Jul 2010 22:26:38 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9CC8FC20 for ; Tue, 13 Jul 2010 22:26:37 +0000 (UTC) Received: by wwc33 with SMTP id 33so723589wwc.31 for ; Tue, 13 Jul 2010 15:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=SaqvRQdcCqbzGOL9Y8JSBFguD5bRW+3ac+8lIhtKxLc=; b=Ppy196cMuRPsYUr9PVrAiJY6I3bIban4vhGMx7SX8foau2n22JrrxtxaxHa6I8/E37 8DieycznYuJTrQBwMAIgm0yE8/qSHwh2Go+iYiAdL4Hq1Gj+Ze60fCKodYV/zXwcvdQC 5Mn9mzjV4weItqsk/jh6//9MzOAK5aeaHaqxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=cGlR3byAAA0PypPJUak6VG7lyNcygOP9gRbNICbrnrLtzUm45v4o+1HmwShF+vYZvd QHMrkp1/SVZs7R80G+z1U5lMv0rlmHLYwaCiyMwnCpLpnnUamPVDe6+2KiW2IefF2D6g b7BQEu63I+ZpiWslesKQS2A9dH6F9tTabvfOw= MIME-Version: 1.0 Received: by 10.216.157.213 with SMTP id o63mr10837650wek.79.1279059996373; Tue, 13 Jul 2010 15:26:36 -0700 (PDT) Received: by 10.216.171.10 with HTTP; Tue, 13 Jul 2010 15:26:36 -0700 (PDT) Date: Tue, 13 Jul 2010 22:26:36 +0000 Message-ID: From: "b. f." To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Jozsi Avadkan Subject: Re: os that rather uses the gpu? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 22:26:38 -0000 > On Tue, 13 Jul 2010 22:46:15 +0200 > Jozsi Avadkan wrote: > > > Does someone know a distribution/operating system, that rather uses > > the GPU for "working", not the CPU? [by default] Not exclusively, no. But there are developments, still mostly in the research stage, for software allowing heterogeneous computing platforms of CPUs and GPUs to offload more work onto the GPUs; and there are some experimental architectures, like Intel Larrabee, that are CPU/GPU hybrids. See, for example: http://en.wikipedia.org/wiki/GPGPU http://en.wikipedia.org/wiki/Larrabee_(microarchitecture) b.