Most active commenters

    ←back to thread

    141 points zdw | 22 comments | | HN request time: 1.656s | source | bottom
    1. joelthelion ◴[] No.45665436[source]
    I don't quite get it. What's so special about having 32MB of cache? Why is it called "infinity"?
    replies(3): >>45665469 #>>45665483 #>>45665667 #
    2. noelwelsh ◴[] No.45665469[source]
    This article from the same site goes into the Infinity Cache design in a bit more detail: https://chipsandcheese.com/p/amds-cdna-3-compute-architectur...

    The summary is that it's a cache attached to the memory controllers, rather than the CPUs, so it doesn't have to worry about cache coherency so much. This could be useful for shared memory parallelism.

    replies(4): >>45665492 #>>45667781 #>>45668849 #>>45669934 #
    3. pixelpoet ◴[] No.45665483[source]
    What makes Intel's SMT implementation "hyper"? What makes Mario "Super"? It's just marketing.
    replies(3): >>45665686 #>>45665769 #>>45667766 #
    4. joelthelion ◴[] No.45665492[source]
    Thank you!
    5. phire ◴[] No.45665667[source]
    AMD named their memory fabric "infinity fabric" for marketing reasons. So when they developed their memory attached cache solution (which lives in the memory fabric, unlike a traditional cache), the obvious marketing name is "infinity cache"

    The main advantage of a memory attached cache is that it's cheaper than a regular cache, and can even be put on a seperate die, allowing you to have much more of it.

    AMDs previous memory fabric from the early 2000s was called "Hyper Transport", which has a confusing overlap with Intel's Hyper Threading, but I think AMD actually bet intel to the name by a few years.

    replies(4): >>45665841 #>>45666573 #>>45673803 #>>45676022 #
    6. themafia ◴[] No.45665686[source]
    > What makes Mario "Super"?

    The Super Mushroom power-up.

    replies(1): >>45665952 #
    7. arjvik ◴[] No.45665769[source]
    Hyperthreading is technically a level above superscalar?
    8. typpilol ◴[] No.45665841[source]
    How's latency vs a traditional?
    replies(1): >>45666039 #
    9. ahofmann ◴[] No.45665952{3}[source]
    SCNR: What makes the Mushroom power-up "Super"?
    replies(1): >>45666096 #
    10. Tuna-Fish ◴[] No.45666039{3}[source]
    It has a higher latency than AMD's L2 caches, but similar compared to Nvidia's L2. [0]

    I think AMD might be ditching it for the next gen in exchange for growing the L2's, because the lower latency is beneficial to ray tracing.

    [0]: https://substackcdn.com/image/fetch/$s_!LHJo!,f_auto,q_auto:...

    11. fruitworks ◴[] No.45666096{4}[source]
    It's got what mario craves
    replies(1): >>45667803 #
    12. ◴[] No.45666573[source]
    13. dripdry45 ◴[] No.45667766[source]
    Apparently, Mario actually was the super for the building that they were in. He was not super, he was the super (supervisor) fixing stuff
    replies(1): >>45670264 #
    14. jbreitbart ◴[] No.45667781[source]
    Since it is attached to the memory controller, one could argue that it is truly the final level of the cache hierarchy and the term infinity is not only a marketing term.
    replies(1): >>45668674 #
    15. askl ◴[] No.45667803{5}[source]
    Electrolytes?
    16. ot ◴[] No.45668674{3}[source]
    But then you could add another level of slower (but still faster than RAM) and larger cache. So it is after all the CPU caches, but the first of all the memory caches. A more mathematically correct name would be L_omega.
    17. p_l ◴[] No.45668849[source]
    IBM Power8 and Power9 used Centaur chips which had similar "last level cache" onboard.

    Because it is last level before the actual ram chips, no coherency involved.

    18. MisterTea ◴[] No.45669934[source]
    Sounds a bit like a tightly coupled memory (TCM) in an embedded CPU; Fast single cycle RAM shared across the system.
    replies(1): >>45670067 #
    19. ignaloidas ◴[] No.45670067{3}[source]
    This is quite exactly the opposite of TCM in fact
    20. motorest ◴[] No.45670264{3}[source]
    > Apparently, Mario actually was the super for the building that they were in. He was not super, he was the super (supervisor) fixing stuff

    +1 insightful.

    21. FuriouslyAdrift ◴[] No.45673803[source]
    Infinity Fabric is, in fact, the current superset of HyperTransport. HyperTransport is an IO architecture for chip to chip communication and has been used by pretty much everyone. It's also an open spec and has a consortium managing it.

    https://en.wikipedia.org/wiki/HyperTransport

    22. adrianmonk ◴[] No.45676022[source]
    Confusing, yes, but at least they didn't call it "HyperLink".

    Also, Ross Technology beat them both to "hyper" names with the hyperSPARC CPU.