Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

AMD RV790 Architecture To Change GPGPU Landscape?

Posted by ScuttleMonkey on Monday March 09, @03:32PM
from the continuing-the-leapfrog-process dept.
Vigile writes "To many observers, the success of the GPGPU landscape has really been pushed by NVIDIA and its line of Tesla and Quadro GPUs. While ATI was the first to offer support for consumer applications like Folding@Home, NVIDIA has since taken command of the market with its CUDA architecture and programs like Badaboom and others for the HPC world. PC Perspective has speculation that points to ATI addressing the shortcomings of its lineup with a revised GPU known as RV790 that would both dramatically increase gaming performance as well as more than triple the compute power on double precision floating point operations — one of the keys to HPC acceptance."
gpu videocard hardware graphics
tech graphics
story

Related Stories

[+] Hardware: Facts and Fiction of GPU-Based H.264 Encoding 79 comments
notthatwillsmith writes "We've all heard a lot of big promises about how general-purpose GPU computing can greatly accelerate common tasks that are slow on the CPU — like H.264 video encoding. Maximum PC compared the GPU-accelerated Badaboom app to Handbrake, a popular CPU-based encoder. After testing a variety of workloads ranging from archival-quality DVD rips to transcodes suitable for play on the iPhone, Maximum PC found that while Badaboom is significantly faster than X264-powered Handbrake in a few tests that require video resizing, it simply can't compare to the X264-powered Handbrake for archival-quality DVD backups."
[+] NVIDIA's $10K Tesla GPU-Based Personal Supercomputer 236 comments
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."
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • OpenCL? (Score:4, Interesting)

    by Yvan256 (722131) on Monday March 09, @03:37PM (#27125505) Homepage Journal

    I hope all these new things will be compatible with OpenCL.

    • Re: (Score:2, Informative)

      by Anonymous Coward

      since OpenCL is just an abstraction layer like OpenGL and DirectX most modern hardware already does it just needs driver support

      • Surely not!

        I'd heard it was recently ratified as an ISO standard...

      • Re:OpenCL? (Score:4, Informative)

        by LWATCDR (28044) on Monday March 09, @04:01PM (#27125877) Homepage Journal

        I say HUH?
        OpenCL is supported by Apple but also AMD and nVidia. The standard is being managed by a Not For Profit.
        Compared to CUDA it is actually very open.
        It is currently vapor ware but everything starts out that way for the most part.

        OpenCL is more Closed BS than is CUDA or DX.
        I just hope that it actually becomes a working standard.

  • nVidia rules (Score:3, Insightful)

    by Anonymous Coward on Monday March 09, @03:40PM (#27125555)
    ... the "rename the same old shit four times to try and con people"-market, that's for sure.
  • by residieu (577863) on Monday March 09, @03:42PM (#27125585)
    Waiting for GPGPGPUs
  • So this is what some anonymous guy on the internet thinks might happen? Granted, he has a lot of material in there, but in the end it's all just guesswork. Apparently he's a big fan of cheaper lower end video cards as well, and is hoping that ATI releases one.
    • AMD's double-point floating point performance is already great. What they lack is the rest of it. The programming model is pretty bad compared to CUDA (nobody is using Brook+), and they seem to be basically waiting for OpenCL to fix that. The bottlenecks in most attempts to use AMD chips for GPGPU code are also not really the floating-point units themselves, but the rest of the architecture; it's hard to keep the ALUs fed with your data without a magic compiler, a better programming model, a better architec

  • ...because since I learned that BOINC now supports CUDA (but still has no love for GPGPU), I'm about to ditch my ATI cards for a few Nvidia ones.

    • Re: (Score:3, Informative)

      CUDA = an Nvidia-specific way to do GPGPU...

      Personally I'm waiting for OpenCL, which would be to GPGPU what OpenGL was for 3D graphics when it was released - essentially a vendor and platform neutral general processing interface to the GPU.

      • Hey -- whatever it's called, I'm just about to make a purchase decision based upon the fact that my hardware isn't supported. Somebody needs to get coding. :P

  • LOLNO (Score:5, Insightful)

    by MostAwesomeDude (980382) on Monday March 09, @04:06PM (#27125941) Homepage

    As far as I know, the RV790 will be in the R600/R700 family and will work almost perfectly with existing R600/R700 code. While I have no guarantees on this, current talks with AMD employees haven't given off any indication that this chipset will be radically different from its cousins.

  • by Belial6 (794905) on Monday March 09, @05:12PM (#27126861) Homepage
    What I want from the GPU is features like what the CPUs have so that the GPU can have multiple VMs running in it. The only reason that I don't run inside of a VM as my primary computing environment is because graphics acceleration pretty much suck in it. When AMD bought ATI I expected virtualized video to be one of their early announcement.

    Imagine if your VMed OS could believe that it had 100% control of the video card, but your video card would display on it's own 'surface', and still use full hardware acceleration for the process. As far as I can tell, video is the only serious stumbling block left in virtualizing the x86 architecture.
    • Re: (Score:3, Interesting)

      VirtualBox is supposed to have started solving this problem. It's beta and still experiemental but if it works well, then it's exactly what I've been looking for as it means I can finally run XP ina Vbox setup under a 64bit Gentoo Linux.