Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
AMD Hardware

AMD Making a 5 GHz 8-Core Processor At 220 Watts 271

Vigile writes "It looks like the rumors were true; AMD is going to be selling an FX-9590 processor this month that will hit frequencies as high as 5 GHz. Though originally thought to be an 8-module/16-core part, it turns out that the new CPU will have the same 4-module/8-core design that is found on the current lineup of FX-series processors including the FX-8350. But, with an increase of the maximum Turbo Core speed from 4.2 GHz to 5.0 GHz, the new parts will draw quite a bit more power. You can expect the the FX-9590 to need 220 watts or so to run at those speeds and a pretty hefty cooling solution as well. Performance should closely match the recently released Intel Core i7-4770K Haswell processor so AMD users that can handle the 2.5x increase in power consumption can finally claim performance parity."
This discussion has been archived. No new comments can be posted.

AMD Making a 5 GHz 8-Core Processor At 220 Watts

Comments Filter:
  • Poor AMD... (Score:0, Interesting)

    by Anonymous Coward on Tuesday June 11, 2013 @04:28PM (#43977969)

    That 220W figure is astonishing and makes me feel bad for AMD. They are getting kicked in the balls not because of any merits or demerits of their design but simply because they don't have access to the advanced process technology that Intel does.

  • Re:Awesome (Score:3, Interesting)

    by trum4n ( 982031 ) on Tuesday June 11, 2013 @04:45PM (#43978221)
    Done it. It was fun and functional, but you have to do everything you can to keep the condensation out. Fast a hell tho!
  • Comment removed (Score:5, Interesting)

    by account_deleted ( 4530225 ) on Tuesday June 11, 2013 @05:28PM (#43978765)
    Comment removed based on user account deletion
  • Re:AMD slower / MHz (Score:2, Interesting)

    by Omestes ( 471991 ) <{moc.liamg} {ta} {setsemo}> on Tuesday June 11, 2013 @05:30PM (#43978787) Homepage Journal

    basically, the 8-core AMD was slower performance-wise the 4-core Intel with the AMD running a few MHz faster

    Take all benchmarks with a grain of salt. While Intel has been generally winning for awhile now, that doesn't really mean AMD is completely inferior. With like chips there are certain things a modern AMD will out-perform Intel on, such as single threaded tasks. Intel will generally smoke AMD on multithreaded tasks, though. There is also cost, while AMD might be 10% less benchmark happy than a like Intel chip, it generally is over 25% less expensive, and will generally run without need to buy a new costly motherboard.

    My last big upgrade, several years ago now, the price difference between the AMD (Phenom II 4x 965 Black) and Intel (i7 something or another) was hugely dramatic, considering the fact that I'd need a new motherboard and new RAM on top of the CPU. It was about $300-400 difference (fully upgrading 8gb of RAM, with a new mobo). I took the 10% performance hit, happily. For enthusiast CPUs, you'd best take the hit, and use the cash on a better GPU.

  • Re:Awesome (Score:5, Interesting)

    by gman003 ( 1693318 ) on Tuesday June 11, 2013 @05:52PM (#43978973)

    No, this particular story is analogous to a 2004-era story about Intel releasing a new Pentium IV at yet-higher clocks. The current story is about a clock ramp, but the overarching narrative is the same.

    The Bulldozer architecture is fundamentally broken, this time due to simple negligence (mainly in management) rather than a faulty assumption. The only way to get reasonable performance from it is to clock it to high speeds, which gives very diminishing returns. Power consumption scales with the *cube* of the clock speed, so you pretty quickly run into a power/heat wall. They clocked the early ones pretty aggressively already, but at the cost of power and heat (and thus, noise). But it's the same story as the Pentium IV - the smart people are on something else.

    AMD seems to be trying to put itself back together. Hopefully the PS4/Xb1 wins will give them enough of a cash flow to keep them solvent until they can get a new architecture out, or at least hammer out the IPC problems with Bulldozer. On the bright side, Intel's been distracted by ARM - they threw away a year's lead on performance to chase idle power draw, which should give AMD a bit of time to catch up on performance on the desktop.

  • Re:Awesome (Score:5, Interesting)

    by steelfood ( 895457 ) on Tuesday June 11, 2013 @07:05PM (#43979675)

    On the bright side, Intel's been distracted by ARM - they threw away a year's lead on performance to chase idle power draw, which should give AMD a bit of time to catch up on performance on the desktop.

    In the short term, this appears to be a good thing. In the long term, this is very bad for AMD.

    The world is moving to low-powered portables. The future of consumer computing will not be on the desk or lap, but in the hand. Workstations will still use desktop chips, but Intel pretty much has that market cornered.

    The low-powered, RISC space is where AMD needs to go. It doesn't necessarily have to be ARM. Instead, there's a market for low-powered x86, which is where Intel is going with Haswell. AMD needs to get ahead of the game and create something that is capable of power sipping (which obviously won't be x86), but is also capable of running legacy x86 code at reasonable speeds.

    Basically, they need to create a migration path away from x86, which will never be as efficient as ARM and thus has no chance in the portable space. Yes, Intel tried that with Itanic, but they were aiming in the wrong direction (servers).

  • Re:Awesome (Score:5, Interesting)

    by slashdot_commentator ( 444053 ) on Wednesday June 12, 2013 @02:46AM (#43982359) Journal

    I suggest that it is about time programmers started getting used to coding in assembly once again.

    You can give up right there. The days of humans getting 100x more efficiency out of a CPU using assembler rather than a higher level language are over. Optimizing compilers are able to devise efficiencies at large scale/detail that a human can at this point. Enterprise level software requiring millions of lines of code are just too large to be optimizable by one human writing in assembler. Speed efficiencies with out of order execution, deep pipelines consumer CPUs will be better utilized by compilers able to make better predictive arrangement of code.

    Don't get me wrong. You'll always be able to find ONE "John Henry" that will be able to outcode the "stream compiler". But you can't build a world economy on one programmer. And forget about finding COMPETENT assembler programmers. The people you need to extract these kind of efficiencies are like finding prima ballerinas. Sadly, the world's economy needs more mediocre programmers to generate more working code, and more higher-level, software engineers to implement new solutions for problems addressable by a computer.

Beware of Programmers who carry screwdrivers. -- Leonard Brandwein

Working...