Slashdot Mirror


ATI's 1GB Video Card

Signify writes "ATI recently released pics and info about it's upcoming FireGL V7350 graphics card. The card features 1GB of GDDR3 Memory and a workstation graphics accelerator. From the article: 'The high clock rates of these new graphics cards, combined with full 128-bit precision and extremely high levels of parallel processing, result in floating point processing power that exceeds a 3GHz Pentium processor by a staggering seven times, claims the company.'"

12 of 273 comments (clear)

  1. Re:use as a cpu? by Tyler+Eaves · · Score: 2, Insightful

    Because for most general computing tasks, floating point doesn't matter.

    --
    TODO: Something witty here...
  2. Re:use as a cpu? by Kenshin · · Score: 4, Insightful

    I'm thinking:

    a) Tough market to crack. AMD's been around for years, and they're still trying to gain significant ground on Intel. (As in mindshare.) May as well spend the effort battling each other to remain at the top of their field, rather than risk losing focus and faltering.

    b) These chips are specialised for graphics processing. Just because you can make a kick-ass sports car, doesn't mean you can make a decent minivan.

    --

    Does it make you happy you're so strange?

  3. So? by Tebriel · · Score: 4, Insightful

    Other than high-end graphics work, what the hell will this mean? Are you seriously saying that we will be seeing games needing that must video memory anytime soon? Hell, they have a hard enough time getting people to buy cards with 256 MB of RAM.

    --
    The Blaster Master Fighting for Truth, Justice, and Evil Pie since 1979
    1. Re:So? by Bitter+and+Cynical · · Score: 5, Insightful
      Other than high-end graphics work, what the hell will this mean?
      Nothing. These cards are not meant for gaming, in fact if you did try and use it for gaming you'd be very upset. The FireGL line is a workstation card meant for things like CAD or Render farms that are very memory intensive and require a high level of precision. Its not meant for delivering a high frame rate and no gamer would stick this card in his machine
  4. Re:use as a cpu? by Segfault666 · · Score: 1, Insightful
    ... Just because you can make a kick-ass sports car, doesn't mean you can make a decent minivan.

    http://personal.inet.fi/surf/porschenet/text/fut _plan/varrera/index.html

    enjoy...

  5. now if only they knew how to make drivers by xamomike · · Score: 2, Insightful

    sounds great and all, but have they gotten around to paying their own programmers to make drivers that actually work, and install off the CD it comes with, instead of outsourcing it to a few guys in their basement?

    Seriously, I've owned 6 different ATI cards of differing lines this year, and only 2 of them installed properly with the drivers that came on the CD. That just aint right.

    --
    There are 10 types of people in the world; those who can read binary, and those who can't.
  6. Re:use as a cpu? by pherthyl · · Score: 1, Insightful

    Building a GPU is trivially easy relative to building a CPU

    Easier? In some respects. Trivially easy? Not quite.

    In contrast general purpose code has (on average) one branch every 7 cycles.

    One branch every 5-7 instructions, not cycles.

    Other than that, good comment, I didn't know about the (lack of) branch support in GPUs.

  7. Re:use as a cpu? by clydemaxwell · · Score: 2, Insightful

    because OP's 'obviously' statement seemed to imply he thought the current GPUs were a good marker of CPU quality -- i.e. he was impressed by the GPU specs, and so wondered why they don't make CPU's (7 times better than current) so GP was right in pointing out that it's not a very good indicator of CPU strength, and thus we have little reason to believe nvidia would make a good CPU. tada!

    --
    Browsing with classic discussion, noscript, at -1 and nested
    no hidden comments and I only mod UP
  8. Re:use as a cpu? by somersault · · Score: 4, Insightful

    the problem is that the graphics accelerators work in a very limited domain, so the gfx cards engineers can concentrate on the things that it needs to be fast at (floating point calculations, tranferring memory contents efficiently). Normal CPUs have a much wider scope, and while I'm sure the engineers that design/upgrade x86 processors do try their best to make the chips fast, they have to spread their work around, and make sure that every area is decent, rather than one area spectacular. Also graphics cards are fairly self contained, while processors have their motherboard/chipset (which for intel would include the memory controller) to dictate which type of RAM they can use, and how much bandwidth the whole system has etc.

    The thing is that you couuuuld make an x86 that runs using GDDR3 etc, but it would be rather expensive, and nobody (well, no majority market anyway) is going to pay to produce that, if only a few thousand people can actually afford it. In time the costs will come down, but until then we common folk just have to stick with whatever AMD/Intel/Whoever are producing.

    But anyway, the main point I made, maybe not in a very technically accurate way, was that it's easier to build something that performs well in one area, than to build something that does everything amazingly well (without costing the earth to buy it).

    --
    which is totally what she said
  9. This is great news to software developers by Anonymous Coward · · Score: 1, Insightful

    Now I can program my graphics engine even more poorly, and when people complain it runs slow, I'll just tell them to buy an even better graphics card!

  10. Re:Too bad its still an ATI... by somersault · · Score: 2, Insightful

    Wouldnt you rather have a card/drives that have been designed for higher framerates, but with lower rendering precision? You dont need 128 bit floating point precision to play Quake. You're not going to care if a vertex on your health pack is 0.000005whatevers off to the left of where it should be, and you're not even going to see that onscreen unless you go in realllly close. I'm maybe oversimplifying things, but I tried a few years ago running Counter-Strike Source with a Quadro graphics card, then some Radeon that was lying around; the Radeon had much better framerates. It may have been a generation up from the Quadro, but it would still have been way cheaper to buy initially, and people are *not* going to pay for that 'kick ass 3D accelerator' when a more budget version does the same thing, but with less memory, and drivers that are optimised to make games fast, rather than very precisely rendered.

    --
    which is totally what she said
  11. This is anthrocentric by Anonymous Coward · · Score: 5, Insightful

    I'm tired of hearing this anthrocentric nonsense about chips.

    GPUs are not faster than CPUs because the engineers can "concentrate on one area" instead of "spreading their work around". It's not that the floating point performance of the x86 would be faster if only Intel had the time to pay attention to it. That's ridiculous.

    GPU tasks are highly parallel. CPU tasks are not. nVidia can toss 24 pipelines onto a chip and realize a huge performance gain. Intel can't, because much of the time those pipelines will be empty waiting for the results of the other lines.

    This fundamental difference is what separates the two domains, not it being "easier to build something that performs well in one area, than to build something that does everything amazingly well (without costing the earth to buy it)."

    You need to keep your science and your homey folk wisdom separate.