Slashdot Mirror


NVIDIA's $10K Tesla GPU-Based Personal Supercomputer

gupg writes "NVIDIA announced a new category of supercomputers — the Tesla Personal Supercomputer — a 4 TeraFLOPS desktop for under $10,000. This desktop machine has 4 of the Tesla C1060 computing processors. These GPUs have no graphics out and are used only for computing. Each Tesla GPU has 240 cores and delivers about 1 TeraFLOPS single precision and about 80 GigaFLOPS double-precision floating point performance. The CPU + GPU is programmed using C with added keywords using a parallel programming model called CUDA. The CUDA C compiler/development toolchain is free to download. There are tons of applications ported to CUDA including Mathematica, LabView, ANSYS Mechanical, and tons of scientific codes from molecular dynamics, quantum chemistry, and electromagnetics; they're listed on CUDA Zone."

10 of 236 comments (clear)

  1. Graphics by Anonymous Coward · · Score: 5, Funny

    Wow, that's some serious computing power! I wonder if anyone has thought of using these for graphics or rendering? I imagine they could make some killer games, especially with advanced technology like Direct 3D.

  2. 4 TFLOPS? by Anonymous Coward · · Score: 5, Insightful

    A single Radeon 4870x2 is 2.4 TFLOPS. Some supercomputer, that.

    Seriously, why is this even news? nVidia makes a product, which is OK, but nothing revolutionary. The devaluation of the "supercomputer" term is appalling.

    Also, how much of that 4 TFLOPS you can get on actual applications? How's FFT? Or LINPACK?

  3. What, no coil? by dgun · · Score: 5, Funny

    What a rip.

    --
    FAQs are evil.
  4. Binary-only toolchain by Anonymous Coward · · Score: 5, Informative

    The toolchain is binary only and has an EULA that prohibits reverse engineering.

    1. Re:Binary-only toolchain by FireFury03 · · Score: 5, Informative

      has an EULA that prohibits reverse engineering.

      Not really a big deal to those of us in the EU since we have a legally guaranteed right to reverse engineer stuff for interoperability purposes.

  5. Let me be the first to say... by rdnetto · · Score: 5, Funny

    4 Terraflops should be more than enough for anybody...

    --
    Most human behaviour can be explained in terms of identity.
  6. weak DP performance by Henriok · · Score: 5, Informative

    I supercomputing circles (i.e. Top500.org) double precision floating point operations seems to be what is desired. 4 TFLOPS single precision, while impressive, is overshadowed by the equally weak 80 GFLOPS double precision, beaten by a single PowerXCell 8i (successor to the Cell in PS3) or the latest crop of Xeons. I'm sure tesla will find its users but we won't see them on the Top500 list anytime soon.

    --

    - Henrik

    - when the Shadows descend -
  7. Re:Only in C? Oh dear. by xororand · · Score: 5, Informative

    OO is very good for graphical interfaces, but it isn't particularly well suited for algorithms and other maths oriented stuff.

    The term OO is too general to make a statement about its usefulness for mathematics oriented problems. The powerful templating features of modern C++ are indeed very useful for numerical simulations:

    It's called C++ Expression Templates, an excellent tool for numerical simulations. ETs can get you very close to the performance of hand optimized C code while they're much more comfortable to use than plain C. Parallelization is also relatively easy to achieve with expression templates.

    A research team at my university actually uses expression templates to build some sort of meta compiler which translates C++ ETs into CUDA code. They use it to numerically simulate laser diodes.

    Search for papers by David Vandevoorde & Todd Veldhuizen if you want to know more about this. They both developed the technique independently.

    Vandevoorde also explains ETs to some degree in his excellent book "C++ Templates - The Complete Guide".

  8. And in other news... by bsDaemon · · Score: 5, Funny

    ... AMD has annouced today it new Edison Personal Supercomputer technology.

    The game is on.

  9. Re:Heartening... by LeDopore · · Score: 5, Informative

    You're right unless there's a computational way to take advantage of the fact that most neurons in cortex pretty much never fire (1), and that a small minority of synapses are responsible for nearly all of the excitation in a slab of cortical tissue (2). If not active == not important == not necessary to simulate with a 100% duty cycle (these are big "ifs"), then we could be literally about 3-5 orders of magnitude closer to being able to simulate whole brains than anyone realizes.

    (1) How silent is the brain: is there a "dark matter" problem in neuroscience? Shy Shoham, Daniel H. O'Connor, Ronen Segev. J Comp Physiol A (2006)

    (2) Highly Nonrandom Features of Synaptic Connectivity in Local Cortical Circuits. Sen Song, Per Jesper Sjostro, Markus Reigl, Sacha Nelson, Dmitri B. Chklovskii. PLOS biology March 2005

    --
    Expected time to finish is 1 hour and 60 minutes.