Slashdot Mirror


AMD Says Power Efficiency Still Key

Larsonist writes to tell us that even though AMD's new architecture wont be released until mid-2007 they are still letting people in on what some of the new features will be. From the article: "While clock speeds have not been revealed, each of the four cores will integrate 64 KB L1 Cache and 512 KB L2 cache. The native quad-core architecture will also include a 2 MB shared L3 cache, which may increase in capacity over time. The processor will have a total of four Hypertransport links - up from three today - that provide a total bandwidth to outside devices of 5.2 GB/s. AMD is also thinking about integrating support for FB-DIMMs 'when appropriate.'"

13 of 167 comments (clear)

  1. Almost obligatory statement... by Pharmboy · · Score: 5, Interesting

    But will it run Vista? (j/k)

    Is Vista going to support 4 cores, or like XP Pro and 2k, limit it to 2 "cpus" so they can charge more for the server version?

    --
    Tequila: It's not just for breakfast anymore!
    1. Re:Almost obligatory statement... by adisakp · · Score: 4, Informative

      MS licensing is for currently for physical CPU's not for cores. Right now a dual xenon (two CPU's) counts as two CPU's in MS licensing terms but a dual-core (two CPU's within a single die or processor socket) is one CPU under MS licensing terms.

      In other words, MS counts sockets, not cores.

    2. Re:Almost obligatory statement... by Anonymous Coward · · Score: 5, Informative

      Microsoft will not charge per core anytime soon. They might have a dominating position on the desktop, but when it comes to servers, they're fighting tooth and nail to get a position of respectability, let alone dominance.

      So, let's look at the two markets seperately.

      Desktop, the users are likely to not care too much, provided the "Per core" cost is low enough. When we start seeing 4/8/16 core CPUs, a $10 per core fee will add up quick, but most home users will be using OEM copies and won't see that cost. Most business will have site licenses and won't care. But, some home users will, and some businesses will care, and they'll seriously consider alternatives (Maybe, maybe not switching). Microsoft would much rather "lose" money by not fleecing people, than have them even CONSIDER switching, so management's going to ditch the idea for desktops and workstations.

      Server market... they need any advantage they can get. They main competition is Solaris, BSD, and Linux. Linux and BSD are *free*, and Solaris has a bunch of good features which are pretty much Solaris only, even still. Charging per core would be suicide in this market, too.

      So, what market would charging per core be a good idea for Microsoft? None. Say what you will about their software writing abilities, but nobody should doubt their marketing prowess.

    3. Re:Almost obligatory statement... by eggoeater · · Score: 4, Informative
      but when it comes to servers, they're fighting tooth and nail to get a position of respectability, let alone dominance.
      Are you kidding?
      I work for a very LARGE bank. I guarentee you we have more boxes running MS Server 2003 than all others combined.
      We have some HPUX, IBM, and SUN sprinkled in there but several of the vendor apps I've worked with lately has dropped all support
      for SunOS and is now requiring Windows Server for their apps.
      We use to run Novel for our file servers but that was dropped for MS Active Directory.
      The next leading server OS we use is probably zOS. No Linux yet but I know the powers-that-be are looking at it.
      (BTW, I'm no MS fanboy, I'm just making a point.)

      I'm sure there are many industries in which MS does not have the majority of the server market but
      large financial groups are not among them.

    4. Re:Almost obligatory statement... by eggoeater · · Score: 4, Informative
      I'm sorry, but how does your anecdotal evidence of a single company change the fact that the majority of servers are not Windows? Microsoft was recently celebrating the fact that they hit the 25% mark for server sales (for a single quarter), and last I checked, 25% wasn't even a plurality in the server market.
      I wasn't saying they have a majority overall, just in my company.
      I was giving an example to counter the GPs claim that MS doesn't have respectability in the server market.

      Not only do they have respectability, I see more and more vendors requiring them and most custom apps we write is on MS (desktop and server), although a lot of our web stuff is IBM (websphere, etc).
      I work in telecommunications; Aspect, Avaya, Cisco (not cisco routers/switches) have ALL migrated from other OSs to MS in the past 5 years for their server and desktop apps.

      Yes, Novel, Sun, HP, and IBM are huge in the server business. Except for IBM, they will steadily lose share to MS over time.
      One of the main reasons this hasn't happened faster (like in the desktop arena) is because there are a LOT of home-grown apps that companies have built over the past 15 years that still require a particular OS to use.
      At the bank I work for, we have a home-grown desktop app that is "critical". It was originally written for OS2. Around 1997 the team was forced to port it to MS windows NT.
      The conversion was brutal and it took them forever to get all the bugs worked out.
      Cut to 9 years later. WERE STILL USING THAT APP! (and no one is happy about it.)
      They've tried 4 times in the past 5 years to either have it rewritten or replaced with a vendor product, but every project has failed.
      It's so bloated and patched it's a nightmare to maintain, but even tougher to replace.


      Now apply that story to the thousands of custom server apps in thousands of companies around the world that only run on SunOS, HPUX, Novel, etc.
      The number of custom web apps alone that have been written on Sun servers could keep that company going another 20 years.
      We run a lot of MS server OS at work because we've been busy migrating stuff over the past 5 years. (a LOT of stuff.)

      So, my point is, MS Server OSs are not only respectable, but many large companies are actively moving towards them because they see it as streamlining. (Large companies like to be consistent and stick to "industry standards", even if it doesn't make good business sense.)
      MS knows it's going to take time; it's not like replacing a desktop OS.


    5. Re:Almost obligatory statement... by catacow · · Score: 5, Informative

      SMP means the processors are similar (i.e. can run identical binary code). They do not need to run in lock-step synchonization to be SMP.

      The Symmetric in SMP refers to the fact that each process can run the same tasks.In an assymmetric setup, there may be a processor dedicated to the kernel or other tasks.

      It most definitely has nothing to do with speed.

  2. Power control at the per core level by adisakp · · Score: 4, Informative

    The article is very light on details but the one picture implies power control at the core level. For example if core-1 is running a 100% workload and core-2 has a 50% workload, core-3 and core-4 can be halted resulting in a power load of only 45% the total 4-core max load.

    1. Re:Power control at the per core level by adisakp · · Score: 5, Informative

      25% per core at 100% capacity. a core at 50% capacity would be half 25% or 12.5%... 37.5% total.

      Mathematically that's what you'd expect but 50% CPU load doesn't mean 50% the power - it completely depends on what state a 50% load puts the CPU in (lowered clock or same clock / sleep-state during idle / etc). Plus you have to remember that a halted-state CPU still consumes more power than a CPU that is completely powered down. This is why it takes 45% rather than 37.5%. You can't apply such simple principals to power calculations.

    2. Re:Power control at the per core level by ashridah · · Score: 4, Informative

      It's definently possible. Make sure the 'Cool-n-Quiet' junk is enabled in the bios on any recent AMDx2 system, and install powernowd or something similar under linux.

      My cpu speeds idle at around 1GHz, and then spring back up to 2.4GHz when under load, then slowly drop back to 1GHz when not in use. Independently, I might add.

  3. Biggest way for AMD to save power by Aaron+England · · Score: 4, Insightful

    is to reduce the distance between their transistors from 90nm to 65. Intel started shipping their 65nm chips nearly a year ago (OCT 2005), while AMD has yet to ship any. AMD isn't expected to be fully converted to the 65nm process until mid-2007, and by then Intel is expected to start shipping their 45nm chips. AMD is playing catch-up these days and it's hurting them bad.

    1. Re:Biggest way for AMD to save power by Aaron+England · · Score: 4, Informative
      Intel have publically stated that they will not be shipping 45nm chips until 2008.

      Nah. Here's what Intel's 45nm page says: This important milestone demonstrates that we are on track for 2007 to manufacture chips on 300mm wafers using the new 45nm (P1266) process, in accordance with Moore's Law.

      Intel shipped a few 65nm processors in 2005, but didn't really get started until 2006, and full conversion might not have happened yet, although all the important plants should have migrated by now.

      Even if true, AMD has yet to ship a SINGLE 65nm processor. By this measure alone, I'd say the claim that they are a year behind is quite adequete. But by the speed at which AMD is producing fab plants, I'd argue that they are or soon will be an entire chip generation behind.

      AMD have been behind on the process node, but that's not the only issue when it comes to making chips, although it is the most major. SS + SOI are other technologies that AMD is far ahead of Intel on, and they help reduce power significantly - hence AMD's low power 90nm processors compared to Intel's 90nm, and even Intel's 65nm P4s, and AMD aren't doing too badly in terms of performance/Watt right now either.

      Traditionally Intel has won the absolute performance title. As you said yourself it is the biggest factor when it comes to performance/Watt statistics. If been following any of the Core 2 Duo reviews, Intel is now dominating in that arena too.

  4. Power is always key by bblboy54 · · Score: 5, Informative

    Well, at least if you are in a data center.

    There are two huge concerns in a typical data center enviornment: Heat and Power. These two areas are key because of the density of servers today. We're cramming so much processing and storage into 48U that people 10 years ago couldnt have even dreamed of even existing. Delivering enough power to run 48 servers can be difficult if each server is pulling 4 amps each (thats 192 amps). Considering most circuits are 20 or 30amps, thats alot of circuits to fit in one rack.

    This was always the biggest reason why Dell servers were not as popular with the companies that I have worked with. Quite simply, AMD was kicking Intel's ass with heat and power. I heard many people say they'd start ordering Dell servers by the pallet if they sold AMD processors (looks like they finally listened).

  5. Efficiency, yes by grammar+fascist · · Score: 4, Funny

    AMD Says Power Efficiency Still Key

    I'll be happy with these new processors as long as I can still efficiently heat my apartment with them.

    --
    I got my Linux laptop at System76.