Slashdot Mirror


AMD Releases Image of Phenom/Barcelona Die

MojoKid writes "A few weeks ago, AMD released information on new branding for their desktop derivatives of the Barcelona core, now dubbed the Phenom FX, X4 and X2. If you're unfamiliar with Phenom, the processors will be based on AMD's K10 architecture. They've been tight lipped about specifics, but we know that it will feature a faster on-die memory controller, support 64-bit and 128-bit SSE operations, and they'll be outfitted with 2MB of on-chip L2 cache (512KB dedicated per core) in addition to 2MB of shared L3 cache. This week, instead of revealing some more of the juicy details regarding those enhancements, AMD just sent over a tasty photo of a Phenom die. At least it's something."

33 of 129 comments (clear)

  1. wow a photo by jonathan+DS · · Score: 5, Insightful

    can you see how fast it is? How about some specs we understand?

    1. Re:wow a photo by farkus888 · · Score: 5, Funny

      well marketing now tells us the number of cores is the only important factor in performance. this has 4, most desktop pc processors are 2 right now, that makes it exactly twice as fast as current processors.

      --
      thats right, I rarely use capitals. deal with it. but don't mistake my laziness for stupidity
    2. Re:wow a photo by luder · · Score: 3, Funny

      Well, if I understood correctly, it still has overheating issues, as they're only capable of delivering a photo of a dead processor. Also, on a side note, isn't it funny that there's a website specially dedicated to hot hardware?

    3. Re:wow a photo by Jacer · · Score: 3, Interesting

      I understand your cynicism. Especially considering how a lot of processor intensive applications that most consumers use (games and other multimedia, and to a small margin running outlook, internet explorer, and MSN messenger together) get absolutely no benefit from SMP. However, as multi-core chips are rapidly becoming the defacto must have for everyone, I think developers are going to start coding to take advantage of this. We've already heard plenty of rumors about offloading most/all of the physics processing onto a chip that does it's computations in matrices rather than in any sort of linear fashion, streamlining the process both in method of computation and by freeing up your cpu cycles any number of other tasks (potentially an increase in game artificial intelligence, so it behaves less predictably, maybe do away with all of the nested tree structures and boolean choices) The only potential problem is increasing the complexity of development. Applications to take full advantage of all the new widgets will also take exceedingly more development time, support time, QA time, ect which will (alm0st) inevitably lead to a rise for consumers.

      --
      --fetch daddy's blue fright wig, i must be handsome when i release my rage
    4. Re:wow a photo by ceeam · · Score: 2, Insightful

      Frankly - who cares? It will be fast enough, no doubt. Speed is not the #1 characteristic of CPU anymore.

  2. Hype it up by jhfry · · Score: 4, Insightful

    I know that this is just a ploy to build up hype for the new processors... I just hope that the processor performs up to expectations.

    AMD really needs to respond to the Core 2 Duo's with something that tells the world that they are still in the race. I really don't want to see Intel become the unchallenged winner of the silicon wars... it would hurt us users in the long run.

    I fear that it is a real possibility however. The cost of fabs, R&D, and marketing have grown so much in the last few years that it would be VERY difficult for any newcomer to compete with Intel unless they managed to develop a completely different and low cost way to manufacture their chips... or they are very heavily backed.

    --
    Sometimes the best solution is to stop wasting time looking for an easy solution.
    1. Re:Hype it up by tomstdenis · · Score: 2, Insightful

      Where is it $266? The Q6600 at the local shop here in Ottawa is $670 CAD [currently on sale for $639]. I'll wait until I can actually find one for around $266 USD.

      Also keep in mind that the AMD design is a true quad-core. They didn't just hack two dual-cores together over an FSB. This is a true quad-core (e.g. the L3 is shared between all four cores) over a higher speed internal bus, attached with it's own memory controller, etc....

      Will the average OpenOffice or Firefox user notice the difference between the Q6600 and Barcelona? Most likely not. But if you're doing number crunching [say media filtering, encoding, chemistry, etc] the AMD design will likely pay off better.

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:Hype it up by GweeDo · · Score: 2, Funny

      Yup, that is why I buy AMD CPU's...they are so fun!

    3. Re:Hype it up by ChrisMaple · · Score: 4, Informative
      The only reason that AMD is still alive is that Intel made a series of blunders. Intel went exclusively with the expensive RAMBUS technology, kept the northbridge off-chip, chose clock speed over processing power. During the same period AMD integrated the memory controller, developed hypertransport, and emphasized processing power over clock speed. As a result, for several years AMD maintained a small performance advantage and slowly gained market share. Because Intel maintains a superior process technology, AMD's advantage was only a small one. Intel is much larger and can afford the huge expenses invloved in keeping the process advantage.

      Now that Intel is mostly past its blunders, it still has the advantage of superior process and is likely to maintain that advantage. Unless AMD can pull more rabbits out of its hat, its goose is cooked. I want AMD to regain the performance lead, but I don't think it's going to happen.

      --
      Contribute to civilization: ari.aynrand.org/donate
  3. The advantages of four cores on a single die by Eukariote · · Score: 5, Insightful

    On-chip connectivity can be much broader and lower-latency than off-chip connectivity. The two-dual-core in one package "quad cores" of Intel have to talk via the off-package north bridge. As you can see from the AMD Barcelona/K10/10h snapshot, the cores live together on a single piece of silicon.

    The space between the the cores is a very broad crossbar, allowing fast inter-core synchronization/cache-coherency. The uniform block at the edge of the chip, outside the cores, is the L3 cache shared by all four cores. Each core has its own L1 and L2 cache. This design is nicely symmetric: each core has equivalent resources. It should do very well on heavy-duty symmetric multiprocessing applications.

    1. Re:The advantages of four cores on a single die by suv4x4 · · Score: 2, Interesting

      On-chip connectivity can be much broader and lower-latency than off-chip connectivity. The two-dual-core in one package "quad cores" of Intel have to talk via the off-package north bridge. As you can see from the AMD Barcelona/K10/10h snapshot, the cores live together on a single piece of silicon.

      According to Intel engineers though, communication between the chips was never a bottleneck, so the avantages of one vs the other design are questionable. I'm not a processor engineer, but that holds true everywhere: throwing resources in improving something that's not a bottleneck.. actually does NOT help performance. Logic 101.

      And BTW:

      AMD just sent over a tasty photo of a Phenom die.

      All right! So I can print is and try it on a compatible motherboard, right? Right..

    2. Re:The advantages of four cores on a single die by Eukariote · · Score: 4, Insightful

      According to Intel engineers though, communication between the chips was never a bottleneck
      What a load of crap. For quite a few applications, it definitely is a bottleneck. If you have single-threaded tasks that sit happily on their own processor and do not intercommunicate, then, yeah, it does not matter much what connectivity the cores and dies have. But in the real world, multi-threading and SMP tasks do need to intercommunicate, often heavily so. Also, processes will often migrate from one core to the next because the core it was running on before is in use. At that moment, fast inter-core synchronization of the caches is very helpful.
    3. Re:The advantages of four cores on a single die by slashthedot · · Score: 4, Interesting

      The single die - four cores processor architecture from AMD could be a result of their collaboration with Sun which already has 8 cores in a single die general purpose processor UltraSparc T1 for more than a year. It's surprising though that the two chip makers, Intel and AMD, still lag behind Sun in terms of cores per die.

    4. Re:The advantages of four cores on a single die by TheRaven64 · · Score: 4, Informative
      The number of cores per die is limited by two things:
      1. Number of transistors per die.
      2. Number of transistors per core.
      Sun can put more cores on a die by having fewer transistors per core, it's as simple as that. Sun is bucking industry trends quite heavily at the moment (see here) by reducing the amount of die space take up by cache. Intel are right at the opposite extreme, with well over 50% of the Itanium die taken up with cache. Modern x86 chips are sitting at around the 50% mark. Intel could easily make a quad core chip with no cache for the same price as their dual-core chips, but performance would be much worse. They could make a single core chip with 50% more cache for the same price, but, again, performance would be worse.

      Exactly what the best trade-off is depends on your workload. Sun are aiming at the web-app server market. It's a good business decision, since this is a rapidly growing area. It's also one of the easiest workloads to run, since it's inherently massively parallel; each web-app typically has a few tens to a few thousand users per server. If one thread in a T1 has a cache miss, then there are a huge number of others that are able to take advantage of the processing resources. Intel and AMD have to support a lot of legacy single-threaded code. A cache miss in one of these is expensive. Main memory accesses are of the order of 100-200 cycles, and so a cache miss every 100 cycles would cause a 50% performance reduction. For the T1, with its 8 contexts per core, it would cause a negligible performance reduction overall, as long as the other threads still have work to do.

      --
      I am TheRaven on Soylent News
    5. Re:The advantages of four cores on a single die by edxwelch · · Score: 2, Interesting

      Actually even if all cores are on the same silicon, inter-core communication is not as good as it could be. This artical has some interesting information on the topic:
      http://www.xbitlabs.com/articles/cpu/display/dualc ore-dtr-analysis_12.html

    6. Re:The advantages of four cores on a single die by Wdomburg · · Score: 2, Informative

      Sun put eight in-order single-issue integer only cores on a single die. AMD is putting eight full superscalar cores with branch prediction, virtualization extensions, vector units, blah, blah, etc, etc. Very different design philosophies producing chips with very different aims.

      Sun's foray into more traditional processor designs - the Rock - isn't expected to ship until 2008 and will feature only four cores.

      The only designs actually on the market with eight traditional cores would be the IBM POWER4 and POWER5 lines, but those are dual core dies in a multi-chip module, reminiscent of the Intel scheme.

  4. and socket type? by Danathar · · Score: 3, Insightful

    And it will probably require ANOTHER slot type and force me to upgrade my motherboard yet AGAIN!

    Geeze...please let me keep my motherboard for 6 months!

    1. Re:and socket type? by Anonymous Coward · · Score: 2, Insightful

      No it doesn't require a new socket. The socket is still AM2, so you can keep your mainboard. The boards, that do come out now are AM2+ boards, they offer a new power saving tech for the Phenom's, which will save you about 10% power consumption.

    2. Re:and socket type? by Josef+Meixner · · Score: 5, Informative

      In every press release AMD stated it will run in AM2 sockets. If I remember correctly it will not be able to use the new hypertransport links, support for the new power saving functions (it can switch off complete cores if they aren't needed) in AM2 sockets, it will need AM2+ for that. Sorry, I am far too lazy to search for a reference for those last bits of information, it is something I read in a magazine (paper version).

    3. Re:and socket type? by Eukariote · · Score: 5, Interesting

      Indeed so. Anyone having bought or buying an AM2/AM+2 desktop motherboard can drop in Phenom processors. When you have a performance AMD 4x4 (1,207-pin Socket F) board with FX processors, you can drop in the new quad core FX chips as well. Similarly, when you have a DDR2 Opteron server/big-iron, you can also upgrade.

      That makes the current AMD platforms attractive: you can buy a cheap Athlon X2 chip to get good performance now, and later upgrade to a Phenom chip and get excellent performance and four-way multiprocessing. I plan to wait with my upgrade until the price comes down a bit.

  5. WTF? by GreatBunzinni · · Score: 4, Funny

    Photos of processor dies? WTF is this? Some kind of porn for uber-geeks?

    --
    Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
  6. Today's processor marketing explained to geek by DrYak · · Score: 3, Funny

    sed " s/number of GHz/number of cores/ " marketing.txt
    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Today's processor marketing explained to geek by pakar · · Score: 2, Funny

      So soon we will have 10^9 cores..

      Don't even wanna think about the overhead for checking locks :)

  7. Re:a mobile version? by Eukariote · · Score: 5, Informative

    For mobile, AMD has gone a different route for now, they have reworked the K8 for extremely low power: http://www.theinquirer.net/default.aspx?article=39 894. The two cores and memory controller get independent voltage planes. And the cores can clock up and down independently. It makes good sense: for mobile, low power is crucial.

    Many of the high-end features (double FPU units, hypertransport interconnects, and so on) of the Barcelona design are not required for a laptop, and add power draw caused by static leakage, even when not in use. In due time, though, AMD will no doubt rework the K10/Barcelona core into a mobile design. Probably they will release a moderately power mobile Barcelona version before that, for high-end workstation type laptops.

  8. Shhhhh! by dreamchaser · · Score: 3, Insightful

    Some of them are busy fapping to the pic right now, so hush. You'll spoil the mood.

  9. Danger! Danger! by eebra82 · · Score: 3, Funny

    Now that AMD released high-res pictures of this core, Epson can use their transistor printers we have read about and start selling this CPU ahead of AMD. Good job, AMD!

  10. Re:Direct links to JPEGs by instanto · · Score: 5, Funny

    I am thinking Sim City when I see this

    http://www.amd.com/us-en/assets/content_type/Digit alMedia/43263A_hi_res.jpg

    Looks like the industry areas are quite big, wonder how the pollution in that city is.

    No fires though, so that is a good thing.

    --
    // instant - "I for one welcome our new Decaff Coffee-Flavoured-Coffee Overlords"
  11. MMMM... Breakfast is computing by failedlogic · · Score: 2, Funny

    These multi-core CPUs are a great direction for the industry. The real question is, when is the 10 CPU processor coming out?

    I think this will be a great option for people who get in early at the office. The original Pentium is able to cook an egg on top of the CPU. With 4 cores comes complete breakfast for one person: 2 eggs and 2 toast. I suppose the real key is a workgroup CPU with 10 cores would be useful each is used to cook in total 4 eggs, 4 toast and 2 cups of coffee (you do have to feed your co-worker ... I think).

  12. Nooo... Not a new hype word!!! by LWATCDR · · Score: 2, Funny

    Okay I really like my AMD system but they need to be slapped hard for inventing a new goofy marketing term.
    MEGATASKING.
    Dude if you have over a 1024 tasks running at once you need to run some malware clean up software.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    1. Re:Nooo... Not a new hype word!!! by forkazoo · · Score: 2, Funny

      Okay I really like my AMD system but they need to be slapped hard for inventing a new goofy marketing term.
      MEGATASKING.
      Dude if you have over a 1024 tasks running at once you need to run some malware clean up software.


      My friend, you fail to appreciate the lunacy of the intricacies of marketing. That which you have described would, in fact, be merely kilotasking.
  13. whip by Jeek+Elemental · · Score: 2, Funny

    put the photo in L1 cache to send a not-so-subtle message to your cpu

  14. Well then, by TheCreeep · · Score: 2, Insightful

    Why don't they just release the CPU? I mean they have it working, they tested it and stuff.
    I'm not trolling, I'm just curious to find out what changes a processor goes through in it's last months before being launched.

  15. Re:Finally by Just+Some+Guy · · Score: 2, Funny

    It's about effing time... maybe chip manufacturers have finally clued in that cache is the single biggest characteristic of a processor that affects (NOT impacts) performance.

    Tell me about it. Those jackass chip hackers at Intel and AMD have been ignoring my advice for years in favor of their own cost/benefit analysis and engineering tradeoffs. If only they'd listen to us expects on Slashdot, there's no telling what they could accomplish!

    --
    Dewey, what part of this looks like authorities should be involved?