AMD: Southern Islands (7*** series) Speculation/ Rumour Thread

Discussion in 'Architecture and Products' started by UniversalTruth, Dec 17, 2010.

  1. Raqia

    Regular

    Joined:
    Oct 31, 2003
    Messages:
    508
    Likes Received:
    18
    Interesting. Wonder what this means for the APU that comes after Trinity. Who needs an FPU when you can make the GPU circuitry do double duty?
     
  2. Alexko

    Veteran Subscriber

    Joined:
    Aug 31, 2009
    Messages:
    4,541
    Likes Received:
    964
    Yes, it does look a lot more like Fermi than Cayman did. There's still one major difference, though: no SIMT, just a classic Scalar + SIMD.
     
  3. Alexko

    Veteran Subscriber

    Joined:
    Aug 31, 2009
    Messages:
    4,541
    Likes Received:
    964
    The latency should still be way, way too high for many workloads.
     
  4. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    From a software perspective how do we know each D isn't a T? Each SIMD lane could very well be dedicated to a pixel/vertex/control-point/work-item. Otherwise how are they going to get SIMD instructions out of the average compute program?
     
  5. rpg.314

    Veteran

    Joined:
    Jul 21, 2008
    Messages:
    4,298
    Likes Received:
    0
    Location:
    /
    Any body has any idea where these slides might be?

    EDIT: A pdf of entire deck would be nice.
     
    #185 rpg.314, Jun 15, 2011
    Last edited by a moderator: Jun 15, 2011
  6. rpg.314

    Veteran

    Joined:
    Jul 21, 2008
    Messages:
    4,298
    Likes Received:
    0
    Location:
    /
    It's a huge change.
    All these should come out with 7xxx series. But I wouldn't be surprised if all of these didn't.
     
  7. rpg.314

    Veteran

    Joined:
    Jul 21, 2008
    Messages:
    4,298
    Likes Received:
    0
    Location:
    /
    Anyone who does not want to invest a dime in his existing codes.
     
  8. rpg.314

    Veteran

    Joined:
    Jul 21, 2008
    Messages:
    4,298
    Likes Received:
    0
    Location:
    /
    So, if I understand correctly, AMD has reduced the branching granularity from 64 to 16. Right?
     
  9. entity279

    Veteran Subscriber

    Joined:
    May 12, 2008
    Messages:
    1,332
    Likes Received:
    500
    Location:
    Romania
    Charlie was saying about 3-4 weeks ago that no new gpu is expected until winter 2012 (from both AMD & nV).

    LE: This related to 8000 morphing into 7000 series speculation.
     
  10. liolio

    liolio Aquoiboniste
    Legend

    Joined:
    Jun 28, 2005
    Messages:
    5,724
    Likes Received:
    195
    Location:
    Stateless
  11. Tridam

    Regular Subscriber

    Joined:
    Apr 14, 2003
    Messages:
    541
    Likes Received:
    47
    Location:
    Louvain-la-Neuve, Belgium
    No. Instead of 16 vec5 over 4 cycles they will do 4x 16 scalar over 4 cycles.
     
  12. rpg.314

    Veteran

    Joined:
    Jul 21, 2008
    Messages:
    4,298
    Likes Received:
    0
    Location:
    /
    So,

    a) 4 different wavefronts from one workgroup issue to a CU.

    b) 4 different wavefronts from 4 different workgroups issue to a CU.

    What is it?
     
    #192 rpg.314, Jun 15, 2011
    Last edited by a moderator: Jun 15, 2011
  13. Gipsel

    Veteran

    Joined:
    Jan 4, 2010
    Messages:
    1,620
    Likes Received:
    264
    Location:
    Hamburg, Germany
    It's easy. As each "thread" in a GPU has no own control flow, it is really only a D, not a T in SIMD (lane masking dosn't help that fundamental issue). There is no difference (and never was) between AMD an nvidia in this respect. Everything else are just stupid marketing terms.
     
  14. Gipsel

    Veteran

    Joined:
    Jan 4, 2010
    Messages:
    1,620
    Likes Received:
    264
    Location:
    Hamburg, Germany
    Edit: To account for edit.

    How many work groups can coexist on one CU depends on the resource allocation (as today). If you don't use a lot of local memory for instance, several workgroups can potentially run in parallel.
     
    #194 Gipsel, Jun 15, 2011
    Last edited by a moderator: Jun 15, 2011
  15. rpg.314

    Veteran

    Joined:
    Jul 21, 2008
    Messages:
    4,298
    Likes Received:
    0
    Location:
    /
    I should have phrased it better.

    a) 4 different wavefronts from one workgroup issue to 4 simd's in a CU.

    b) 4 different wavefronts from 4 different workgroups issue to 4 simd's in a CU.

    What is it?

    I think it should be (a), else it would break dx11 spec.
     
  16. GZ007

    Regular

    Joined:
    Jan 22, 2010
    Messages:
    416
    Likes Received:
    0
    Iam wondering if the TMU-s are still in CU-s :?: Not a single slide mentioned them.
     
  17. rpg.314

    Veteran

    Joined:
    Jul 21, 2008
    Messages:
    4,298
    Likes Received:
    0
    Location:
    /
    It was a preview of compute arch. TMU's weren't mentioned in Fermi's compute briefing either.
     
  18. fellix

    Veteran

    Joined:
    Dec 4, 2004
    Messages:
    3,552
    Likes Received:
    514
    Location:
    Varna, Bulgaria
    I guess they will follow NV's direction in GF110 and (re)introduce 16-bit TMU quad per CU.
     
  19. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    Yes that's exactly what I'm saying. nVidia's "T" is just an independent data set. So no different from SIMD. I was responding to Alexko's comment that SIMT != SIMD. The only real difference is that developers don't have to explicitly code SIMD instructions compared to typical cases, SSE/AVX etc.
     
  20. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,059
    Likes Received:
    3,119
    Location:
    New York
    Both are probably supported. I believe multiple blocks can be running in parallel on an SM so why not multiple workgroups per CU? Each workgroup probably runs on a single CU though for the usual reasons.
     
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...