Slashdot Mirror


Intel Claims Haswell Architecture Offers 50% Longer Battery Life vs. Ivy Bridge

MojoKid writes "As with any major CPU microarchitecture launch, one can expect the usual 10~15% performance gains, but Intel apparently has put its efficiency focus into overdrive. Haswell should provide 2x the graphics performance, and it's designed to be as power efficient as possible. In addition, the company has further gone on to state that Haswell should enable a 50% battery-life increase over last year's Ivy Bridge. There are a couple of reasons why Haswell is so energy-efficient versus the previous generation, but the major reason is moving the CPU voltage regulator off of the motherboard and into the CPU package, creating a Fully Integrated Voltage Regulator, or FIVR. This is a far more efficient design and with the use of 'enhanced' tri-gate transistors, current leakage has been reduced by about 2x — 3x versus Ivy Bridge."

120 comments

  1. OEMs don't always get voltage regulation right by Burz · · Score: 0

    Early last year some Lenovo Thinkpads had issues with lockups due to a voltage regulator being off spec.

    Not terribly on-topic, but it was either that or scream: "I just bought an Ivy Brigde laptop dammit, Dammit, DAAAMMMIT!!!"

    1. Re:OEMs don't always get voltage regulation right by Anonymous Coward · · Score: 0

      I'm actually going to buy an Ivy Bridge convertible today. I checked with the vendor and they won't have Haswell machines until early next year. The model I am getting just became available last week. It seems that, when you need (want) a new machine, you just need to get one. If you wait, you end up chasing the "new thing" forever and never get your new shiny toy.

    2. Re:OEMs don't always get voltage regulation right by Hadlock · · Score: 2

      Source? This is the first I've heard of this, I haven't seen any articles on the subject, so this would be very enlightening. Generally Thinkpad quality is very high, even if their screen quality went to garbage starting around Thanksgiving 2012... It would be interesting to see more details on this, as I have been tracking the downward spiral of Thinkpad quality ever since the Lenovo CEO Yang Yuanqing announced that they were going to square off the Thinkpad vs Ideapad brands under lenovo at the cost of giving users worse quality products under both brands....

      --
      moox. for a new generation.
    3. Re:OEMs don't always get voltage regulation right by icebike · · Score: 1

      Early last year some Lenovo Thinkpads had issues with lockups due to a voltage regulator being off spec.

      Not terribly on-topic, but it was either that or scream: "I just bought an Ivy Brigde laptop dammit, Dammit, DAAAMMMIT!!!"

      But putting the voltage reg in the CPU seems to be fraught with peril as well.

      This means you are going to have to 1) have redundant regulation on the mo-bo for other components, and 2) subject your CPU to much higher (and unregulated) voltages. You've added another heat generation source right there on the CPU, and power excursions are likely to take out your processor.

      --
      Sig Battery depleted. Reverting to safe mode.
    4. Re:OEMs don't always get voltage regulation right by imsabbel · · Score: 1

      But higher voltages means less current, which helps.

      Plus if the voltage regulators are in the CPU package, they can use the MUCH better thermal solution provided for it.

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    5. Re:OEMs don't always get voltage regulation right by Burz · · Score: 1

      Check out the Lenovo forums regarding the "stop code" problem on the T430s model. They rectified the production problems in early September.

      Incidentally, coming from Macbooks I have to say that press coverage of Windows/Linux systems and their performance issues is very scanty. It feels like no single model sells enough units to garner a critical mass of attention. With Apple stuff, every model has 3rd party teardown videos, other online guides and press attention just days after hitting the shelves. Maybe the difference is the typical Apple user cares more... I can't figure it out but wouldn't be surprised if the non-Apple segment was suffering from fragmentation.

      Thinkpad quality is still some of the best in the business, and I think their low extended warranty prices are proof of that. But it does appear that the ideapad consumer focus has pulled them off track a bit; The 'Thinkpad' brand is being spun off into a separate division to address that problem.

    6. Re:OEMs don't always get voltage regulation right by Burz · · Score: 1

      If that's true then maybe Intel is making this move so they can sell more product: Power breakdowns to stand in as a replacement for technological obsolescence (which has been petering out in recent years).

      And before anyone calls me cynical, I know for a fact that Intel is concerned about keeping the replacement cycle going. They have stated it at times when investors were getting jittery, and they even had a TV ad in plain view that admitted they wanted to entice people who "thought" they were perfectly happy with their existing PCs.

    7. Re: OEMs don't always get voltage regulation right by arielCo · · Score: 1

      You already have a separate, programmable regulator for Vcore (overclockers fiddle with it all the time) and in both cases if the regulator fails the CPU is toast so there's no advantage in keeping it outside. I'm not sure how they integrated the reactive components, but they're surely more reliable than current electrolytics, plus shorter paths mean less voltage drop meaning less stress.

      --
      This post contains no rudeness or derision of any kind. All arguments are friendly. Terms and exclusions may apply.
    8. Re:OEMs don't always get voltage regulation right by Anonymous Coward · · Score: 3, Interesting

      This means you are going to have to 1) have redundant regulation on the mo-bo for other components,

      Nope. Motherboards already had dedicated regulators just for the CPU.

      High-speed CPU core logic needs very low supply voltages, around 1.0V these days. Lower speed parts built in older processes need higher voltages -- 1.2V, 1.5V, 1.8V, or more. There's not much on the motherboard which even can share supplies with the CPU. Also, CPUs now dynamically vary their own core voltage (by sending commands to the regulator) in order to save power. That wouldn't work so well with other chips sharing the same regulator.

      It's been a very long time since the regulators which powered the CPU core also powered any other chips on the motherboard.

      and 2) subject your CPU to much higher (and unregulated) voltages. You've added another heat generation source right there on the CPU, and power excursions are likely to take out your processor.

      Who said the input to a regulator must be unregulated? Current x86 systems already convert one regulated voltage to others. The ATX power supply outputs regulated 12V DC to the motherboard, which is then converted to several low voltages to supply the CPU and other devices. Haswell's integrated voltage regulators accept 1.8V input, so in practice they're going to be fed by a 1.8V regulator on the motherboard.

      Heat doesn't appear to be that big a deal. The top desktop TDP bin is going from 77W (Ivy Bridge) to 84W (Haswell). The total system power is going down, not up -- despite the extra conversion step, the integrated voltage regulators offer efficiency gains.

      (One is that it's now practical to have a lot of independent power domains. Haswell apparently has no less than five independent power planes. This makes it possible to dynamically adjust the voltage of different portions of the chip independently, giving a better match between activity level and power use. Another gain is that it's difficult and inefficient to supply a very low voltage at very high current over long distances. This is why nobody was ever even slightly interested in extending the ATX spec to supply ~1.0V directly to the CPU. Haswell puts the high current / low voltage supply as close to the load as it possibly can go.)

    9. Re:OEMs don't always get voltage regulation right by Anonymous Coward · · Score: 0

      WRONG! The Ivy Bridge mobile processors run to HOT, so it'll slowly burn-up all components in about two years.

    10. Re:OEMs don't always get voltage regulation right by Anonymous Coward · · Score: 0

      But higher voltages means less current, which helps.

      For AC transmission lines, sure. Not so much for semiconductors.

    11. Re:OEMs don't always get voltage regulation right by Anonymous Coward · · Score: 0

      Redundant voltage regulators are not necessarily a bad thing. With the size of a computer PCB you get pretty long traces and a relatively large trace resistance.
      You can't really have a voltage regulator at 3.3V or less at one side of the PCB and expect it to regulate the voltage at the other. The voltage drop because of the series resistance in the traces will easily become more than 10%.
      It will be a lot more power efficient (But more expensive) to just bring a 12V or 24V supply to the different parts of the motherboard and the convert it down to the low voltages locally.

    12. Re:OEMs don't always get voltage regulation right by Anonymous Coward · · Score: 0

      Thinkpad quality went downward spiral since everything related was sold to Lenovo. I have a T43 and a T40 and both work just fine, even the battery life is bearable, I think I've replaced batteries on both though, but it was several years ago.
      On the other hand quality of all the laptops went downslope, modern-day MacBooks are also utter crap.
      There is no such thing as quality laptop today, your mileage always depends on your luck only.

  2. Nice by Anonymous Coward · · Score: 1

    That's fantastic. I love seeing efficiency, but I imagine that the screen would eat most of the battery life in consumer applications.

    1. Re:Nice by Anonymous Coward · · Score: 2, Informative

      Depends on the screen you have, I would guess. https://www.google.com/search?q=laptop+screen+wattage&aq=f&oq=laptop+screen+wattage
      If you look at the first link there, you'll see that the LCD screen takes up on the order of 5W of power at full brightness. The same paper says that the power usage roughly doubles when you start blasting the CPU. If you use your laptop like I do (I'm in an engineering program at college), that's some nice savings there if they can trim the CPU usage.

    2. Re:Nice by niftymitch · · Score: 3, Insightful

      Depends on the screen you have, I would guess. https://www.google.com/search?q=laptop+screen+wattage&aq=f&oq=laptop+screen+wattage If you look at the first link there, you'll see that the LCD screen takes up on the order of 5W of power at full brightness. The same paper says that the power usage roughly doubles when you start blasting the CPU. If you use your laptop like I do (I'm in an engineering program at college), that's some nice savings there if they can trim the CPU usage.

      Yes screen technology is important.... Pixel Qi technology seems to be ignored and should not
      Especially on laptops that mate well with a docking station for "work".
      A big quality display at the office is a good thing. Especially on that has been rotated to be tall. The ability to have a very low power transmissive/ reflective display while mobile and a serious display at a desk at work is under served.

      Docking station tech is lame at best. First the battery charging logic is flawed. The charger should disconnect from the battery once it is charged. It should test the battery once an hour thereafter and decide what to do. I cannot tell you how many batteries I have had die from long term over charging and lack of correct dynamics in use.
      A docking station should have cooling designed to keep the battery as well as the CPU/logic cool. Most obstruct air flow and do neither well.

      --
      Truth is stranger than fiction, but it is because Fiction is obliged to stick to possibilities; Truth isn't. Mark Twain.
    3. Re:Nice by UnknowingFool · · Score: 1

      Docking station tech is lame at best. First the battery charging logic is flawed. The charger should disconnect from the battery once it is charged. It should test the battery once an hour thereafter and decide what to do. I cannot tell you how many batteries I have had die from long term over charging and lack of correct dynamics in use.

      Or simply not charge the battery. I think this is a software problem as opposed to hardware issue.

      A docking station should have cooling designed to keep the battery as well as the CPU/logic cool. Most obstruct air flow and do neither well.

      I think this was the purpose of Thunderbolt. You don't need a docking station anymore. Just the charger and one cable for connections. As far as I know Apple is the only one that fully embraces TB. Not surprisingly I think this is because Apple doesn't have a docking station. Maybe it was for aesthetics that Apple never designed one. Other manufacturers are more hestitant to use TB as it means they can no longer charnge $150-200 for a docking station any more.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    4. Re:Nice by the_B0fh · · Score: 1

      You do realize Apple was one of first, if not the first with a docking station years and years ago, right?

    5. Re:Nice by patchmaster · · Score: 1

      Docking station tech is lame at best. First the battery charging logic
      is flawed. The charger should disconnect from the battery once it is charged.
      It should test the battery once an hour thereafter and decide what to do. I cannot
      tell you how many batteries I have had die from long term over charging and
      lack of correct dynamics in use.

      A docking station should have cooling designed to keep the battery as well
      as the CPU/logic cool. Most obstruct air flow and do neither well.

      This depends entirely on the laptop/battery. The last two Lenovos I've had both offered smart charging where the battery would optionally not begin charging until below X% and would stop when the battery signaled it was full. The charging threshold could either be directly specified by the user or determined by the laptop based on usage pattern.

      My previous machine I set to not recharge until below 85%. It was a power hog so the battery was pretty much a pack-along UPS. 15% represented a fairly small number of minutes of operation.

      My current Thinkpad is vastly better on battery. I can get well in excess of 4 hours of casual use from a single charge. I quite often use it unplugged so I have the threshold set higher since I'm more likely to need that extra capacity.

    6. Re:Nice by Anonymous Coward · · Score: 0

      Scully era.

    7. Re:Nice by UnknowingFool · · Score: 1

      Not since Jobs came back have they had a docking station. Like I said it was probably aesthetics why they didn't have them.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    8. Re:Nice by Anonymous Coward · · Score: 0

      So.. where can I get the Haswell laptop (yeah, I know, Intel wants to call them "ultrabooks" but they're really fucking laptops so drop the bullshit) with a 1024x600 display? They will exist, right? Right??

      No, they will not exist. Windows 8 isn't compatible with such a low resolution. 1366x768 is probably as low as they'll go.

    9. Re:Nice by Anonymous Coward · · Score: 0

      Apple almost has a docking station. The Apple equivalent is a cinema display or iMac that's connected by a single Thunderbolt cable. Docking stations are mostly to eliminate the hassle of connecting multiple cables to a laptop, so routing multiple functions through a single cable is pretty similar.

    10. Re:Nice by Anonymous Coward · · Score: 0

      Windows 8 Release Preview worked just fine on my olde Thinkpad T43 which is 1024x768. Screen splitting for metro apps or whatever it's called doesn't work, but everything else does.

    11. Re: Nice by Anonymous Coward · · Score: 0

      Get a samsung note 2, s4, razor maxx, or any other phone with a high capacity battery. My s4 hasn't gone below 30% yet and I use it a lot with the brightness at 100% and only charge it once a day. Or get an extended life battery.

  3. No way by Anonymous Coward · · Score: 0

    According to amdahl's law we are know this is not happening. Screen is sucking up most battery power in the system (by a wide margin). So unless Haswell has some magic that's working on the screen....

    1. Re:No way by EvilSS · · Score: 2

      Amdahl's law applies to performance, not really geared toward power. Unless you would like to enlighten the class with a mathematical explanation of your assertion?

      --
      I browse on +1 so AC's need not respond, I won't see it.
    2. Re:No way by Anonymous Coward · · Score: 0

      I'm afraid you misunderstand Amdahl's law. Its original frame of mind was for performance, certainly, but the principle applies generally to any mathematically similar performance metric.

    3. Re:No way by Anonymous Coward · · Score: 0

      To make an argument that something is impossible due to Amdahl's law you need to know the overhead that you can't get rid of. How much power is the rest of our reference laptop consuming?

    4. Re:No way by EvilSS · · Score: 1

      Still waiting on that math.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    5. Re:No way by dgatwood · · Score: 2

      Screen is sucking up most battery power in the system (by a wide margin).

      Maybe with the old fluorescent backlights, but not these days. A typical LED backlight on a laptop draws something like 3 watts at maximum brightness. It isn't lost in the noise, but it is by no means the main power draw. The CPU, chipset, and RAM take way more current.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    6. Re:No way by Kjella · · Score: 1

      The analogy is sound, the "parallel" part is the processor and the "non-parallel" part the rest and it'll approach the same power baseline with increased processor efficiency as it does the performance baseline with increased parallelization. But I feel it's a rather silly complication of the obvious, unlike parallelization. Yes of course if the screen is the biggest power hog, then it has the most potential for improvement. Note that it would be a fallacy to think it will always have the greatest improvement, if the screen takes 60% and the processor 40% but you can only reduce screen power by 10% to 54% and the processor by 50% to 20% of the original you gain more with the processor.

      --
      Live today, because you never know what tomorrow brings
    7. Re:No way by EvilSS · · Score: 1

      My point being is that Amadhl's law is not some generalized law of diminishing returns (we already nave one of those) and it's not 1-(1/) * 100, which the OP seems to think. It applies to a vary narrow set of problems in parallel processing. Can't just go around smearing it all over everything like a Canadian with a jar of mayo.

      More to the point, however, the OP's assumption that the screen uses the most power is dead wrong.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    8. Re:No way by EvilSS · · Score: 1

      ugh. nave=have and that should read 1-(1/{insert some part specific performance factor here}) * 100

      --
      I browse on +1 so AC's need not respond, I won't see it.
    9. Re:No way by Anonymous Coward · · Score: 1

      here is an imaginary i5-3439Y laptop power budget:
      screen : 12W
      board :1 W
      cpu : 15 W
      HDD : 1W
      Wifi : 1W
      Total : 30W

      To slash that by 50% you would have to have a magical CPU that consume no power, so there is your upper bound on power reduction...

    10. Re:No way by EvilSS · · Score: 1

      That's nice and all, but that is not Amdahl's law.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    11. Re:No way by Anonymous Coward · · Score: 0

      the sequential part is the rest of the computer, the cpu is the parallel part. it is plug-gable into Amdahl as it is a law to compute an upper bound on an improvement metric. That concept applies as soon you have a fixed cost item and a variable one.

    12. Re:No way by Jeremy+Erwin · · Score: 2

      Amdahl's laws are many.

      Here are four of them.

      0. Amdahl’s parallelism law: If a computation has a serial component S and a parallel component P, then the maximum speedup is (S+P)/S.
      1. Amdahl’s balanced system law: A system needs a bit of IO per second for each instruction per second: about 8 MIPS per MBps.
      2. Amdahl’s memory law: alpha=1: that is, in a balanced system the MB/MIPS ratio, called alpha, is 1.
      3. Amdahl’s IO law: Programs do one IO per 50,000 instructions.

      Corollary:

      In any discussion of computer architecture, at least one member of the set of Amdahl's laws is bound to be relevant.

    13. Re:No way by EvilSS · · Score: 3, Insightful

      Really? Amdahl's law is:

      Tn = a + (1-a)/N

      Where Tn = Time with N cores
      N = Number of Cores
      a (should be alpha) = fraction of instructions in serial code.

      What you are talking about is:

      Bp = (1-((Pt - Pc)/pt))*100
      While Amdahl is significant to the computer science world, are you claiming he invented percentages?

      --
      I browse on +1 so AC's need not respond, I won't see it.
    14. Re:No way by EvilSS · · Score: 1

      Please provide the law that is relevant to this discussion of computer architecture.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    15. Re:No way by Anonymous Coward · · Score: 0

      In my temporary office (they are renovating my private office...), I am in close proximity of 3 guys from the scientific calculus center and they are working on parallel algorithms speedups. I guess I adopted it subconsciously, but I cannot talk for Kjella or the OP

    16. Re:No way by LordLimecat · · Score: 1

      you forgot the 2-4w for RAM, if not more.

    17. Re:No way by DragonWriter · · Score: 1

      here is an imaginary i5-3439Y laptop power budget

      I've highlighted the problem with this refutation.

    18. Re:No way by Anonymous Coward · · Score: 0

      First of all, if you improve battery life by 50% you cut power usage by one third (1 / 1.50 = 2/3). That would mean you need to go down from 30W to 20W. If you have a CPU that consumes 5W that is most certainly not magical. In fact, Haswell massively improves idle performance and most laptop CPUs will be idling anyway.

      I don't see magic, I see people that did more math than you.

    19. Re:No way by mysidia · · Score: 1

      But only what you listed as the 0th law is credible and broadly accepted, as a fundamental rule. There is great doubt as to under what conditions those other 'laws' can or will continue to hold.

    20. Re:No way by Swarley · · Score: 1

      Don't hold your breath. He obviously could have just said that the screen eats enough power that you couldn't possibly cut total power consumption by half with just the CPU. But that doesn't make him sound as intelligent and mysterious as citing a mathematical argument for which he has no idea how it would actually work out without actual numbers and isn't really relevant in the first place.

    21. Re:No way by Anonymous Coward · · Score: 0

      The CPU, chipset, and RAM take way more current.

      Yay, this is Slashdot, so I get to stroke my inner Pedant... ...take way more power.

      FTFY

      =)

    22. Re:No way by VortexCortex · · Score: 2

      Wait, I thought Adama's law was: The only good toaster is a dead toaster.

    23. Re:No way by dgatwood · · Score: 1

      Considering that everything is ultimately running off a battery that provides only a single voltage, the distinction is moot.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

  4. What about the display? by hawguy · · Score: 1, Informative

    The biggest battery drain on my phone is always the display, followed by "Cell standby". How is a CPU and chipset able to promise a 50% increase in battery life when it's not even the biggest power user in the phone?

    1. Re:What about the display? by msauve · · Score: 4, Insightful

      I'd be interested to know what phone you have, that uses an Intel Ivy Bridge server/desktop/laptop processor.

      --
      "National Security is the chief cause of national insecurity." - Celine's First Law
    2. Re:What about the display? by EvilSS · · Score: 1

      For starters we are talking about laptops, with x86 CPUs that are much more power hungry than the ARM based proc in your phone.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    3. Re:What about the display? by Anonymous Coward · · Score: 1

      Phone CPU's vs laptop and desktop CPUs are in different leagues.

      It is no surprise the biggest draw is your screen in a phone. On a laptop the biggest ones are CPU then video card/chipset then screen.

      You are comparing apples and oranges. Many phones are SoC's these days or at best 2-3 chips. Laptops are not there yet. Your phone cpu measures its draw in milliwatts the laptop/desktop crew measure in watts.

      They had a very decent boost last year with ivy. I went from a sandy bridge laptop to an ivy and the battery life doubled. I regularly get 3-4 hours out of my laptop. This means they can go with a slightly smaller battery (yeah less weight) and hit the same hour runs.

    4. Re:What about the display? by Ambvai · · Score: 1

      Maybe it's a modded Osborne 1?

    5. Re:What about the display? by K.+S.+Kyosuke · · Score: 5, Funny

      They had a very decent boost last year with ivy. I went from a sandy bridge laptop to an ivy and the battery life doubled.

      That's nothing, wait till you see the Tacoma Bridge chips they're planning for the next year. I've heard they've made a real break-through with them.

      --
      Ezekiel 23:20
    6. Re:What about the display? by jittles · · Score: 1

      The biggest battery drain on my phone is always the display, followed by "Cell standby". How is a CPU and chipset able to promise a 50% increase in battery life when it's not even the biggest power user in the phone?

      I would guess that you suffered a brief lapse in reading comprehension. My take on this is that the Haswell uses 50% less power for the same performance / capability as an Ivy Bridge. Whether or not that cuts battery consumption overall by 50%... well I highly doubt it.

  5. First Post! by Anonymous Coward · · Score: 0, Funny

    Darn. At least it would have been if I had a Haswell. My Ivy Bridge's battery ran out.

  6. Barry Life or CPU Power Usage by Anonymous Coward · · Score: 4, Insightful

    Is this seriously 50% increase in battery life? Or just 50% reduction in power usage by CPU? The article wasn't clear on this. I'm assuming the power usage thing.

    1. Re:Barry Life or CPU Power Usage by Anonymous Coward · · Score: 2, Insightful

      Very likely, they're talking about the CPU using 50% less power. Intel doesn't make laptop batteries, and battery technology is on a plateau right now since we're hitting the very limits of chemistry in Li-Ion and Li-Poly batteries at the moment.

    2. Re:Barry Life or CPU Power Usage by Anonymous Coward · · Score: 0

      "As Marco mentioned in his report from IDF, 'The goal during Haswell’s design phase was to not only increase performance per watt, but to do so while improving power efficiency by roughly 20x with some workloads' - that's rather staggering. As we can now share, the company has further gone on to state that Haswell should enable a 50% battery-life increase over last year's Ivy Bridge."

      Unless they're grossly paraphrasing, that's battery life. That would equate to about ~2/3 the power usage on average. They say elsewhere that they were able to reduce the leakage current by 2x to 3x. CPUs idle most of the time anyway, so between that and the 20x power efficiency on some workloads, seems plausible as long as Intel's numbers are right.

    3. Re:Barry Life or CPU Power Usage by DragonWriter · · Score: 1

      > Is this seriously 50% increase in battery life? Or just 50% reduction in power usage by CPU?

      Assuming the CPU was the only element consuming power, a 50% reduction in power usage by the CPU would equate to a 100% increase in battery life. But, yes, what they are claiming is that the net effect of the various improvements is that it should enable a 50% increase in battery life, not that it will merely reduce power consumption on the CPU by the amount that would do that if the CPU was the only power draw.

    4. Re:Barry Life or CPU Power Usage by Anonymous Coward · · Score: 0

      I'll bet what they'll do is just halve the battery capacity (or reduce by whatever is the proportion CPU power consumption). You're happy with what you get with ivy bridge, right?

    5. Re:Barry Life or CPU Power Usage by Anonymous Coward · · Score: 0

      Fuckasses make everything political on this site.

    6. Re:Barry Life or CPU Power Usage by Anonymous Coward · · Score: 0

      FYI the 20x figure refers to idle power. For workloads where the system is awake but mostly idle (think web browsing etc) you'll see enormous gains in energy efficiency; the less idle it is the less gain. So when they talk about a 50% gain in battery life there's some assumption about average CPU load hidden behind that. (Not an unreasonable assumption, but if you were expecting it to last 50% longer with all cores maxxed out and fans howling, prepare to be disappointed.)

      The technical advance behind this is that Haswell adds a new idle power state which is similar to an older one in terms of entry/exit speed and operating system interface, but is able to shut down a lot more of the chip than the old power state in Ivy (and earlier) could.

    7. Re:Barry Life or CPU Power Usage by Carewolf · · Score: 1

      Very like they are talking about the CPU using 33% percent less power, thus increasing how long it can run on given about of Wh by 50%.

    8. Re:Barry Life or CPU Power Usage by DragonWriter · · Score: 1

      Very likely, they're talking about the CPU using 50% less power.

      Very likely, they aren't, since they make specific claims about CPU power under different regimes and all of them are much more significant than that, and then go on to say that the CPUs will enable laptops using them to have 50% greater battery life.

    9. Re:Barry Life or CPU Power Usage by wisty · · Score: 1

      IIRC, Intel did a lot of work on the whole system (including motherboards - I think they actually worked with other manufacturers too), not just the chip. Not all the savings are from the CPU.

    10. Re:Barry Life or CPU Power Usage by Anonymous Coward · · Score: 0

      CPUs idle most of the time anyway

      They should stop designing laptops with this not-so-bright idea in mind. Nowdays you have to buy a huge 17" thing and hope it doesn't overheat under heavy workload and then it still overheats in like 20 minutes and it starts performing like a Core 2 Duo from like seven years ago.
      I mean you can't process audio in realtime and have you CPU being idle most of the time no matter how much processing power it has, it just can't go to the future to do all the processing beforehand and then just switch to power saving. People do stuff where CPU is idle most of the time on tablets/phones/whatever, why are they still assuming people only do web-browsing or spreadsheet editing on their laptops?

    11. Re:Barry Life or CPU Power Usage by Anonymous Coward · · Score: 0

      You illiterate little fuck. It's spelled BATTERY not BARRY.

  7. Re:Well then by mallyn · · Score: 1, Informative

    So what? Amtrak has seat-side power for your computers. What you say does not make sense. (

    --
    Most Respectfully Yours Mark Allyn Bellingham, Washington
  8. Re:Well then by Anonymous Coward · · Score: 0

    Yeah, but I also bet Amtrak frowns on nerds jacking off in public, so I guess he spends the 3 hour trip in the can. AFAIK there's no power socket in the toilets.

  9. Re:Well then by MBGMorden · · Score: 1, Funny

    If you're watching 3-hours of porn in a single sitting you're doing it wrong.

    --
    "People who think they know everything are very annoying to those of us who do."-Mark Twain
  10. Really? Maybe when asleep. by Anonymous Coward · · Score: 0

    My laptop consumes most of its power via the discrete GPU, display and other peripherals. I know, since if I switch from the good GPU to the crappy one, and dim the screen, my battery life goes from 2.5 to 5 hours. Thus, with everything on, at least half the power draw can't be CPU, so there is no way this could double my battery life.

    But, when idle, with a dimmed or off screen, yes, it could help a lot. Apparently Haswell has some major improvements to handling network (including wifi) packets when in low power modes, and this should be a big win. I assume this kind of situation is where they got the 2x number, since they would choose the case that would produce the largest improvement for marketing.

    1. Re:Really? Maybe when asleep. by Anonymous Coward · · Score: 0

      Oh, thats 50% longer, so 150% the length, so 2/3 the power draw. I guess that kinda wrecks my numbers, so pretend my numbers were slightly different, ok?

  11. Re:Well then by Anonymous Coward · · Score: 0

    Of course there is. How do you think people use electric shavers?

  12. Re:Well then by MightyMartian · · Score: 1

    Yes, but they don't have a ground plug, so jacking off in the can while plugged in greatly increases the risks of severe electric shock.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  13. This is about the cpu gpu? by leuk_he · · Score: 2

    Without checking the source, i bet it is only the cpu/gpu/power thtat is getting lower values. It is the old intel story again. First it was the atom cpu that was supposed to be super low power. However they forgot to mention you needed a chitset along with it for the video networking pci that was not so super savy with power.

    Now the cpu/gpu is super power savery. But the wifi/display/battery/2g/3g/nfc/audio/cam/gps might still drain your battery in 3 seconds.....

    1. Re:This is about the cpu gpu? by Anonymous Coward · · Score: 0

      First it was the atom cpu that was supposed to be super low power. However they forgot to mention you needed a chitset along with it for the video networking pci that was not so super savy with power.

      The crappy chipset was only for desktop Atoms, which wasn't really a market Intel wanted; much better margins selling a Core Duo instead.

      I have four Atom systems. The original dual-core Atoms with crappy Intel chipset take about 40W at the wall, the same dual-core Atom with Ion chipset takes about 25W from the wall, and the netbook with single-core Atom and less crappy Intel chipset takes about 8W from the battery according to the Linux battery monitor.

    2. Re:This is about the cpu gpu? by Entropius · · Score: 1

      Seconded with Atom netbooks. I had one that lasted from LA to Tokyo at one point; it drew about 6W from the battery.

      Although we're close to that now. Now I have a 14" gaming laptop with an i5 Ivy Bridge in it, and powertop reports that I can run the whole shebang (obviously with the GPU off) on 8W or so.

    3. Re:This is about the cpu gpu? by lobiusmoop · · Score: 1

      According to Wikipedia at least, the Haswell architecture will include a die-shrink in the PCH (Northbridge) chipset from 65nm to 32nm, so this issue is avoided I think.

      --
      "I bless every day that I continue to live, for every day is pure profit."
    4. Re:This is about the cpu gpu? by leuk_he · · Score: 1

      No, sorry, you did not understand. The northbridge may be very savy now. (compared to???) But beside the CPU with ingegrated north bridge you also need a lot of other supporting hardware.

      Notice in the pictures that it is targeted for tablet size, not phalet, or phones. They need a lower kind of power usage I suppose.

  14. I've got FIVR by mpdolan37 · · Score: 1

    FIVR in the mornin' FIVR in the evenin', FIVR all through the night!

    --
    Facts are useless, they can be used to prove anything.
    1. Re:I've got FIVR by Kjella · · Score: 1

      FIVR in the mornin' FIVR in the evenin', FIVR all through the night!

      Yeah, but the biggest benefit it seems they got in sleep states and I don't think sleeping in the morning, sleeping in the evening, sleeping all through the night is what the song is all about...

      --
      Live today, because you never know what tomorrow brings
  15. Desktops? by Jeremy+Erwin · · Score: 2

    Is this a laptop only chipset, or does intel have goodies for those who like to be chained to their desks?

    1. Re:Desktops? by Mad+Merlin · · Score: 1

      Haswell is a laptop/desktop/server microarchitecture, but Intel doesn't care very much about the desktop anymore, so expect little press coverage of that angle.

    2. Re:Desktops? by DragonWriter · · Score: 1

      Haswell is a laptop/desktop/server microarchitecture, but Intel doesn't care very much about the desktop anymore, so expect little press coverage of that angle.

      Yeah, its not like most of the stories on this announcement have covered Intel's claim of tripling the integrated graphics performance on desktop systems (and doubling it on laptop systems.)

      Well, except that that is exactly the case.

  16. Re:Well then by dicobalt · · Score: 5, Funny

    Or, very right.

  17. Yes and No. by DarthVain · · Score: 2

    Like most CPU's these days, they produce a lot of variants.

    For this article they are likely talking about the "U" variant with 15W TDP.
    http://en.wikipedia.org/wiki/Haswell_(microarchitecture)#Mobile_processors

    You can't really compare that with the (or say in same breath) desktop "K" variant with 84W TDP (also has twice the cores and threads).
    http://en.wikipedia.org/wiki/Haswell_(microarchitecture)#Desktop_processors

    I am pretty sure the benchmarks will be wildly different. Anyway the summary makes it sound like it is all one thing. I am sure it will be very good and all, but I know I won't be getting one of those power saving versions. POWER! (To quote Clarkson)

  18. No, that's not it. by DragonWriter · · Score: 4, Interesting

    My laptop consumes most of its power via the discrete GPU, display and other peripherals. I know, since if I switch from the good GPU to the crappy one, and dim the screen, my battery life goes from 2.5 to 5 hours. Thus, with everything on, at least half the power draw can't be CPU, so there is no way this could double my battery life.

    Math tip: A 50% increase in battery life (what they actually claimed) isn't the same as doubling it.

    Also, since a big selling point for Haswell (aside from power efficiencies) is the claimed greatly improved (~2x for laptop-oriented models, ~3x for desktop-oriented models) improvement in graphics performance, I'd be very surprised if their claims for about battery life were focussed on systems using discrete GPUs rather than relying on the integrated graphics on Haswell.

    But, when idle, with a dimmed or off screen, yes, it could help a lot. Apparently Haswell has some major improvements to handling network (including wifi) packets when in low power modes, and this should be a big win. I assume this kind of situation is where they got the 2x number

    Well, except that they explicitly claimed that was overall battery life, and it was a 50% increase not 2x, and they actually cited numbers for improvement in idle life and it was much higher than the +50% claimed overall (or even the 2x you pulled out of who-knows-where), since their claimed idle-mode improvement was twenty times (TFA is less clear on this, but Computerworld covers the same event with more specificity: "And in idle or standby mode the chips will do even better, extending battery life by up to 20 times, [Rani Borkar, Intel's Architecture Group VP] said." [emphasis added])

    1. Re:No, that's not it. by Anonymous Coward · · Score: 0

      Seeing how people understand "50% increase" maybe the guys at Computerworld got it wrong too?

  19. 10% by Anonymous Coward · · Score: 0

    Which translates to 10% longer battery life after factoring in your whole laptop, in best case.

  20. Re:Well then by Anonymous Coward · · Score: 0

    Some would find that a compelling feature.

  21. I wonder how they compare by Stoutlimb · · Score: 1

    I wonder how the performance vs power consumption compares to the old Transmeta chips that started the trend.

  22. Not much left for the motherboard to do by Darkmane · · Score: 1

    Soon motherboards will be just wiring for the I/O and CPU

    1. Re:Not much left for the motherboard to do by Anonymous Coward · · Score: 0

      It were ever thus.

    2. Re:Not much left for the motherboard to do by mysidia · · Score: 1

      Soon motherboards will be just wiring for the I/O and CPU

      And despite that, there is no price decrease to be seen in motherboards... if anything, they are getting more expensive, despite having less silicon and intelligence on them <G>

    3. Re:Not much left for the motherboard to do by Anonymous Coward · · Score: 0

      In the manufacturers defense though they are adding heat pipes and sinks as standard, whereas before they were only on high end motherboards.

  23. Re:Well then by Anonymous Coward · · Score: 0

    He is doing it just right. If you are doing "it" with a Victoria's secret catalog in 3 minutes then you are doing it very, very wrong.

  24. Probably not Ivy but... by Molochi · · Score: 1
    --
    "The Adobe Updater must update itself before it can check for updates. Would you like to update the Adobe Updater now?"
  25. Re:Well then by K.+S.+Kyosuke · · Score: 1

    Yes, but they don't have a ground plug, so jacking off in the can while plugged in greatly increases the risks of severe electric shock.

    You've obviously never tried electric stimulation...

    --
    Ezekiel 23:20
  26. "Transistors maintain the same operating frequency by rrohbeck · · Score: 2

    Is that marketing speak for "we were unable to increase the operating frequency"?

  27. And yet... by RMingin · · Score: 4, Informative

    Too bad CPU power consumption hasn't been the biggest consumer of watts in many years.

    Hint; the biggest amount of consumed current in most laptops is the glowing part you look at.

    --
    The preceding comment is my own, and in no way construes an opinon of the Emperor of Mankind.
  28. laptops are dc and I don't think ground pass thoug by Joe_Dragon · · Score: 1

    laptops are dc and I don't think ground pass though the power brick to laptop.

  29. Re:Well then by Anonymous Coward · · Score: 0

    Tantric Porn

  30. Re: laptops are dc and I don't think ground pass t by arielCo · · Score: 1

    The Y capacitor can leak enough for an uncomfortable tingle on sensitive skin like your bare lap (eg wearing shorts) or the underside of your forearms.

    --
    This post contains no rudeness or derision of any kind. All arguments are friendly. Terms and exclusions may apply.
  31. Re:"Transistors maintain the same operating freque by Anonymous Coward · · Score: 0

    Not really, no.

    There's a reason desktop CPU's have been limited to around 3GHZ since 2005, transistors can only change voltage so fast.
    Overclockers can accomplish significantly better, but the life of a CPU is considerably reduced in these situation, and that's not just because of extra heat.

  32. Re: How is Barry Life Formed? by VortexCortex · · Score: 0

    How is Barry Life Formed? How Usage get Consemption?

    they need to do way instain comsumer> who kill thier barrys. becuse these barry cant frigth back?

    it was on the charger this mroing a user in ar who had kill their three divice.
    they are taking the three barry back to zero charge too lady to rest.
    My parry are with the tickle chrager who lost its powre ; i am truley sorry for voltage lots.

  33. Re:"Transistors maintain the same operating freque by rrohbeck · · Score: 1

    AMD CPUs run 4.4GHz stock. There must be a different reason. It might be a tradeoff between complexity and pipeline depth.

  34. Re:"Transistors maintain the same operating freque by bored · · Score: 1

    Or its simply the fact that dynamic power is related to the switching speed via the square of the voltage * frequency. So, increasing the clock and voltage causes the power to go up significantly for a given number of transistors.

    So, its an evil tradeoff, add more transistors increase leakage, or bump the clock rate and increase the dynamic power.

    AMD has chosen the faster clockrate, for a few percent decrease in efficiency, while Intel has chosen the save power option for a few percent decrease in performace. It makes sense as intel is top performance dog right now. Being top power dog is now their focus. If AMD starts getting close they will release another i7 EE with more memory channels and clocked another Ghz faster.

    In both cases, I'm sure they could design a CPU with a TDP of 300W and give themselves a clockrate bump to match the 5.5Ghz zSeries IBM sells. Of course then they would need a huge blower like IBM uses. I'm sure that if either of them thought they could get away with selling a few $500k CPUs to fit in a $20 million machine they would do it.

  35. What the flux? by tepples · · Score: 1

    I thought the Y-shaped capacitor was what allowed time travel.

  36. Screen power usage by tepples · · Score: 1

    For workloads where the system is awake but mostly idle (think web browsing etc) you'll see enormous gains in energy efficiency; the less idle it is the less gain.

    When I browse the web on my Nexus 7 tablet, "Screen" already takes at least 67 percent of the battery. And that's with ARM, which already sips less power in general than x86. What CPU upgrade will fix that?

    1. Re:Screen power usage by Anonymous Coward · · Score: 0

      Please stop tepplesing it up, tepples. I wasn't claiming any new CPU could "fix" your ARM tablet, whatever it is that "fix" means to you in this context. I was only trying to explain what's behind Intel's claim of Haswell improving battery life by 50% over Ivy Bridge. Both are Intel x86 CPUs primarily targeted at laptops and desktops. What on earth made you think I was saying something about ARM tablet CPUs?

      But to head off much tiresome back and forth, let's address that topic anyways.

      ARM cores use much less power, die area, and transistors due to different design targets. If ARM was pursuing direct competition with Intel, they'd have some huge power-hungry core designs too. So forget about instruction set, the interesting comparison here is between big fat high performance cores and small lightweight low power cores.

      The reason why Haswell's new idle state is significant (independent of whether it meets some arbitrary figure of merit you've invented in your perpetually muddled head) is that it's going to be the first time in recent history that a big core will have idle power consumption in the same ballpark as a small core. Traditional designs leave significant portions of a core powered up in these idle states -- many of the clocks might be stopped to save dynamic (switching) power, but the circuits are left powered to permit low-latency restart. Big cores suffer a double penalty here: they have lots more transistors, and each transistor uses more static (leakage) power. (That's a fundamental physics tradeoff: faster transistors are leakier.) Therefore, big cores traditionally could not idle at ultra low power. IIRC, even the lowest-power Ivy Bridge variants idled at significantly more than 1 watt.

      Haswell isn't perfect. It still takes greater than zero time to enter and exit these idle states, so the more it switches state the less efficient it's going to look. This is one of the reasons (probably not the most important one) why a 20x advantage in idle power only translates to a 1.5x advantage in battery life.

      Can similar techniques be applied to bring the idle power of smaller lightweight cores even lower? Perhaps, but depowering circuits with low latency restart is probably a simpler problem overall for a smaller, less complex core, so I'd expect lots of the low-hanging fruit has already been eaten.

  37. E-ink laptop plz by tepples · · Score: 2

    Then perhaps the next step is to build user interfaces that aren't based on scrolling or other smooth motion, so that something with a laptop form factor and an e-ink display becomes viable.

  38. Great! by cyn1c77 · · Score: 1

    Now they can make the OS and application coding less efficient!

  39. Re:Well then by Anonymous Coward · · Score: 0

    Do you usually make it a prolonged experience so that Victoria's Secret catalog feels satisfied?

  40. A more efficient CPU is good but won't fix all by tepples · · Score: 1

    You make a good point about Haswell using less power at idle. And an x86 CPU that uses less power at idle could help Windows tablets escape the RT jail that Microsoft has erected around the ARM architecture. I was just trying to point out that "enormous gains in energy efficiency" for the CPU won't necessarily translate to "enormous gains in energy efficiency" for the whole system, especially as laptop makers shift their emphasis away from 10" subnotebooks to the larger screen models.