Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

AMD Quad-Core Opteron (Barcelona) Tech Report

Posted by Zonk on Sun Jul 22, 2007 04:23 PM
from the lovely-place-for-a-chip dept.
crazyeyes writes "AMD has been very tardy with Barcelona. Countless AMD fans have eagerly awaited a new processor. As the day draws closer, TechARP takes a look at the upcoming quad-core AMD Opteron. Is there more to it than just its four processing cores? Will it be the Intel-killer that AMD promised long ago? From the article: 'AMD is in the same boat as ATI. Delays after delays of their long-awaited Barcelona core not only ensured the dominance of their rival, Intel, in the desktop processor market, it also ensured that Intel would be the only choice for those who want a quad-core processor. Although that wait will end in August, 2007 when the Barcelona is finally launched, it remains to be seen if AMD's new processor will be able to inflict serious damage to Intel's dominance.'"
+ -
story

Related Stories

[+] AMD's Barcelona to Outpace Intel by 50% 199 comments
Gr8Apes writes "AMD is upping the performance numbers for Barcelona by stating that "Barcelona will have a 50% advantage over Clovertown in floating point applications and 20% in integer performance 'over the competition's highest-performing quad-core processor at the same frequency'". AMD also claims that the new 3.0 GHz Opterons beat comparable Intel Xeon 5100 series processors in three server-specific benchmarks (SPECint_rate_2006, SPECint_rate2006, SPECompM2001) by up to 24%."
[+] AMD Announces August Release Date for Barcelona 128 comments
An anonymous reader writes "Rumors said the release wouldn't be until late Q4 but an August ship date is now promised for AMD's quad-core chips. They're only releasing up to 2.0 GHz processors at first, with the top speed devices coming out later in the year. 'AMD's Barcelona puts four cores on a single slice of silicon, an approach AMD calls native quad-core, and the company has argued that Barcelona will outperform the Xeon 5300. The only problem: that comparison soon will become obsolete. Intel's second-generation quad-core server processors, Harpertown a server member of Intel's Penryn family, will arrive this year, too, with the promise of better performance, lower power consumption and lower manufacturing costs by virtue of a manufacturing process with 45-nanometer features. AMD is only just now moving to a 65-nanometer process.'"
[+] AMD Finally Unveils Barcelona Chip 118 comments
Justin Oblehelm writes "AMD has finally unveiled its first set of quad-core processors, three months after its original launch date due to its "complicated" design. Barcelona comes in three categories: high-performance, standard-performance and energy-efficient server models, but only the standard (up to 2.0 GHz) and energy-efficient (up to 1.9 GHz) categories will be available at launch. The high-performance Opterons, together with higher frequencies of the standard and energy-efficient chips, are expected in the out in the fourth quarter of this year. But it's far from clear that this is the product that will help right AMD's ship."
[+] Intel Harpertown (Penryn) Quad CPUs Benchmarked 88 comments
unts writes "The Intel Developer Forum is currently running in San Francisco, and Intel is showing off the up-coming Harpertown processors based on the Penryn core. HEXUS got hands on with a test system and ran some performance tests: 'Harpertown is a better quad-core processor than Clovertown: it's as simple as that. More L2 cache will gobble-up larger application data-sets and a higher FSB, on select models, will ensure that per-CPU bandwidth is less of a concern.'"
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by Fyre2012 (762907) on Sunday July 22 2007, @04:33PM (#19948283) Homepage Journal
    I recall Intel was up in a fuss when AMD released the 64 bit chips. The market 'ooh'd and 'aahd' in delight of the new architecture, supposing that it would herald in a new era of computing in a similar way that the jump from 16 to 32 did.

    The reality of the situation became that the great majority of Athlon64 users were running 32 bit apps, and continue to do so.

    There has yet to be a dire 'need' for 64 bit processing, much to the similar way that there isn't a dire need for more than 4 GB of ram in a desktop machine.

    At work, I'm the Sysadmin for a dedicated hosting company (Linux, mostly Gentoo), and even in that market I don't know of any of my users running 64bit. any performance advantages are outweighed by incompatibilities and plain old PITA to get things working.

    That said, the delay in developing these quad core procs shouldn't put that big a dent in the pocket / market share of AMD simply because it's a niche market that has yet to be widely adopted.
    • by Inoshiro (71693) on Sunday July 22 2007, @05:03PM (#19948507) Homepage
      "There has yet to be a dire 'need' for 64 bit processing, much to the similar way that there isn't a dire need for more than 4 GB of ram in a desktop machine. "

      1987 called, they want to use more than 64k of RAM. How can they do that without going to 32-bit?

      2007 called back, just to let you know that 4gb of RAM was $150. That's right, $150. At that point, a lot of people are starting to wake up to the unpleasant smell of Intel's PAE (that's right, segmenting, but with 32-bits!). We're also living with the limitations of the 32-bit tlb and the paging methods used. I have a machine here with 4gb of RAM, and it's not unusual because of how cheap RAM is. Linux can run it as 4gb of RAM in 64-bit mode no problem, or I can run in 32-bit with 3.6gb of RAM because the PCI bus and other devices all map to that high region (just like everything above 640k was mapped to devices back in the 20-bit addressing days). Windows 32-bit does the same thing.

      Now, while Linux 64-bit is stable and mature (having been something I've used for 3 years, after which most of the userspace apps have been cleaned up to work), Windows 64-bit is still not all there. Naturally, the proprietary apps will always live in the land of 32-bit. Supreme Commander, a recent DX10 game, has a lot of 32-bit troubles -- running out of RAM and crashing. One of the things you have to do to play it well is add /3GB to your boot.ini, and patch the EXE to enable larger address spaces for userland applications.

      Now, 10 years ago, or even 5 years ago, that would not have been even on the radar screen. Now that you can buy 4gb of RAM for less than $200 (CAD or USD), and now that we have games and applications that need it (beyond the VFS cache; go look at some series SQL applications or scalable web applications), I think you're way off base, and you sound like someone talking about how 64k of RAM (the 16-bit addressing limit) is more than enough for anyone.

      If all you're doing is sysadmining mom-and-pop's micro website that runs fine with 1 or 2gb of RAM, you'll never know this. If you're sysadmining a company that relies on this stuff, and has a cluster of machines that need to be up and running with gobs of RAM to buffer slower disks and backplanes, you'll know better. When normal users can get 4gb of RAM for next to nothing, the server machines better have at least 32gb of RAM.
      • Re: (Score:3, Informative)

        2007 called back, just to let you know that 4gb of RAM was $150

        If you'd watch the market more regularly, you'd know that RAM has priced out at anything between $30 per gigabyte and $125 per gigabyte in the past 12 months. Last summer it was around $60-$75 per GB, rising to the $125/GB figure in the fourth quarter of 2006. Right now it's bouncing around in the $30-$50/GB range.

        All depends on what week you buy it and what week your retailer bought their stock.

        I'm hoping that inexpensive ($30 or less)
    • Re: (Score:3, Interesting)


      That said, the delay in developing these quad core procs shouldn't put that big a dent in the pocket / market share of AMD simply because it's a niche market that has yet to be widely adopted.


      From what I've heard, the Intel quad cores are selling like hot cakes for running virtual machines.

      And it's not only quad core, Barcelona also brings a bunch of core improvements, sorely needed to keep AMD competetive with Core2.
    • by fm6 (162816) on Sunday July 22 2007, @06:36PM (#19949255) Homepage Journal

      There has yet to be a dire 'need' for 64 bit processing...
      As usual, slashdotters are critiquing the computer marketplace as if it were all about them. It's not.

      Of course nobody's running 64-bit applications at home on at the office. Because the dominant player there is Microsoft — whose 64-bit support on the desktop is either lame (try to find even basic drivers for XP-64) or a nightmare (try to run Vista-64 at all!). Can't really run 64-bit apps without a 64-bit OS, can you?

      On the other hand, there's a huge demand for 64-bit apps that run on high end workstations and servers. How do think AMD managed to grab so much market share so quickly? By finding a way to meet that demand ahead of Intel, that's how.

      If it weren't for this demands I wouldn't have a job — documenting x64 servers for Sun. Yes, Sun. Its a big profit center for them these days.

      At work, I'm the Sysadmin for a dedicated hosting company (Linux, mostly Gentoo), and even in that market I don't know of any of my users running 64bit. any performance advantages are outweighed by incompatibilities and plain old PITA to get things working.

      All that tells us is that Gentoo 64-bit support sucks and that you're not supporting any high-end applications. What have you got, some low volume commerce and web presence sites? If you were doing millions of transactions a day, you'd be needing to squeeze all the performance out of your servers you could manage. Which is why the big boys run serious 64-bit OSs: RHEL, SLES, Solaris, Windows 2003.
      • Ahh more FUD (Score:4, Insightful)

        by Sycraft-fu (314770) on Sunday July 22 2007, @10:09PM (#19951079)
        Vista 64-bit and Xp 64-bit work just fine, thanks. I'm running Vista-64 right now. We make a fair bit of use of both at work, for precisely the reason that we have apps that run out of 4GB of RAM.

        As for your drivers comment, well let's see here: Intel has 64-bit XP and Vista drivers for their motherboards (and by extension graphics) and NICs as far back as their 865 series (anything older doesn't support 64-bit CPUs). Vista-64 has native support for older nVidia chips (GeForce 2 is the oldest I've tried) and nVidia provides downloadable drivers for their 5 (FX) series and newer. ATi likewise has support in the OS for some older chips, and downloadable drivers for the 9500 and newer for XP-64 and Vista-64. Broadcom has XP-64/Vista-64 drivers out for all their NICs (both 44XX and 57XX series). LSI has 64-bit drivers for, well, all their products that I can see for XP and Vista (and Linux and Solaris). Colorvision has 64-bit drivers and is Vista compatible. Logitech, Microsoft, and Saitek all have 64-bit drivers and support apps out for their input devices.

        I could go on but basically any modern hardware seems to have no problems at all with 64-bit drivers. In fact, on all the 64-bit Windows systems I've set up, I've never encountered a component we didn't have a driver for. I'm not saying there aren't some oddballs out there, I'm saying that the vast majority of stuff DOES have a driver and thus it is a non-issue.

        When you are countering some FUD, please don't spread your own. You may to like MS OSes, that's fine, but it is a lie to say that finding drivers for 64-bit Windows systems is hard. The vast majority of devices, including specialty devices (I've got 64-bit Vista drivers for my colorimeter and StudioCanvas for example) have 64-bit drivers. It is just a non-issue. Far more rare is 64-bit software, but thankfully 32-bit software runs without problems on the 64-bit OS.
      • Re: (Score:3, Interesting)

        Of course nobody's running 64-bit applications at home on at the office. Because the dominant player there is Microsoft -- whose 64-bit support on the desktop is either lame (try to find even basic drivers for XP-64) or a nightmare (try to run Vista-64 at all!). Can't really run 64-bit apps without a 64-bit OS, can you?

        Amen to that. I've run both XP 32- and 64-bit on this machine, and now I'm giving Vista x64 a go. XP 64-bit is a total joke - driver support is almost totally lacking, and now with Vista, I

    • Re: (Score:3, Interesting)

      The market 'ooh'd and 'aahd' in delight of the new architecture, supposing that it would herald in a new era of computing in a similar way that the jump from 16 to 32 did.

      The 80386 was introduced in 1985, but the transition to 32 bits in software was really only done in 1995. Windows 3.1, released seven years after the 386, still ran on the 286. Word 6.0 for DOS, released in 1993, still could run on an original 8086.

      The first 64-bit x86 processors were introduced in 2003. If they "herald in a new era of
  • by Kjella (173770) on Sunday July 22 2007, @04:46PM (#19948369) Homepage
    Intel basicly took a big hammer to any AMD claims of "more affordable quad-core" with their cut today from $530 to $266 for the cheapest quad core, which I doubt AMD can do much better than. I also don't expect them to top the QX6850 for performance right off the bat, since they clearly fail to do so in dual core. AMD is bleeding a lot of money right now and Intel knows to push when it hurts. Right now AMD is staying competitive but with the massive cuts to margins it can't be good for neither profits nor R&D. Intel is not going off on a huge strategic blunder like the PIV or Itanium again, this time they're on the ball and overclocking results suggest they have a lot of headroom.

    The latest batch of ATI cards have failed to compete with the 8800GTX and instead compete against lower clocked cards, presumably again with cut margins. Right now AMD and ATI to me look like two second place companies, and if they try to integrate closer they'll drag each other down. I'm certainly not inclined to buy those two as a package...
    • by bluSCALE4 (975190) on Sunday July 22 2007, @04:58PM (#19948473)
      That's because you're not aware of the power of using the GPU in coordination with the CPU. Folding certainly shows GPU as a force not to neglect. You also fail to realize into your comment that quad cores are two dual cores. AMD and Motorola would do this sort of thing to claim next tier technology when in reality they were today's tech on steroids (They often fix GHz speeds with two CPU sets). Now, for some reason, AMD has opted not to do that and we'll see the true worthyness of this strategy with the release of the true quad core.
      • Re: (Score:3, Interesting)

        You also fail to realize into your comment that quad cores are two dual cores.

        I know, and I also don't give a shit. I got a single-socket mobo and four cores running, you don't. I don't need a special and expensive dual-socket mobo, eATX case or whatnot. That's 99% of the advantage there already. The notion that "real" quad-core makes a big difference is at best disputed, maybe if you have a lot of core-core communication but well... I don't see how that could be a very big bottleneck for normal quad-core u
    • Re: (Score:3, Informative)

      And if it continues to go this well, Intel will push AMD entirely out of the competitive CPU marketplace. Next they'll go after VIA in the low-end, low-power markets and drive them out, and they'll reinvigorate their efforts on IA64, attempting to go after the high-profit Sun and IBM sockets.

      In essence, the desktop will slow and rot, perhaps giving us another boneheaded move like NetBurst.

      You can take all of that with a grain of salt, but remember this... It's been hammered here many times before that a com
    • Re: (Score:3, Informative)

      Intel is not going off on a huge strategic blunder like the PIV or Itanium again, this time they're on the ball and overclocking results suggest they have a lot of headroom.

      Really? I'm not so sure.

      Sooner or later they're going to have to go for something similar to an Itanium processor. Once pushing clock speed runs out, pushing cores runs out, pushing micro-op improvements runs out, they're going to start looking at the instruction set.
      You can bet that if they could change the instruction set at a whim they would have done a long time ago, and the processor would perform much better.

      I think it's inevitable that in the next 10 years things will start to look towards It

    • Re: (Score:3, Insightful)

      Right now AMD and ATI to me look like two second place companies, and if they try to integrate closer they'll drag each other down.

      I look at it this way: there are only three players, AMD, Intel, and nVidia. Beyond that you're not going to find a chipset, cpu, or gpu worth anything. The only company that (now) has sufficient expertise in all three areas is AMD. Intel has done a good job with centrino, but clearly has no interests and lacks knowledge in the GPU arena (they've only done the bare minimum w

    • Intel needs more then just true quad core. They also need memory controllers build in the cpus and a cpu to cpu link that does need to use the NB to talk the other cpu and also have so you can have more then one NB like chip like you can on a amd system. With a 2 way amd system you can have 2 chip set links and up to 2 HTX slots.
    • by ciroknight (601098) on Sunday July 22 2007, @05:00PM (#19948495)
      Guess what? The market doesn't give a shit, they just want multiples of 4 in one socket, period. Even AMD admits it was a mistake not to go MCM; Intel got the drop on them, and has deepened their lead quite substantially, leaving AMD sitting on their hands with no competitor for far, far too long (and their upcoming competition will quite frankly devastate them in the short run, however in the long run...).

      Intel had the option to rest on its laurels; they don't like to work any harder than necessary to remain on top, and the Core marchitecture gave them a huge.. well I'll say it.. "Leap Ahead" of the competition. Unfortunately, Intel's more of a bunny; hop a few times then get tired and sit around, whereas AMD is more of the turtle (slow to market, but rather constant). Well all know who wins the race.
        • by Wavicle (181176) on Sunday July 22 2007, @07:21PM (#19949681)
          If AMD wanted to, they could have hads Intel's style "quad core" long ago.

          And yet they don't, and they just posted a $600 MILLION loss in one quarter. The difference between what AMD lost and Intel made last quarter is almost 2 billion dollars. Maybe you should take your market genius over there and help them turn it around.
    • "True" QC, "fake" QC, what does it really matter? The only things that really matter in the end are performance and price (and possibly power dissipation). From the standpoint of a consumer, the internal technology has no importance at all.

      Now, if you said that "true" quad core was going to make the chips be twice as fast as Intel's, at half the price, then that would be interesting. Of course, you could say that the chips would twice as fast at half the price, and that would be just as interesting - the technology has nothing to do with it.
    • Doesn't matter (Score:4, Insightful)

      by Sycraft-fu (314770) on Sunday July 22 2007, @05:03PM (#19948513)
      Geeks love to work themselves in to a lather over technical difference but to the end user, quad core is just 4 processors in a single socket, doesn't matter how it is delivered. Now if the Intel solutions performs poorly because of the 2x2 design then it could be a problem. However, thus far, it doesn't seem to. On the kind of apps that can use the power (like a 3D renderer for example) they just shine.

      In the end it doesn't matter how it is delivered, it matters who can deliver the good performance per $$$. Intel's quad core chips go a long way to doing that in the markets that can use them. The reason is it gets expensive to add physical processors to a board. A single socket board might be $100, but the same thing in a dual socket variety can be $400-600 and you don't even want to see the prices on quad sockets. Thus being able to drop 4 cores in to a standard desktop board, even if they aren't a monolithic 4 core package, is a good deal for many.

      Technical arguments and contrived benchmarks mean nothing. The only things that matters is how fast it runs the things you actually, really do, and how much it costs.
    • Re: (Score:3, Insightful)

      It's not all about multi-threaded programs - being able to run multiple single threaded programs concurrently is also important.
    • Re: (Score:3, Insightful)

      No doubt that from a design perspective the barcelona is superior to an intel dual/dual core design. The problems is of course yields and bins. barcelona is a more expensive design because of lower yields from larger slabs of silicone. The only way to overcome that is to make much less complex, lower transistor count cores to up yields. otherwise, make a point-2-point bus working at much higher bandwidths and make seperate cores and glue them together(Intel). Intel will win this game because of better yi
      • by Maniac-X (825402) on Sunday July 22 2007, @06:09PM (#19948997) Homepage

        Intel has had an 8-core platform since last summer. Are they talking about "native" quad-core? Does a slight technical difference matter when one exists and one does not exist? How do we know "native" quad-core is better than dual-dual-core-on-a-single-chip?


        Actually it makes a lot more difference than you'd think. This is most evident in caches. Intel's quadcore has two shared L2 caches (one per two cores). AMD has a full L2 cache per core AND a shared 2mb L3 cache. Intel doesn't have an L3 cache on any of their stuff. Besides that, HTT is a lot faster than Intel's dated FSB. More bandwidth and faster aggregate links means that yes, the native quadcore will be a lot better.

        Aside from that, AMD also still has much better memory performance via the on-chip memory controller, and doubled-width op registers from the last gen AMD stuff.
          • Re: (Score:3, Insightful)

            It will be an easy decision for many of us. Whichever platform runs our applications the best will be the one we spend our hard-earned cash on. Personally, if the boost in productivity (music and video production) I got when I moved to a dual Xeon and a Core2Duo (2 boxes, of course) is any indication, I'm going to like this proliferation of cores.

            If I could only get my favorite applications (like Logic Pro or Sonar or Wavelab or Nexus or Kontakt or Premiere or After Effects or even Flash) was available in
          • Its not the size that counts, its how you use it. ;)

            Per core cache is faster than shared cache.
            L3 is better as well because it means it can be used to transfer data between cores instead of main memory.
      • Re: (Score:3, Interesting)

        Native quad-core is better than dual-dual-core because more cores can exchange cache snoop data over CPU-speed internal buses instead of low-speed external buses. Cache snooping quickly kills performance scaling on shared FSB architectures like the P3, P4 and Core 1&2. Since the same FSB is also used for memory IO, cache snooping robs some more of the FSB-limited memory performance on P3/P4/Core-1&2 FSB-based SMP architectures.

        Shared FSB systems do not scale... even Intel knows that. However, dual-d