Slashdot Mirror


Nvidia 480-Core Graphics Card Approaches 2 Teraflops

An anonymous reader writes "At CES, Nvidia has announced a graphics card with 480 cores that can crank up performance to reach close to 2 teraflops. The company's GTX 295 graphics cards has two GPUs with 240 cores each that can execute graphics and other computing tasks like video processing. The card delivers 1.788 teraflops of performance, which Nvidia claims is the fastest single graphics card in the market."

13 of 261 comments (clear)

  1. But will it run Crysis?... by TibbonZero · · Score: 5, Interesting

    No, seriously... can anything run it at full options yet?

    --
    Tibbon
    tibbon.com
    1. Re:But will it run Crysis?... by bertok · · Score: 5, Insightful

      Well, I do know what goes into a game like Crysis, being a 3D game programmer and all. Those programmers were very, very good, believe me. Some of the stuff they pulled off is just amazing.

      The reason Crysis is slow is because of the artistic direction. Outdoor environments full of plants and shadows with a huge viewing distance is very hard to implement in a 3D engine. I mean really fucking hard. Making a game like that playable at all is a tradeoff between two scraggly trees on a flat green carpet that pretends to be grass, OR an enormous amount of research into optimization techniques that are very hard and time consuming to implement. The Crysis engine is pretty much the state of the art in optimization. And these guys managed to squeeze in fantastic shader effects on top of that, depth of field, and even some basic radiosity shadowing for the characters!!! That's just insane.

      Most reviewers and players with the right hardware thought the game looked amazing, way better than its peers at the time, or even now. I thought the effects (especially in the spaceship) looked better than most Sci-Fi movies, which is a stunning achievement for a 3D game running on a $500 video card. I upgraded my PC just to play the game, and I thought it was worth it. Lots of people did too:

      http://www.penny-arcade.com/comic/2007/10/15/

      Take your head out of your ass and stop belittling other people's achievements until you have some of your own to compare it to, OK?

    2. Re:But will it run Crysis?... by whoop · · Score: 5, Funny

      Where can I get one of these five digit things you speak of? OMG, I am so behind the times!

  2. Power Requirement by sexconker · · Score: 5, Funny

    1.21 Jiggawatts

  3. Contest... by Anonymous Coward · · Score: 5, Funny

    Yet again, Nvidia showed ATI that it, indeed, has the biggest penis.

    1. Re:Contest... by pla · · Score: 5, Funny

      Yet again, Nvidia showed ATI that it, indeed, has the biggest penis.

      Not quite - They proved they have the biggest number of penises... Making for some interesting crossover potential into the Hentai gaming market.

      / Wonders what "ultra realistic" means as regards H - "Wow, the fur on her tail looks almost real, and her breasts look like actual porcelain!"

  4. Great... by pwolf · · Score: 5, Insightful

    That's just great and all but when can I get a video card that doesn't take up half my case and melts down after 6 months of use? Not to mention, doesn't cost an arm and a leg.

    1. Re:Great... by clarkn0va · · Score: 5, Funny

      when can I get a video card that doesn't take up half my case and melts down after 6 months of use? Not to mention, doesn't cost an arm and a leg.

      2006?

      --
      I am literally 3000 tokens away from the chaotic crossbow --Stephen
  5. 480 core? by Anonymous Coward · · Score: 5, Interesting

    Color me doubtful but I suspect it's 480 stream processors which isn't anywhere NEAR the same thing as the "cores" on the CPU or even the core of the GPU.

    Why has the press suddenly started to call stream processors "cores"? Marketing?

  6. Re:Sounds good but.. by jgtg32a · · Score: 5, Informative

    218 GFlops

    http://www.realworldtech.com/page.cfm?ArticleID=RWT072405191325&p=2

    A single 8800 kill the cell and the video processor in the ps3 combined

  7. *sigh* by CynicalTyler · · Score: 5, Funny

    Can someone please post the link to a how-to guide for convincing your wife/girlfriend of the necessity of owning a graphics card with dual 240-core GPUs? Or, if you are a girl who acknowledges said necessity without a fight, please post a link to your Facebook profile. Thank you in advance.

  8. its not a problem to implement 52342525113 cores by Unoriginal_Nickname · · Score: 5, Informative

    Apart from, you know, link length.

    The most important thing to understand is that these aren't actually 'cores' in the same sense that your Core 2 Duo has two of them. They're shader units. It works more like SIMD than parallelization, only instead of something like SSE that can perform a single operation per clock across 4 packed floating point values it performs the operation on thousands of them.

    If they could slap a billion or a million or even a thousand shader units on a card without actually reducing performance they would, but they can't. At a certain point the bottleneck becomes link length. You can overcome it by increasing voltage but then heat becomes the issue. This is a large part of the reason transistor count is tied to transistor size. NVIDIA isn't "failing" in this respect, they're just succumbing to the laws of physics.

    If they could improve performance by slapping 20 or 4 or even 2 of the *actual* cores on each card they would, but they can't. Because it's not an actual processor, it doesn't have fancy features like three levels of cache and a TLB and branch prediction and out-of-order execution. But even if they were engineered to work this way, you can't improve PC performance by slapping in a thousand Core 2 Quads either. A part of the reason Xeons have so much cache is so you can mitigate the penalty of having 8 processors using commodity RAM, but eventually you run up against that bottleneck. Shared resources become saturated much faster than most people expect.

    The most efficient way of improving graphics performance is with SLI because you are replicating all of the hardware, the memory and the bus the *actual* core depends on. For the exact same reason, you can extract the most performance out of each CPU core by putting each one in a different machine.

  9. I'm sticking with ATI by J.R.+Random · · Score: 5, Insightful

    Until NVIDIA starts supporting the development of open source drivers I'm sticking with ATI, no matter how many Blazing Cores of Might NVIDIA might fit onto their chips. While ATI's closed source drivers have their fair share of bugs, and it will be some time before there are good 3D open source drivers for their more recent cards, at least the development has started and ATI has been aiding it, not hobbling it.