Slashdot Mirror


User: thatguymike

thatguymike's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. The #5 Supercomputer is already GPU based on Australia's CSIRO To Launch CPU-GPU Supercomputer · · Score: 1

    http://www.top500.org/system/10186 The machine quoted in TFA is quoting single precision. Currently the ATI boards trounce the Nvidia boards in double precision. The next GPU cluster down the list is Nvidia based at #56 http://www.top500.org/site/690

  2. Re:GPGPU.org on Audio Processing on Your Graphics Card? · · Score: 1

    Yes, yes I did. Typed too fast and didn't catch it in the preview. Thanks! -Mike

  3. GPGPU.org on Audio Processing on Your Graphics Card? · · Score: 3, Informative

    This kind of stuff has been talked about and done in the research community for quite some time now. See http://www.gpgpu.org. While audio is an interesting idea, FFT's and Genomics are already running on GPUs Yes, GPU's can be fast, but they can also be a pain to program. Take a look at the Stanford Brook for GPU's project for a nice elegant way to program for GPUs. http://brook.sourceforce.net

  4. Chromium, the software that makes it all possible on IBM's Deep View · · Score: 2, Interesting

    Chromium is a project at Stanford. There was a paper published at this years SIGGRAPH which discusses how the T221 is driven by a cluster and the SGE, as well as other applications including a parallel volume renderer. (http://graphics.stanford.edu/papers/cr/) Chromium is an open source project and you can get it from http://chromium.sourceforge.net. Chromium is designed to enable people to harness the power of a "graphics cluster" and/or use multiple displays. You don't have to buy a T221 and an SGE to render Quake at high resolution, you can use multiple monitors/projectors instead. -Mike