NVIDIA GT200 Rumours & Speculation Thread

Discussion in 'Architecture and Products' started by Arun, Feb 10, 2008.

Thread Status:
Not open for further replies.
  1. Unknown Soldier

    Veteran

    Joined:
    Jul 28, 2002
    Messages:
    4,047
    Likes Received:
    1,670
    Lemme guess - Tessellate

    US
     
  2. CJ

    CJ
    Regular

    Joined:
    Apr 28, 2004
    Messages:
    816
    Likes Received:
    40
    Location:
    MSI Europe HQ
    Maybe it stands for Twin. I heard some rumors that GT200 was going to be a dual chip solution... ;)
     
  3. Lukfi

    Regular

    Joined:
    Apr 27, 2008
    Messages:
    423
    Likes Received:
    0
    Location:
    Prague, Czech Republic
    Something like the rumoured R700 with a shared memory pool?
     
  4. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    Yet you haven't shared a single thing. Claiming to know "something" while not saying anything at all doesn't really go over well here unless you have established credibility in such things which you certainly haven't.
     
  5. Lukfi

    Regular

    Joined:
    Apr 27, 2008
    Messages:
    423
    Likes Received:
    0
    Location:
    Prague, Czech Republic
    [OT] Besides, there's many other people here that have watched the industry for a long time and they don't have an idea what 'GT' might mean, with the exception of Playstation owners for whom it is Gran Turismo. [/OT]
     
  6. Domell

    Newcomer

    Joined:
    Oct 17, 2004
    Messages:
    247
    Likes Received:
    0
    What? Dual chip solution? So it could mean that it will be G92B x2 and it will be something like GF9800GX2 :( ?

    But what about these rumours then?
    http://translate.google.com/transla...&hl=en&ie=UTF-8&oe=UTF-8&prev=/language_tools

    Single-Core, GF9900GTX, 512MC/32ROPs/recommended PSU 550-600W/release time July/GF9900GTX SLI can run Crysis with playable fps in 2560x1600 with AAx4 and Very high details. It sounds very promising if true.

    Moreover there are some other rumours which say that GT200 will be one singe GPU wit die size bigger than G80 (above 500mm2).
     
  7. MDolenc

    Regular

    Joined:
    May 26, 2002
    Messages:
    696
    Likes Received:
    446
    Location:
    Slovenia
    I think apoppin actually knows what the "T" stands for. However, I don't think he knows what the "200" stands for... ;) That's all I'm going to say on this matter.
     
  8. Oushi

    Newcomer

    Joined:
    Nov 14, 2005
    Messages:
    34
    Likes Received:
    1
    Location:
    EG
    So what "T" Stands For ?
     
  9. aaronspink

    Veteran

    Joined:
    Jun 20, 2003
    Messages:
    2,641
    Likes Received:
    64
    Total BS. Or Trash. Or Thoroughly full of it. Or quite simply, the T isn't there and hasn't been there. There is no T there. Oh and the number is likely wrong as well.

    Aaron spink
    speaking for myself inc.
     
  10. Kaotik

    Kaotik Drunk Member
    Legend

    Joined:
    Apr 16, 2003
    Messages:
    10,245
    Likes Received:
    4,465
    Location:
    Finland
    Why would for example GPU-Z be recognizing GT200 already, if it's wrong?
     
  11. Arun

    Arun Unknown.
    Legend

    Joined:
    Aug 28, 2002
    Messages:
    5,023
    Likes Received:
    302
    Location:
    UK
    It does stand for something, but honestly it's not worth wasting our time on. If anyone wants to leak it, feel free, but don't expect it to be a discovery of cosmic proportions.
     
  12. TheAlSpark

    TheAlSpark Moderator
    Moderator Legend

    Joined:
    Feb 29, 2004
    Messages:
    22,146
    Likes Received:
    8,533
    Location:
    ಠ_ಠ
  13. BRiT

    BRiT (>• •)>⌐■-■ (⌐■-■)
    Moderator Legend Alpha

    Joined:
    Feb 7, 2002
    Messages:
    20,516
    Likes Received:
    24,424
    GPU-Z only needs to read device ids, much like driver INF files. The code isn't that complex, it could basically be one giant ugly if/then/else block. Though I'm sure it likely uses a Hashtable or Dictionary lookup based off formulation of Vendor and Device IDs, with an optional Subdevice ID.

    Code:
    if (vendorId == 0x10DE) { // Nvidia Vendor
      if (deviceID == 0x00F1) {
        chip = "NVIDIA GeForce 6600 GT";
      } else if (devideID == 0x0244) {
        chip = "NVIDIA GeForce Go 6150";
      } else ...
    ...
    } else ... { // ATI Vendor ...
    
     
  14. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    Gah! So his "think scientist" clue actually makes sense? WTF does that mean? :grin:
     
  15. aaronspink

    Veteran

    Joined:
    Jun 20, 2003
    Messages:
    2,641
    Likes Received:
    64
    cause GPU-Z is pointless? No really its a pointless program. Its just mapping vendor and device id into a DB entry. Nothing really advanced about that.

    If someone wanted to they could take the code and make it recognize the GTFXTNTGPSUGH100000000000000000000000 if they wanted.

    OTOH, CPU-Z is actually just reading and presenting architecturally defined registers. Until there is a standard register definition set from the vendors, GPU-Z will just be something that looks up device ids in a DB. ie, its about the same thing as beyond3d's GPU DB.

    Aaron SPink
    speaking for myself inc.
     
  16. aaronspink

    Veteran

    Joined:
    Jun 20, 2003
    Messages:
    2,641
    Likes Received:
    64
    supposed to be a snarky reference to tesla. But its useless. it s like some big secret, oh nvidia is going to do exactly what they have already been doing but now its in the chip name. See now everyone should be scared! and I mean SCARED! cause they are putting it in the name and my oh so prophetic vision has seen that everyone else is going straight to hell!!!!!!!!

    Let me give everyone a clue, ignore is a function for a reason. Its because posts by apoppin exist.

    Aaron spink
    speaking for myself inc.
     
  17. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    Haha you're kidding right? Wow that's a pretty weak basis for proclamations of Jen-Hsun's impending domination of the GPU world. I don't believe in ignore functions but those posts are a bit on the looney side for real.
     
  18. Pete

    Pete Moderate Nuisance
    Moderator Legend

    Joined:
    Feb 7, 2002
    Messages:
    5,777
    Likes Received:
    1,814
    Silly question time. Everyone's aware of this slide ("Era of Visual Computing," that marks Tesla 2 for 2008 and "Next Gen" for 2009, both under the "Programmable Graphics: CUDA-DX11" umbrella) from this Bit-Tech interview with Kirk, right? I'm guessing Tesla 2 is "GT200?"
     
  19. Razor1

    Veteran

    Joined:
    Jul 24, 2004
    Messages:
    4,232
    Likes Received:
    749
    Location:
    NY, NY
    Seems like they were highlighting new generation chips but forgot about one of thier lines....heh fx series didn't make into that chart?
     
  20. nAo

    nAo Nutella Nutellae
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    4,400
    Likes Received:
    440
    Location:
    San Francisco
    DX11's compute shader is likely to be losely based on CUDA
     
Loading...
Thread Status:
Not open for further replies.

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...