[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Public WebGL] 400 Gflops in your home PC!
- To: demidov@ipm.sci-nnov.ru
- Subject: Re: [Public WebGL] 400 Gflops in your home PC!
- From: Kenneth Russell <kbr@google.com>
- Date: Tue, 18 Jan 2011 14:03:59 -0800
- Cc: public_webgl@khronos.org
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1295388242; bh=gI2+Sjip33ABbfdeZr9t9uUvZBU=; h=MIME-Version:In-Reply-To:References:Date:Message-ID:Subject:From: To:Cc:Content-Type; b=T48VB+WxvhJDMpJPqeoLh3R1uzaHJeSiZc32z+KTR9nY2LTBs4kF07NwzMASUtnmN FZ/y+WxPdE+nRhq74KDxw==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=H5wUgzjzrgk5YGb3tk3bGq3DlaEbYTlvVXIVCwONP+c=; b=Ig9FSwAUILrioV/SYRqsQpEb/1Sb0p7RKT2ikIvHP45OWIwsZTc/t8xG1WmHEitorf HMWITK/Htl3w2fKtn9Sw==
- Domainkey-signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pDUC1w9kL4yvcJXMdJc1+sTHYiZG/JtdwEIYpashYSEs4411heZWDufXlPd0eHmHQk nvY0kKi17fWbOktR8NUA==
- In-reply-to: <4D352D83.5080802@ipm.sci-nnov.ru>
- List-id: Public WebGL Mailing List <public_webgl.khronos.org>
- References: <4D352D83.5080802@ipm.sci-nnov.ru>
- Sender: owner-public_webgl@khronos.org
On Mon, Jan 17, 2011 at 10:04 PM, Evgeny Demidov
<demidov@ipm.sci-nnov.ru> wrote:
> Thanks to Lars Nyland (NVIDIA) I've got 400 Gflops in N-Body simulations
> after replacing 4096x1 textures by 64x64 ones. 20 times speedup!
> http://www.ibiblio.org/e-notes/webgl/gpu/n-toy.html
> It is similar to the CAL based simulations and performance may be twiced by
> the loop-unrolling technique. N-Body is an amazing but a little special
> application.
That's very cool.
While running it slows down my Mac significantly. Please look at the
source code for the animated demos in the WebGL demo repository at
http://khronos.org/webgl/wiki/Demo_Repository and the WebGL samples at
http://code.google.com/p/webglsamples/ . These use
mozRequestAnimationFrame and variants to prevent swamping the web
browser with rendering requests in case the graphics card can't keep
up with the work being issued.
-Ken
-----------------------------------------------------------
You are currently subscribed to public_webgl@khronos.org.
To unsubscribe, send an email to majordomo@khronos.org with
the following command in the body of your email:
unsubscribe public_webgl
-----------------------------------------------------------