More SLI

Discussion in 'Architecture and Products' started by PatrickL, Oct 6, 2004.

  1. Psikotiko

    Newcomer

    Joined:
    Nov 18, 2002
    Messages:
    192
    Likes Received:
    0
    Location:
    Lisbon, Portugal
  2. Bjorn

    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    1,775
    Likes Received:
    1
    Location:
    Luleå, Sweden
    SLI just became rather interesting.
     
  3. chavvdarrr

    Veteran

    Joined:
    Feb 25, 2003
    Messages:
    1,165
    Likes Received:
    34
    Location:
    Sofia, BG
    IF on slower CPU, results are lower, wouldn't it mean that drivers offload VPU's job to the CPU ? Then these results would not indicate real-world performance... am I right ?
     
  4. Gubbi

    Veteran

    Joined:
    Feb 8, 2002
    Messages:
    3,661
    Likes Received:
    1,114
    2-3 frames in the driver seems rather high. People are spending money on getting high-end broadband to lower their network latency to <10ms (ping times <20ms) for games. Having the graphic driver insert 30ms extra latency would be *bad*. As for double/triple buffering, people disable vsync for the same reason (that and the boost in framerate in the case of double buffering).

    Cheers
    Gubbi
     
  5. Basic

    Regular

    Joined:
    Feb 8, 2002
    Messages:
    846
    Likes Received:
    13
    Location:
    Linköping, Sweden
    That means you'd have to "invert" the vertex shader, which is somewhere between hard and impossible for anything more complex than a simple matrix multiplication. The plane doesn't neccesarily stay as a plane.

    Yes, there are other places that contribute to the latency, but none of them get any faster by AFR.

    You are right that "one quick, one slow", and higer memory consumption also can be problems with AFR.

    And I agree with Gubbi that 2-3 frames in the driver seems high.
     
  6. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    It's always been interesting. The odds of Nvidia delivering just seem better now now.
     
  7. PatrickL

    Veteran

    Joined:
    Mar 3, 2003
    Messages:
    1,315
    Likes Received:
    13
    What changed ? It is still a very very small market.
     
  8. Richthofen

    Newcomer

    Joined:
    Apr 23, 2002
    Messages:
    200
    Likes Received:
    3
    a small market which is driving the low end. Lead the high end and you will sell more low end and mainstream cards as long as they don't lack too much behind. SLI is a great and clever move by Nvidia that's for sure.
    They will totally dominate benchmarks with that sollution. No one will care if it is 60 or 70 or 80%. Everything over 20 to 30% is looking like a true domination.
    Further on it makes products looking more attractive.
    The opportunitiy to add a second card later on for a cheaper price once the first one gets to slow is driving sales.
     
  9. PatrickL

    Veteran

    Joined:
    Mar 3, 2003
    Messages:
    1,315
    Likes Received:
    13
    i am sorry but it is a non sense. Domination of ben,chmarks with 2 cards against one? You are again thinking people are dumb.

    Look at the Hardocp/nvidia configuration. Can you give me the price of that combinaison ? And did you look that 2 6600 GT on a very expensive system are not able to be always better than one card ?
     
  10. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    Sadly yes people are dumb. Care to guess how many X700XT's will get sold because someone's buddy tells them that ATI has the fastest card on the market (XT PE) ?

    This has always amused me. People keep referring to the small market to which SLI will appeal as something negative when the market for other IHV's offerings is absolutely zero because they offer NOTHING!! :roll: Last time I checked something > nothing :)
     
  11. TheAlSpark

    TheAlSpark Moderator
    Moderator Legend

    Joined:
    Feb 29, 2004
    Messages:
    22,146
    Likes Received:
    8,533
    Location:
    ಠ_ಠ
    but this particular something costs more than...nothing. :lol:
     
  12. PatrickL

    Veteran

    Joined:
    Mar 3, 2003
    Messages:
    1,315
    Likes Received:
    13
    Because you were not reading the forum (Holidays?) when the whole thing started :)
    Anyway i am done with theses arguments, only time will tell.
     
  13. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    Show me something that costs nothing and I'll make you a rich man :D
     
  14. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    No argument. Just can't follow your train of thought. If you don't want or can't afford to use SLI how does that negate the fact that it is available for those who can? People today pay $100 extra for 5% increase in performance so I don't understand the bitching about paying $400 for an extra 50-60%.

    Time will tell if Nvidia delivers. Not if SLI is a worthwhile solution. I've always stood by the concept.
     
  15. KimB

    Legend

    Joined:
    May 28, 2002
    Messages:
    12,928
    Likes Received:
    230
    Location:
    Seattle, WA
    Actually, they do. The other latencies in the system, provided you are GPU-bound, are waiting for the graphics card to do its thing. So, if more frames can be rendered in the same amount of time, then the other latencies in the system are reduced.

    Even if there's only one frame of latency in the driver (there has to be at least one for the CPU and GPU to operate independently), AFR will reduce total latency. Consider:
    Let's imagine that total rendering time takes 30ms for one graphics card, and that it takes 15ms to do the CPU side of the calculation. Here, then, is the total delay:

    Input -> 15ms for the CPU to prepare the frame.
    30ms waiting in the driver until frame sent to GPU.
    30ms for the graphics card to render the frame -> output

    Total latency: 75ms

    Now, imagine we put another card in SLI mode here. You still have to wait 15ms for the CPU to prepare the frame, and 30ms for the graphics card to do its rendering, but since a graphics card will be available to start rendering every 15ms (instead of every 30ms), the above then looks like:

    Input -> 15ms for the CPU to prepare the frame.
    15ms waiting in the driver until frame sent to a GPU.
    30ms for the graphics card to render the frame -> output

    ...reducing total latency to 60ms. This isn't as small as if you had a graphics card that could render twice as fast, but it's still better latency than just one graphics card rendering at the same speed as each individual SLI card.

    Now, keep in mind that when comparing these latencies to network latencies that with network latencies you have the additional factor of not having infinite bandwidth. Basically, if too many things change between subsequent frames, the server just won't be able to send all of that changed information to you quickly enough. This means that the "ping" to the server is not necessarily the total latency between when an object is updated server-side and when it is updated on your computer.
     
  16. Me

    Me
    Newcomer

    Joined:
    Mar 6, 2003
    Messages:
    31
    Likes Received:
    0
    Location:
    Calgary, Canada
    What I always liked about SLI is the fact that you can spend your big bucks for a top of the line card when it first comes out, and buy the second card when they are near EOL for cheap.
    You buy your $300 card when it first comes out. Games barely stretch your card so you run at high res & quality.
    1-2 years go by, and the next gen cards come out. They offer double the performance of your puny solution, and they cost $300. Your model card is in the discount bin for $100. The Next Big Game comes out and your card is way too slow. You pick up a second card, get nearly the same performance as the new cards, but you've spent $400 in two years instead of $600.
    I knew people who were picking up thier 2nd V2s years after they first came out. Its a great way to increase the life span of a card.
     
  17. KimB

    Legend

    Joined:
    May 28, 2002
    Messages:
    12,928
    Likes Received:
    230
    Location:
    Seattle, WA
    Of course, it's a bit more than that, as you'll also have to spend the money for the motherboard that has two slots. Granted, if you're planning on doing this upgrade over two years or so, you'll probably upgrade your motherboard at least once during that time and so will only need to spend an extra $20-$50 or so....
     
  18. reever

    Newcomer

    Joined:
    May 17, 2003
    Messages:
    131
    Likes Received:
    0
    And a new motherboard, and most likely a new processor, and a new PSU, and possibly new memory if the motherboard only takes ddr2,
     
  19. KimB

    Legend

    Joined:
    May 28, 2002
    Messages:
    12,928
    Likes Received:
    230
    Location:
    Seattle, WA
    And so, as always when there's a platform switch, you would make such an upgrade when you planned on upgrading the entire system. You probably wouldn't just upgrade to a PCI Express video card now if, for example, you had a current AGP system with a 3GHz+ CPU.
     
  20. lost

    Newcomer

    Joined:
    Sep 29, 2003
    Messages:
    52
    Likes Received:
    0
    I really have a hard time believing the driver could be adding 15 or 30 ms of delays....maybe 15 or 30 ns which would still be well over 100 clock cycles on a modern processor.
     
Loading...

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...