Slashdot Mirror


AMD Launches Piledriver-Based 12 and 16-Core Opteron 6300 Family

MojoKid writes "AMD's new Piledriver-based Opterons are launching today, completing a product refresh that the company began last spring with its Trinity APUs. The new 12 & 16-core Piledriver parts are debuting as the Opteron 6300 series. AMD predicts performance increases of about 8% in integer and floating-point operations. With this round of CPUs, AMD has split its clock speed Turbo range into 'Max' and 'Max All Cores.' The AMD Opteron 6380, for example, is a 2.5GHz CPU with a Max Turbo speed of 3.4GHz and a 2.8GHz Max All Cores Turbo speed."

133 comments

  1. shared FPU by Janek+Kozicki · · Score: 4, Interesting

    6200 series have shared FPU (floating point unit). Which means that there are less FPUs that there are processing cores. To multiply two floating point numbers cores are waiting in a queue until FPU is free to use, this happens when all cores are calculating at the same time. If you are doing intensive calculations this is going to be slower than if you used 6100 series. 6100 series have dedicated FPU for each core.

    I know this because we were recently buying a new cluster for calculations using YADE software.

    How, here's the question: how about 6300 series, is there a dedicated FPU?

    --
    #
    #\ @ ? Colonize Mars
    #
    1. Re:shared FPU by Anonymous Coward · · Score: 0

      For most people, this would not be an issue. Very little of the average CPU's time is spent doing floating point math.

    2. Re:shared FPU by ByOhTek · · Score: 2

      I assume that they have 8 FPUs? I'm curious to see how they split up. Do the 6300s have a similar shared-FPU configuration?

      Damn, according to AMDs site, they have a TDP of 140W and 115W. Then again, that's 8.75W/core and 7.1875W/core. At 115W, the 12 core 3300s about 9.6W/core. THe 3200s have the same thermal profile, but with slightly lower clock speeds.

      The 3100s are 85W, 115W and 140W for 12 core (and don't have quite as high a clock speed).

      Good numbers on the idle power would be nice too. I guess it's time to do some research.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    3. Re:shared FPU by SuricouRaven · · Score: 1

      Only if you're doing FP-intensive calculations, though. Heavy floating point math is actually quite rare outside of science and engineering, and even then I imagine that a substantial part of the processor time is spent on non-floating-point parts of the algorithm.

    4. Re:shared FPU by pipatron · · Score: 2

      If you buy a 12 or 16-core CPU, it's not because you want your Facebook page to load faster. It's because you have some serious parallel workload to process, likely involving a lot of calculations.

      --
      c++; /* this makes c bigger but returns the old value */
    5. Re:shared FPU by K.+S.+Kyosuke · · Score: 0, Flamebait

      You must be Chinese, otherwise you'd notice the 'less' where 'fewer' would be a better fit, but I digress - do you really feel this urge to make stupid remarks in public? Go get it out of your system, chop up some firewood or run a few miles, you'll feel better, trust me.

      --
      Ezekiel 23:20
    6. Re:shared FPU by Anonymous Coward · · Score: 1

      You realize the FPU is also twice as wide as on K10, right?

    7. Re:shared FPU by Anonymous Coward · · Score: 2, Insightful

      For some people, that's true. Others, not. Don't presume to know other people's applications. Multithreaded != FPU intensive

    8. Re:shared FPU by neyla · · Score: 4, Insightful

      *shrug* Todays "top of the line" is tomorrows facebook-renderer. I've got an 8-core CPU, and didn't even want one, it was just a side-effect of buying a reasonable-speced machine on other factors (that I -did- care about) and the 8 cores being standard in a workstation in that performance-range. If there'd been a $25 off for half-the-cores option I'd gladly have taken it, but there wasn't. (yes I know I could roll-my-own)

    9. Re:shared FPU by unixisc · · Score: 1

      Looks like you are the right market for a POWER or Itanium based system. Any idea which are the RISC based workstations still left standing?

    10. Re:shared FPU by Anne+Thwacks · · Score: 4, Insightful

      If its MONEY you are talking about, they are probably integer calculations. I am fairly certain our servers only ever execute floating point instructions by accident

      --
      Sent from my ASR33 using ASCII
    11. Re:shared FPU by ByOhTek · · Score: 1, Insightful

      Probably not. We don't say 'that there are' here in America. We would use 'than'. Come on over some time, it might help alleviate some of that burden of ignorance you have.

      There are also these things called 'typos', when people make a mistake in their typing, usually because they are thinking faster than they can type.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    12. Re:shared FPU by ByOhTek · · Score: 5, Insightful

      Yep. Lots of servers where I work. Lots of high-CPU-use stuff. About 30-40 different applications across the servers.
      The vast majority of what they do is integer math. I doubt we'd notice if the CPUs were sent with the floating point math faked by the integer side of the house in the CPU.

      Mind you, another place I worked, had twice as many applications, and less than a dozen were integer intensive, and the rest were FP intensive.
      i.e., not everyone would need the large number of FPUs. There are different use cases, and if cutting the number of FPUs down reduces the CPU price, and the power consumption, some of us would be all over it.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    13. Re:shared FPU by Anonymous Coward · · Score: 2, Informative

      Depends on what you mean by "FPU". The "shared" FPU is really a single shared 256bit SIMD unit that can also double as an FPU. It can do one 256bit AVX, 2 128bit SSE, 4 64bit floats, or 8 32bit floats per cycle. It is fully shared and is also capable of having one core doing a 128bit SSE and the other core doing 2 64bit floats per cycle, or one core doing 4 32bit floats and the other doing 2 64bit floats(assuming no dependencies and the OoO scheduler can manage it).

      The only time this FPU unit is shared is when a 256bit AVX instruction is being executed *or* in the corner case that one core could have done 4 64bit floats out-of-order but is now limited to only 2.

    14. Re:shared FPU by Anonymous Coward · · Score: 0

      You mean like a web server that is doing no FPU work?

    15. Re:shared FPU by Anonymous Coward · · Score: 0

      Which means that there are less FPUs that there are processing cores.

      Fewer, not less.

    16. Re:shared FPU by DarkOx · · Score: 4, Interesting

      No actually in most cases its likely you are using it to drive a host server for a bunch of VMs. I am pretty sure that is the largest market segment for 16-core x86-64 processors today.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    17. Re:shared FPU by Anonymous Coward · · Score: 1

      You are simply wrong.
      The FPU can do 4 individual 128 bit operations per clock of which two can be a multiply-accumulate operation (D=A*B+C). As each 128 bit operation can do up to 4 x 32 bit float operations or 2 x 64 bit float the FPU can do peak 4 x 2 (FMA units) x 2 (one multiply+one add) = 16 single precision FLOPS per clock.
      The Intel Ivy Bridge (the current generation) can do one 256 bit floating point multiplication and one 256 bit floating point add per clock. The peak is therefore 256/32=8 single precision floats x 2 = 16 single precision FLOPS per clock.

      Now if you use the Intel processors with hyperthreading disabled then yes, each Intel core have a theoretical peak 2x higher than an AMD core. In practice the difference isn't that high partially because even floating point intensive code have many integer instructions and partially because it's easier to do 128 bit SIMD compared to 256 bit SIMD in many cases.

      If you do use hyperthreading, well then the throughput is the same per Intel virtual core and AMD core.

    18. Re:shared FPU by Sulphur · · Score: 1

      If its MONEY you are talking about, they are probably integer calculations. I am fairly certain our servers only ever execute floating point instructions by accident

      Sounds like a fixed point bug.

    19. Re:shared FPU by h4rr4r · · Score: 1

      That and webservers.
      Or video processing, assuming for some reason you can't use GPU acceleration.

    20. Re:shared FPU by Anonymous Coward · · Score: 0

      I imagine if doing tons of FP ops was your priority, you would be using CUDA and a cluster of GPUs.

    21. Re:shared FPU by ByOhTek · · Score: 1

      That would make sense, but I was working with such a group and NONE of the commercial software exported any workload to the GPUs. Also, these days, GPUs tend to do almost as well with integer performance as FP performance, so either way, offloading is not a bad idea.

      --
      Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
    22. Re:shared FPU by Anonymous Coward · · Score: 0

      That and database servers

    23. Re:shared FPU by Anonymous Coward · · Score: 0

      Horribly presumptuous to the extent you might as well not have said anything at all. There are many, many common workloads which absolutely are not FP-bound yet are still lend themselves to parallelism.

      Basically, your statement is best completely ignored.

    24. Re:shared FPU by jawtheshark · · Score: 1

      Just a question: what CPU is that? I've got a nice Core i7 (which I rarely use, it was cheap) that sports four cores. The task manager shows 8 cores, but that's because of hyperthreading. I haven't keeping up to date, I might have missed some leaps in the amount of cores on the desktop market.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    25. Re:shared FPU by cheesybagel · · Score: 1

      Yeah but in practice a lot of people don't have binaries compiled with FMA instructions. Those will probably only start getting out a long time after Haswell comes out. This means for a lot of people AMD's processor will seem to have half the peak FLOPS that it actually does have.

    26. Re:shared FPU by confused+one · · Score: 1

      And if you look at AMD's strategy, they seem to be suggesting people look at recompiling to run the floating point intensive code on GPUs. The GPUs are better suited to handle the computations than a FPU in a general purpose CPU core or module.

    27. Re:shared FPU by Anonymous Coward · · Score: 0

      They said workstation, so it's presumably the same 8-core Intel Xeon we have in our servers (which are hyperthreaded too, so the dual-CPU servers can run 32 threads).

    28. Re:shared FPU by Joce640k · · Score: 1

      If you buy a 12 or 16-core CPU, it's not because you want your Facebook page to load faster. It's because you have some serious parallel workload to process, likely involving a lot of calculations.

      Even so, most software will have a difficult job using up every available FPU processing slot. Sharing the FPU between CPUs might not be as bad as you imagine. Having 16 cores/8 FPUs is almost certainly better than 8 cores/8 FPUs because you'll keep the FPUs busier. If your code does a lot of expensive operations like divides and sqrt()s then even 4 FPUs might be able to keep up with the CPU.

      --
      No sig today...
    29. Re:shared FPU by Anonymous Coward · · Score: 0

      Piledriver FPU structure is similar to Bulldozer, so the answer is no, there is not a dedicated FPU on the 6300 series.

    30. Re:shared FPU by Tough+Love · · Score: 1

      6200 series have shared FPU (floating point unit). Which means that there are less FPUs that there are processing cores. To multiply two floating point numbers cores are waiting in a queue until FPU is free to use, this happens when all cores are calculating at the same time. If you are doing intensive calculations this is going to be slower than if you used 6100 series. 6100 series have dedicated FPU for each core.

      The transistors saved by sharing the FPU are returned to you in integer cores, arguably better use of the transistor budget. Here's a more nuanced view:

      Looking at the results for the two core, four thread i3-3220, the picture is more interesting, and dare I say surprising. At one extreme, the A10 is 12% worse than the i3 in an Excel test. At the other end, it outperforms the i3 by around 42% in TrueCrypt AES Encryption. Overall, the A10 shows a 4.4% performance boost over Intel's i3-3220, a figure that is close enough to call the two equal on a diverse CPU workload. This surprised me due to the fact the i3 showed very good single-threaded performance and the A10/A8 only have 2 FP units.

      how about 6300 series, is there a dedicated FPU?

      Steamroller apparently only shares the MMX/FMAC unit, while standard floating point operations are per-core. Intelligent scheduling could optimize this arrangement nicely.

      On the whole it looks to me like I'll be AMD again for my next box. Lots of cores for little $$$, yummy.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    31. Re:shared FPU by Anonymous Coward · · Score: 0

      Or, even more probably, decimal floating point instructions executed by mainframe CPUs.

    32. Re:shared FPU by Tough+Love · · Score: 1

      If you buy a 12 or 16-core CPU, it's not because you want your Facebook page to load faster. It's because you have some serious parallel workload to process, likely involving a lot of calculations.

      What kind of calculations? For many floating point intensive applications, such as gaming or video encoding, the GPU will be doing the vast majority of your floating point calculations, freeing up the CPU cores for fast integer logic. Many parallel applications, like compiling, do little to no floating point.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    33. Re:shared FPU by dshk · · Score: 1

      Whether your metric is "performance per transistor" or "performance per mm^2 of chip area" or "performance per watt"

      On the other hand AMD is quite good in "Performance per dollar".

      Steamroller apparently only shares the MMX/FMAC unit, while standard floating point operations are per-core.

      Uh, no. Steamroller retains the shared-FPU arrangement. In fact, you effectively said as much: "FMAC" operations are standard floating point operations. It doesn't get much more fundamental than multiplication and addition.

      Standard floating point is already per-core even in Bulldozer. The shared 256 bit floating point unit can be split into two 128 bit unit. Standard floating point is less than 128 bits, so both cores perform these operations simultaneously.

      The only case when one core of the unit waits for the other core to execute a standard floating point operation is when the other core is executing not a usual floating point operation, but a 256 bit AVX extended instruction. (MMX is only 128 bit).

    34. Re:shared FPU by Shirley+Marquez · · Score: 2

      In a discussion on the desktop Piledriver parts, somebody noted that these shared FPUs are 256 bits wide. If you're working on more common number sizes they can do more than one operation in parallel, so there are enough FPU resources to go around in nearly all real-world use cases.

      The main problem with the 6300 parts, like the 6200 series that preceded them, will be effective scheduling to maximize the efficiency of the half-cores and their shared resources. It's mostly a solved problem for data centers running Linux; the Linux scheduler has been updated to use the new AMD parts well. Windows 8 also has an improved scheduler for Bulldozer and Piledriver; I haven't heard about Windows Server 2012 but it probably also has the improvements.

    35. Re:shared FPU by Shirley+Marquez · · Score: 1

      The current discussion is about Opteron parts, which are mostly used in datacenters. They DO buy 12 and 16 core CPUs, not to make ONE person's Facebook page load faster but to make a whole bunch of people's Facebook pages load faster. (I don't know whether Facebook actually uses any AMD-based servers, but the principle holds.)

    36. Re:shared FPU by Tough+Love · · Score: 1

      Meaningless buzzwords can frabjulate the frobozz nicely!

      Meaningless only to a dog watching television, such as you. To spell it out: intelligent task scheduling can pair integer-intensive tasks with MMX tasks on the same core. The Linux kernel already includes many similar, core-aware scheduling optimizations.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    37. Re:shared FPU by Tough+Love · · Score: 1

      "FMAC" operations are standard floating point operations

      No. Multiply-accumulate is a specialized instruction whose main purpose is to preserve intermediate precision to better support solving ill-conditioned sets of equations and the like. It is not necessarily more efficient than a standard two instruction multiply add. Suggestion: consult Wikipedia before trotting out your ignorance.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    38. Re:shared FPU by Tough+Love · · Score: 1

      I'm betting that like most AMD fans you have no clear idea whether this would actually benefit you in any meaningful way, you just want more cores.

      That's patronizing and ignorant. Lots of real cores (not SMT flimflammery) is great for compiling, for virtualization, and many other loads. Intel likes to optimize for brain damaged single threaded loads, if that's what you've got then go Intel. Better, fix your software. I'm buying AMD the next time around because it more than addresses my needs for significantly less money.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    39. Re:shared FPU by Tough+Love · · Score: 1

      Ah, as pointed out below, AMD's MMX is already per-core, while the relatively rare 256 AVX path is shared.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    40. Re:shared FPU by neyla · · Score: 1

      X6550. It shows up in Linux as 16 cores, but that is because of hyperthreading, there's 8 actual cores, if I understood things correctly.

      Yes that CPU *today* costs as much as a good laptop, but the way things are going with cpu-prices and performance, you're likely to get those kinds of cpus in sub-$1000 laptops in just a few years. You already get quad-core I7-cpus with hyperthreading in $1500 laptops.

    41. Re:shared FPU by jawtheshark · · Score: 1

      Yeah, as the AC mentioned, I oversaw the "workstation" in your post. My apologies for that. Oh, and Quad Core i7 laptops can be had for less than 600€, if you're lucky... As I was. Yes, it a Quad, it shows up a 8 CPUs on Linux, due to hyperthreading. Just excuse me for jumping, in I've seen way too many posts, even on slashdot, about people thinking they have N cores, when in reality they have N/2 cores because they are not familiar with the hyperthreading concept.

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
  2. Compared to Intel's offerings, how do these compar by Hadlock · · Score: 4, Insightful

    I'm not even sure how you could post a story about AMD, what with it's recent decline this entire last decade, and not directly compare them to intel.
     
    Are these even desktop or server chips? It's been so long since I bought AMD, I really couldn't tell you which line Piledriver sits in anymore, or if they've consolidated them.
     
    The general gist I've read is that AMD is cheaper than Intel, and in the past has been "more green" due to power consumption, but with Ivy Bridge, your bang for the buck and much, much smaller lithography process has given intel the advantage in both areas.

    --
    moox. for a new generation.
  3. Is this going to save AMD ? by vikingpower · · Score: 0

    Will it contribute to its survival ? Or is this one in a long series of convulsions accompanying AMD's bleeding to death ?

    --
    Religous speak to God. Insane are spoken to by God. When all shut up, one can finally hear Shostakovich in peace
    1. Re:Is this going to save AMD ? by bug1 · · Score: 4, Funny

      AMD have been dying for 20 years now, its just fashionable for you followers to talk about it more in recent months.

      They will probably die the year of the Linux Desktop.

    2. Re:Is this going to save AMD ? by Anonymous Coward · · Score: 0

      The way win8 is going, the year of the Linux Desktop is approaching..

    3. Re:Is this going to save AMD ? by jiteo · · Score: 1, Insightful

      AMD have been dying for 20 years now.

      Except they haven't. They've been dying since Intel started their tick-tock stratgey with the Core series, and AMD hasn't been able to keep up with Intel's gains in performance.

    4. Re:Is this going to save AMD ? by Anonymous Coward · · Score: 0

      Nah...they were KILLING it about 6-7 years ago or so. They looked poised to actually take over the PC market....

      Then intel partnered with apple.......

      You think I'm joking....go look up the timeframe this all happened and what market value and shares of each company were at the time.

    5. Re:Is this going to save AMD ? by greg1104 · · Score: 4, Informative

      AMD had one period in the limelight. When the first good 64-bit x86 systems were Opterons launched in 2003, they had a really competitive product for servers. Intel was busy jerking off with Itanium at that time, was oblivious to power consumption (the Pentium 4 was the desktop processor available), and just generally executing terribly. It was like a textbook classic case where the near monopoly market leader was fat and dumb, and got its ass handed to it by its scrappy competitor.

      It took Intel until 2006 to release its first Core microarchitecture chips and start acting right again. By 2009 they had jumped back ahead of AMD in every market again, with the Nehalem server chips. And that was it; Intel has stayed one to two generations ahead of AMD ever since.

    6. Re:Is this going to save AMD ? by ubersoldat2k7 · · Score: 1

      And boom! Here comes Sony with Orbis and their AMD ARM APU strategy to save the day.

    7. Re:Is this going to save AMD ? by serviscope_minor · · Score: 4, Insightful

      They've been dying since Intel... bribed vendors not to use Opteron processors so that even when AMD were clearly superior, they could never get ahead of Intel. That of course meant that they never had the revenue to capitalise on their very substantial advantage. Intel, of course got away with paying only $1bn, substantially cheaper than it would have been not to engage in illegal business practicses.

      FTFY.

      --
      SJW n. One who posts facts.
    8. Re:Is this going to save AMD ? by greg1104 · · Score: 2

      The official tick-tock strategy goes back to the 2006 Core branding change. But Intel had been using two design teams to research and release alternate forms of optimization for a long time before that. In the mid 90's you could make out that one team focused on new architecture style features (386, Pentium) while the other was more about performance tweaking (486, Pentium Pro). The Itanium work spawned a new team altogether. The Core architecture was birthed from releasing that two of those paths--the one that let to the terrible Pentium 4 and Itanium products--had completely botched things. They pulled out of that tailspin by using the other active architecture at the time, the one that went from Pentium 3 to Celeron to Pentium M, as the basis for the new Core.

      In some ways it's kind of a shame that it happened that way, because that was the last gasp for interesting new processor features from that style of design. We used to get major architecture changes: 8 to 16 to 32 to 64 bits, extra processing styles going from 387 to MMX to SSE. Now we get tick-tock, shrink and optimize. It's pretty boring.

    9. Re:Is this going to save AMD ? by bug1 · · Score: 1

      AMD have been dying for 20 years now.

      Except they haven't. They've been dying since Intel started their tick-tock stratgey with the Core series, and AMD hasn't been able to keep up with Intel's gains in performance.

      Take a look at their historical share price, its all over the place, they have had lots of ups and downs.

      Intel tried to kill them early by legal means.

      They always had problems with margins due them being in the bottom end of the market.

      I think financially they have had a few big years of losses and required extra external funding just to survive.

    10. Re:Is this going to save AMD ? by drinkypoo · · Score: 2

      AMD had one period in the limelight. When the first good 64-bit x86 systems were Opterons launched in 2003, they had a really competitive product for servers

      You're right about the one period in the limelight, but it began when they first released an Athlon processor, and it ended when Intel finally got control of their TDP, and thus it's substantially longer than you suggest, though the ending is the same.

      Until recently the primary arguments for AMD were lower power consumption and better performance per dollar. Now neither are true, and the only argument is that it's cheaper. But if that's the case, and you do a little math, you can see that the argument is that you can get less for less, and if you're going to do that, why not buy something with an ARM processor, and no ATI graphics drivers?

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:Is this going to save AMD ? by greg1104 · · Score: 4, Interesting

      From 1999 to 2003, AMD's Athlon was a moderately superior CPU to Intel's Pentium III competitor. More most of that time I felt that success was limited by AMD's lack of high quality motherboards to place the CPUs in. My memory of the period matches the early history of the Athlon at cpu-info. You can't really evaluate CPUs without the context of the motherboard and system they're placed into. And the Athlon units as integrated into the systems they ran on were still a hard sell, relative to the slightly slower but more reliable Intel options. That situation didn't really change until the nForce2 chipset was released, and now we're up to the middle of 2002 already.

      I highlighted the 2003 to 2006 period instead because it was there AMD was indisputably in the lead. 64 bit support, nForce3 with onboard gigabit as the motherboard, the whole package was viable and the obvious market leader if you wanted high performance.

    12. Re:Is this going to save AMD ? by ifiwereasculptor · · Score: 1

      Well, better performance per dollar isn't necessarily false nowadays. The Athlon overlingered and Bulldozer was a failure, but the revised Piledrivers are actually doing ok, at least on the lower end. An A10-5800K is pretty much on par with an i3 3220 on heavier workloads and you get a much better IGP. For about the same as an i3 3240 you get an FX-6300, which is way better for any kind of multithreaded work.

      I don't think they'll be able to hold on much longer, since Haswell at 14nm vs Steamroller at 28nm will probably be embarassing to watch, but for this generation, thanks to Intel not having gained a lot on the performance front by moving to 22nm, they managed to catch up, if only on price/performance.

    13. Re:Is this going to save AMD ? by drinkypoo · · Score: 1

      You can't really evaluate CPUs without the context of the motherboard and system they're placed into.

      That is so true, and you have to look at the chipset, too. Whether AMD or Intel, if you stuck with the vendor's chipset you were usually assured of reliable operation... but intel's sucked down more power over and over again, to the point that AMD's desktop stuff was better than Intel's mobile stuff for a while, and it was cheaper, and not that much slower. All that was around the Athlon 64 period, though. Athlon was just a little slower at most tasks, a bit slower at integer, but notably faster at FP which had just become important due to 3d gaming becoming a major thing on the PC at around the same time, having originally come into flower in the Pentium era.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    14. Re:Is this going to save AMD ? by fast+turtle · · Score: 1

      Yea, the AMD IGP is better and sure as hell offers better gaming performance but and this is the big fucking but, the i3-2120 offers far better performance in the area's that count for business/enterprise users. The CPU has enough performance that even with the crappy Intel IGP, they still do what's needed quite well while offering a much lower TDP and even that's becoming important to everyone.

      I've been looking into this for a while and working up a build for the new year that's based on an Intel option. Much of the reason is that I'll be using a Xeon with the Intel 4000 IGP (good enough) as the TDP is 45w for the CPU while Passmark results show performance over 8000. The next best AMD offering is a meager 6000 for a 130w TDP and pretty much the same price. I hate to say that Intel is beating AMD in multiple area's and Performance per Watt is just one of them.

      --
      Mod me up/Mod me down: I wont frown as I've no crown
    15. Re:Is this going to save AMD ? by cheesybagel · · Score: 2

      Geez man. The 486 and Pentium Pro were not performance tweaks. The Pentium Pro for example was a wholly new out-of-order design.

    16. Re:Is this going to save AMD ? by cheesybagel · · Score: 1

      Intel wasn't free of chipset issues at that time either? Remember the Rambus DRAM chipsets full of bugs like the i820? AMD's own chipsets were pretty stable, even if they had somewhat obsolete feature sets back then. VIA's chipsets had less obsolete feature sets but were chock full of bugs. NVIDIA's nForce had a great feature set and lots of bugs. I actually got one of those. With the right drivers they worked pretty well...

    17. Re:Is this going to save AMD ? by Anonymous Coward · · Score: 0

      Ah, VIA. I remember the days when our drivers were full of code along the lines of:

      if ( is_via_chipset() )
      {
            disable_all_hardware_performance_features_because_they_dont_work();
      }

      As for RAMBUS, if I remember correctly Intel dumped those chipsets pretty quickly once it proved to be a braindead technology.

    18. Re:Is this going to save AMD ? by dshk · · Score: 1

      the i3-2120 offers far better performance in the area's that count for business/enterprise users. The CPU has enough performance that even with the crappy Intel IGP, they still do what's needed quite well while offering a much lower TDP and even that's becoming important to everyone.

      Do you talk about business desktops? They are idling all the time, you have to look at the idle power, not TDP.

    19. Re:Is this going to save AMD ? by Anonymous Coward · · Score: 0

      The developers (not necessarily engineers) for the rambus based chipsets thought it was a dumb idea too. Somebody I knew who worked on the firmware for the initial rambus chipsets pointed out a number of years later that they KNEW the issues with rambus, they stated these issues to the higher ups as well as the engineers (This was intel's Israeli design center, the same one, although perhaps not group that everybody now lauds for the Core and Nehalem architectures) that the rambus tech didn't work how it should, that design resources would be better spend on conventional ram technologies, and that it would be a huge setback if alternatives weren't in place on release. But Craig Barrett chose instead to sign an exclusive licensing deal with Rambus and put the (6 month? 1 year?) moratorium in place on non-RDRAM intel chipsets, potentially knowing full well the limitations, but assuming that pricing would eventually make it worthwhile (despite the numerous limitations of RDRAM, like losing performance and latency with every addition chip, a variety of stability issues due to thermal management of the dimms, etc.)

      As a result of this almost nobody bought P4 hardware until either 3rd party or intel sdram boards came out 6-8 months later. And those boards were SDRAM ONLY at a time when AMD boards were already moving from DDR266 to DDR333 speeds. I know because I build a P4 system that christmas, which was far less performant than an 815/P3 system I'd built the previous year.)

      It wasn't until the 848/865 motherboards that intel really recovered from that snafu, but by then the thermals were so high that you needed either a lot more airflow or a lot beefier heatsink to keep your system operating smoothly.

    20. Re:Is this going to save AMD ? by drinkypoo · · Score: 1

      Every time I try AMD graphics I get pissed off. Before that, it was every time I tried ATI graphics. I'm over it. So the IGP is not part of the equation for me, and therefore right now AMD is offering a poorer value proposition. My current system is a Phenom II X6 (1045T I think) on an AMD-chipset board and with a 240GT 1GB, both from Gigabyte. It looks like it's going to hold me for a while, which is nice because if I built a machine today it would probably have an intel processor and I think they are bastards.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    21. Re:Is this going to save AMD ? by ifiwereasculptor · · Score: 1

      We're on the same boat. I don't really fancy buying Nvidia, either, mainly because I'm a rancorous sucker that once bought an FX card. The trick for buying AMD graphics is buying outdated crap. My HD5570 works like a charm, even on Linux (when I'm not trapped in that limbo that follows every Xorg ABI change, of course).

      We might not have to buy Intel next time, though. AMD still has a trump card, namely earlier and better OpenCL support in widely used products like Adobe's CS. Tom's has a preview bench of the performance gains: http://www.tomshardware.com/reviews/photoshop-cs6-gimp-aftershot-pro,3208-13.html

      Looking at the charts, we see some workloads benefit more from weaker IGPs than from much more powerful discrete cards. That puts AMD's best IGPs on the market in a very unique and advantageous position. This has been AMD's plan since they bought ATI, and I hope they survive long enough to see it through, at least.

    22. Re:Is this going to save AMD ? by Kjella · · Score: 1

      From 1999 to 2003, AMD's Athlon was a moderately superior CPU to Intel's Pentium III competitor. More most of that time I felt that success was limited by AMD's lack of high quality motherboards to place the CPUs in.

      Avoid all things VIA and you were pretty good, I had AMDs in that period and they were excellent bang for the buck. No doubt that AMD was gaining momentum in that period, remember the first Pentium IV was released in November 2000, this is what Anandtech wrote at its release:

      It's amazing at how quickly the industry can turn from being dominated almost completely by a single CPU manufacturer over to a point where the underdog is now in a position to lead the market into the 21st century. Over the past 12 - 18 months we have seen this very situation occur right in front of our own eyes. Intel, a manufacturer never associated with delays or processor shortages and AMD, a manufacturer that was associated with sub-par performance and an inability to deliver on time, essentially switched roles in the past year alone.

      --
      Live today, because you never know what tomorrow brings
    23. Re:Is this going to save AMD ? by Anonymous Coward · · Score: 0

      And 486 added pipelining. A huge design change.

    24. Re:Is this going to save AMD ? by Carewolf · · Score: 1

      In the mid 90's you could make out that one team focused on new architecture style features (386, Pentium) while the other was more about performance tweaking (486, Pentium Pro).

      Pentium Pro was a completely new design and architecture, in fact the same architecture they are using today, after the failed new architecture used in Pentium4.

    25. Re:Is this going to save AMD ? by greg1104 · · Score: 1

      What I said is that the Pentium Pro didn't include any new significant processor features in its architecture, by which I mean things like adding new instructions. The architecture changes were focused on performance instead. Those were significant, from the L2 cache improvements to the (in retrospect) vital early out of order execution work. But they sped up code rather than enabling new types of code.

      In fact, if you compare feature sets, the first generation Pentium Pro was actually a step back from what was already available. The Pentium line had added MMX for accelerating some types of CPU intensive "MultiMedia" operations by then. The Pentium Pro line initially did not include MMX. That disconnect makes the split design team idea I was outlining even more obvious. From that you can go back and confirm the Pentium Pro must have been developed in parallel to the Pentium MMX, with more server oriented goals, rather than as part of a single sequence.

      It is true that the Core line traces its heritage back to the P6 / Pentium Pro one. It would be a stretch to say it's the "same architecture they are using today" though. I would argue that the later redesign to optimize for low power, what lead to the Pentium M, was just as large and important. That was both critical and so disruptive that it deserves to be considered a new architecture.

  4. Re:Compared to Intel's offerings, how do these com by ericloewe · · Score: 2

    Piledriver is the architecture, like Intel's Ivy Bridge is the architecture.

    These are server chips. Best case, these are finally faster than their pre-Bulldozer parts in real, consumer desktop use. They will not beat an 8 core Sandy Bridge Xeon in FP-heavy applications, and power consumption is, at best, on the same level as the Xeons.

    All they can do is work like crazy on their next line (Steamroller as it?) so they're truly competitive again.

  5. Re:Compared to Intel's offerings, how do these com by gagol · · Score: 3, Informative

    Are these even desktop or server chips? It's been so long since I bought AMD, I really couldn't tell you which line Piledriver sits in anymore, or if they've consolidated them. The general gist I've read is that AMD is cheaper than Intel, and in the past has been "more green" due to power consumption, but with Ivy Bridge, your bang for the buck and much, much smaller lithography process has given intel the advantage in both areas.

    Server chips. Opteron was always, and always has been about servers.

    I am not a business owner and do not operate servers myself. For home usage, a low price CPU with adequate power will kick intel "we-cripple-all-but-i7-features" anytime in value for my $. I do not do geek pissing contests.

    --
    Tomorrow is another day...
  6. Too bad there is per core licensing by alen · · Score: 4, Interesting

    Last year we bought some servers with 6 core cpu's
    The. SQL 2012 came out with per core licensing
    I did some quick math and its cheaper to buy new servers with 4 core cpu's than license SQL 2012 for 12 cores per server

    1. Re:Too bad there is per core licensing by Anonymous Coward · · Score: 0

      Usually you can disable all but N cores, to save on licensing costs, and additionally let you turn on more cores as needed and as you can afford.

    2. Re:Too bad there is per core licensing by Anonymous Coward · · Score: 1

      Last year we bought some servers with 6 core cpu's
      The. SQL 2012 came out with per core licensing
      I did some quick math and its cheaper to buy new servers with 4 core cpu's than license SQL 2012 for 12 cores per server

      Postgresql?, http://www.postgresql.org. Last I heard it scaled linearly to 64 cores.

    3. Re:Too bad there is per core licensing by Anonymous Coward · · Score: 0

      Per core licensing with unlimited instances. Not that many people will be running lots of instances except in the case of VMs. Looking at Netcraft, Apache and nginx have gone down a bit and IIS has gone up over the past year. Maybe demand for ms-sql has gone up and hosted companies are driving demand for stacking many instances of SQL.

    4. Re:Too bad there is per core licensing by greg1104 · · Score: 5, Insightful

      PostgreSQL versions from 8.3 to 9.1 did pretty well using up to 16 cores. 9.2 was the version that targeted scalability up to 64 cores, released this September.

      The licensing model of commercial databases is one part of why PostgreSQL is become more viable even for traditional "enterprise" markets. PostgreSQL doesn't use processors quite as efficiently as its commercial competitors. The PostgreSQL code is optimized for clarity, portability, and extensibility as well as performance. Commercial databases rarely include its level of extensibility. This is why PostGIS as an add-on to the database is doing well against competitors like Oracle Spatial. And they're often willing to do terrible things to the clarity of their source code in order to chase after higher benchmark results. Those hacks work, but they cost them in terms of bugs and long-term maintainability.

      But if the software license scales per-core, nowadays that means you've lost Moore's Law as your cost savings buddy. What I remind people who aren't happy with PostgreSQL's performance per-core is that adding more cores to hardware is pretty cheap now. Use the software license savings to buy a system with twice as many cores, and PostgreSQL's competitive situation against commercial products looks a lot better.

    5. Re:Too bad there is per core licensing by alen · · Score: 1

      DR is why we are on SQL server

      SQL, Oracle and IBM have very nice DR capabilities built in to the system

    6. Re:Too bad there is per core licensing by h4rr4r · · Score: 2

      What DR is postgres missing?

      I really want to know since I use it all the time. Streaming replication works great.

    7. Re:Too bad there is per core licensing by greg1104 · · Score: 3, Interesting

      Some of the other developers in my company just recently released Barman for PostgreSQL. That's obviously inspired by Oracle's RMAN DR capabilities. A fair number of companies were already doing work like that using PostgreSQL's DR APIs, but none of them were willing to release the result into open source land until that one came out. We'll see if more pop out now that we've eroded the value of those private tools, or if there's a push to integrate more of that sort of thing back into the core database.

      As a matter of policy preference toward keeping the database source code complexity down, features that are living happily outside of core PostgreSQL are not integrated into it. One of the ideas it's challenging to crack at some companies is just how many of a database's features need to be officially part of it. Part of adopting open-source solutions expects that you'll deploy a stack of programs, not just one giant one from a single provider.

    8. Re:Too bad there is per core licensing by greg1104 · · Score: 1

      The main complaints I get are that the commercial databases provide DR with GUI or web based management tools all ready go to. PostgreSQL provides APIs for building such things, but they only seem elegant if you agree that shell scripting is a good solution to some problems.

    9. Re:Too bad there is per core licensing by h4rr4r · · Score: 1

      Ah, so not a lack of functionality just not shiny enough for some.

      I am a big boy I can do without the handholding shiny.

    10. Re:Too bad there is per core licensing by Anonymous Coward · · Score: 0

      http://phppgadmin.sourceforge.net/doku.php?id=start

    11. Re:Too bad there is per core licensing by dbIII · · Score: 2

      The opposite applied to me with geophysical software when a cluster licence model was killed off and replaced by per host licencing. I ended up with a few dozen now mostly idle 8 core machines replaced by a few 48 and 24 core machines that ended up being cheaper in total than converting licences.

  7. Re:Compared to Intel's offerings, how do these com by ByOhTek · · Score: 1

    AMD has lost performance/watt recently. These are intended as server chips (G34 socket, not AM3+).

    These might bring back performance per watt, as AMDs have seemed to scale better in the the multi-CPU per box / multi-core per CPU segment recently.

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  8. Re:Compared to Intel's offerings, how do these com by greg1104 · · Score: 4, Informative

    These Opteron models are the new server line from AMD. The desktop version based on the same architecture (the Trinity alluded to in the summary) closed some of the gap against Intel. But Intel remains the market leader on single core performance, performance per core, and power utilization. AMD continues to push the number of cores upward more aggressively, but there's not many workloads where that matters enough for their slim advantage to result in a net win. And the lower efficiency means that sometimes even having more cores doesn't aggregate into enough speed to be a useful alternative. That leaves AMD to compete on pricing. And the CPU is a relatively small part of the total budget on larger servers. Load up a Dell 815 for example and you'll find the CPU pricing seems small compared to what filling its RAM capacity up costs. And then there's reliable storage, at a while higher price level altogether.

    The rule of thumb I've been using for the last year, based on benchmarking of CPU heavy database work, is that I expect a 32 core AMD server to be about as fast as a 24 core Intel one, while using significantly more power. The 40% performance per watt gain claimed here--from AMD's own hand-picked best case scenario benchmark--is only enough to make the Intel performance and gap decrease in size, not go away. We'll see if these new Opterons benefit from the re-engineering work done recently more than the desktop ones did; so far it doesn't look good.

  9. No AMD, 8% is not enough to forego 20 core... by Anonymous Coward · · Score: 0

    AMD states that "an 8% increase is enough to no longer need to widen their product line to 20 core CPUs". Guess what AMD, when your CPUs perform like shit compared to other server based CPUs, an 8% increase of shit means nothing. Another 4 cores could have compensated for the terrible performance your CPU provides in comparison to Intel's E5 line, particularly for highly concurrent based programs. An 8% only warrents that our company purchases the new 4 socket Intel based motherboards. Yeah I know, "But hey, Intel CPUs cost much more... blah blah blah", if you're living in your mother's basement, then certainly Intel's CPUs cost too much for your world of warcraft 10hour/day "work". But when you're actually relying on the CPU performance, as we do due to scientific, financial, and industrial simulations and applications, then Intel's nearly 50% superior performance more than pays for the cost of the CPUs within a week.

  10. Re:Compared to Intel's offerings, how do these com by serviscope_minor · · Score: 2, Insightful

    MD continues to push the number of cores upward more aggressively, but there's not many workloads where that matters enough for their slim advantage to result in a net win.

    I disagree: that's exactly what Xeon and Opteron are about. What differentiates those two from the Core and Phenom processors is that the former have multiple crazy fast and very expensive low latency links to allow glueless multi socket systems. Once you've got an (16)8 (hyper)thread Xeon or 16 core opteron and have more than one socket, you're already expecting a workload to scale to 32 distinct units.

    Basically these chips only make sense for pretty parallel work loads.

    Load up a Dell 815 for example and you'll find the CPU pricing seems small compared to what filling its RAM capacity up costs.

    I use this as my go-to online quoter.

    http://www.woc.co.uk/default6.aspx?nquoter=13

    I have no affiliation except that I've bought such machines from them before.

    Maxing out the RAM (512G) costs £3300. Maxing out the processors costs £2300. It's not quite as much, but it's substantially over half the price.

    That said, I've heard rumours that the new opterons can drive 32G DIMMS, in which case you could load it up with 1T RAM for the low, low price of £30,000. In which case, your point certainly stands.

    The 40% performance per watt gain claimed here--from AMD's own hand-picked best case scenario benchmark--is only enough to make the Intel performance and gap decrease in size, not go away

    True, but the Opterons are substantially cheaper. If you factor in lifetime cost including bang for buck, power and cooling, it's basically a wash and really dependent on the specific workload.

    If they have closed the gap this much, then they will be a substantially cheaper option overall.

    --
    SJW n. One who posts facts.
  11. AMD calculate TDP differently. by Anonymous Coward · · Score: 4, Informative

    Intel calculate their TDP based on full load which isn't necessarily maximum power use.

    AMD calculate their TDP based on maximum power use.

    1. Re:AMD calculate TDP differently. by Anonymous Coward · · Score: 0

      Except AMD tends to hit its TDP much more often.

      Stock Intel i7-920(2.66ghz+1.2v) TDP 130watts
      Intel i7-920 @ 3.8ghz+1.3v actual power draw with 8 threads of prime95(blended): about 95 joules(95 watts)

      I've seen benchmarks of stock Bulldozers exceeding TDP as power-draw. I have not seen Intel exceed TDP as power-draw and Intel has a lower TDP.

    2. Re:AMD calculate TDP differently. by Anonymous Coward · · Score: 1

      Except AMD tends to hit its TDP much more often.

      Do you care to add citations? I have a single processor 12 core Opteron 6234 (Bulldozer) server, processor rated at 115W. Plus 4 drives and 48G ram. Even if I stress test the processor with 100% load on all cores with a burn-in tool, I cannot reach more than 160W for the whole server. And that also includes the ~20% loss in the power supply. It is obvious that the processor is very well below its TDP.

    3. Re:AMD calculate TDP differently. by Anonymous Coward · · Score: 0

      Exceeding TDP could also mean that the core are running very busy instead of idling. From a performance point of view not necessarily bad other than power consumption/cooling etc.

    4. Re:AMD calculate TDP differently. by Anonymous Coward · · Score: 0

      I don't necessarily disagree with you about this:

      Except AMD tends to hit its TDP much more often.

      But this:

      Intel i7-920 @ 3.8ghz+1.3v actual power draw with 8 threads of prime95(blended): about 95 joules(95 watts)

      is kinda nonsense, I'm afraid. The joule is the SI unit of energy (a "quantity" unit), and the watt is the SI unit of power (a "rate" unit). You can't measure power in joules, and you can't just convert joules to watts that way.

      One watt is equal to one joule per second (1 W = 1 J/s). If you know your power supply delivers 950 joules of energy over a period of 10 seconds, then yes, that power supply was supplying 95 watts (95 joules per second) during that time. But if the time period was 0.1 seconds instead of 10 seconds, that'd be 9500 watts (9.5 kW).

    5. Re:AMD calculate TDP differently. by Anonymous Coward · · Score: 0

      Can you (or anyone else) explain the difference between power use at "full load" and maximum power use? I don't know enough about CPUs to understand it.

    6. Re:AMD calculate TDP differently. by ericloewe · · Score: 1

      Irrelevant. Real-life tests show that AMD processors these days lag behind (or are stuck in the last decade if we talk about Bulldozer) Intel's when it comes to power consumption. Since Intel these days has better performance than AMD in nearly all cases, you will need less power to get something done on a Xeon than an Opteron.

      The lower purchase price may offset this somewhat for some cases where power consumption isn't a top priority, but often it just makes AMD look bad.

    7. Re:AMD calculate TDP differently. by dshk · · Score: 2

      The power at full load means a high load which can easily occur in real life.

      The maximum power usage is exactly that, the wattage used in the theoretically worst case. It is practically impossible to reach the maximum power usage with any real life load.

  12. Shared, but it can be split into two by Anonymous Coward · · Score: 5, Informative

    Yes, they have a shared 256 bit FPU, but that can be split into two 128 bit parts. So no, multiplying two floating point numbers in two threads is performed immediately and simultaneously, the cores do not wait at all. I measured this on a previous generation Opteron 6234, the performance loss caused by running two threads on two cores of the same module vs two cores in different modules was barely measurable, 3%.

  13. Re:Compared to Intel's offerings, how do these com by Anonymous Coward · · Score: 0

    My wallet called, it said your fanboy attitude will not change it's mind about buying an AMD CPU.

  14. Piledriver? by MatrixCubed · · Score: 1

    Good to see they're not tapping out yet.

  15. Turbo by Hsien-Ko · · Score: 1

    If this is not about a button on my case, then I don't care what that old buzzword is regurgigated into.

    1. Re:Turbo by greg1104 · · Score: 1

      They re-used "HyperThreading" as the branding for something new, too, despite its name being associated with nothing but bad the first time. Anyway, Intel's Turbo Boost is a great feature for making single task systems faster, ones that weren't benefiting from having more cores around. AMD's Turbo CORE is obviously inspired by that, but hasn't been quite as good so far. This latest generation of chips from AMD closes more of the gap between them and Intel in that area though.

    2. Re:Turbo by cheesybagel · · Score: 1

      IBM's POWER CPU line has had Turbo mode for way longer than Intel did. They also have had SMT for a long time and they actually get it to perform well unlike Intel.

  16. Re:Compared to Intel's offerings, how do these com by greg1104 · · Score: 1

    I wasn't clear enough on what I meant by number of cores. AMD's strengths when they did well in the server market (2003 to 2009) included more sockets, more cores per socket, and higher memory bandwidth to each socket. At this point the only one of those leads they maintain is that they still cram more real cores onto a socket than Intel does. Presuming the number of sockets is the same, I was suggesting that AMD's higher core count per socket doesn't give them much of a real-world advantage. As you suggested, the multi-socket situation isn't different enough between AMD and Intel for it to be a competitive advantage for either anymore; that's fairly level now.

    An Intel server with 8 cores and the current generation of HyperThreading is not necessarily any slower than these new AMD ones with 16 real cores. There are times you run into memory bandwidth issues at the top end of concurrency, and Intel has been the leader on that since Nehalem in 2009. At the low end of active cores, sometimes there is just one thing you want to run really fast, and there Intel's Turbo approach is still better than AMD's. The middle area where AMD is at least competitive--lots of cores active but not constrained by memory bandwidth--is not that wide of a range of server workloads.

  17. Re:Compared to Intel's offerings, how do these com by SQL+Error · · Score: 4, Informative

    Piledriver is the architecture, like Intel's Ivy Bridge is the architecture.

    These are server chips. Best case, these are finally faster than their pre-Bulldozer parts in real, consumer desktop use. They will not beat an 8 core Sandy Bridge Xeon in FP-heavy applications, and power consumption is, at best, on the same level as the Xeons.

    That's true. A 16-core Opteron has the same FP width as an 8-core Xeon, and a higher TDP for a given clock.

    On the other hand, we buy almost all AMD because it lets us build cheap 1U or 2U 4-socket servers with 512GB of RAM each. 4-socket Intel chips (E5-4600 or E7) are much more expensive; mid-range servers work out to 50% more for Intel, and high-end servers about 80% more for equivalent speed.

  18. Re:Compared to Intel's offerings, how do these com by serviscope_minor · · Score: 1

    There are times you run into memory bandwidth issues at the top end of concurrency, and Intel has been the leader on that since Nehalem in 2009.

    Certainly on the desktop. I thought on the server they both have quad channel DDR3 per socket. Of course, that gives intel a higher per-core bandwidth.

    I thought that the 6200 series support slightly higher clocked memory (1866) compared to Intel (1600).

    I've not cheecked more thoroughly than looking up a few figures though.

    --
    SJW n. One who posts facts.
  19. Re:Compared to Intel's offerings, how do these com by Kartu · · Score: 2

    "Athlon 64" was released in December 2003 that beat P4 in all regards, price, power consumption, performance. Intel recovered from it only in January 2006 with first "Core" CPU. How does that make AMD to be in "decline entire last decade" pretty please?

  20. AMD competitive CPU's - 2 generations for sure by Anonymous Coward · · Score: 1

    Rubbish about AMD having only one competitive time: The T-Bird Athlons offered much better bang for the buck and performance than Netburst based P4's.

    Anyone who followed computer architecture knew this. Athlon XP's were generally considered better all around chips than Netburst based P4's until the P4's hit > 3.2+ Ghz. The only way Intel could even stay competitive with the T-Bird Athlons and Early Athlon XP's was stuff like the Extreme Edition.

    Likewise, early dual core Netburst based products P4's weren't great chips, they were massive hot power-hogs. First generation Opterons were a much better choice for many server workloads. The general advice now is to look at your workload. If your choice is an Opteron versus a Xeon look at the system cost along with your workload. If the Opteron is cheaper then you can buy more memory (If that helps you workload). Hyper transport was significantly better than the Netburst based Xeons for multiprocessing.

    For single threaded Integer+FPU performance Intel is definitely better than AMD right now.

    If your running prebuilt binaries that aren't heavily threaded then Intel Xeons are your best bet, but don't forget approaching this as a systems engineering problem. If your workload loves memory then you may well be better off with an Opteron with lower single threaded performance, but a lower cost, and throw the cost delta towards more memory.

    If cost is no object then your best bet is a Xeon. As much as people love to beat up AMD we have them to thank for decent x64 performance on the desktop. If they hadn't made a killer chip with the Opteron then Intel would have tried to push us all to Itanium which had great theoretical performance and great FP workload performance for apps the compiler could schedule decently for but sucked eggs running integer apps with a decent number of branches... Look at the Spec CPU Perl benchmark results for an idea how much Itanium sucked at that stuff.

  21. AMD Marketing has a Stargate Reference by CajunArson · · Score: 1

    "With this round of CPUs, AMD has split its clock speed Turbo range into 'Max' and 'Max All Cores.' "

    Remember Episode 200 of Stargate and the "Set Weapons to Maximum!" line?

    --
    AntiFA: An abbreviation for Anti First Amendment.
    1. Re:AMD Marketing has a Stargate Reference by Anonymous Coward · · Score: 0

      The next logical step would be the old Star Trek set "phaser to overload" trick.

  22. No Ivy bridge on the top Xeons yet anyway by dbIII · · Score: 1

    Are these even desktop or server chips?

    With respect, why are you even commenting on this if you have not got that much out of the summary? I'll try though, these are for the sort of servers where a lot of tasks are done in parallel and it's a big deal since the best comparable Intel chips are 10 core, 2GHz and horribly expensive. That may change but Intel doesn't seem so interested in that end of the market for now and have let AMD undercut them by several multiples of the price ($9000 for 64 cores vs $80,000 for 80 cores back in January).
    It could be argued that 10 Xeon cores act like 20 opteron cores, but that really depends on exactly what the tasks are.

  23. Re:Compared to Intel's offerings, how do these com by dbIII · · Score: 1

    and you'll find the CPU pricing seems small compared to what filling its RAM capacity up costs

    Yes, but you are going to be getting the same amount of RAM and almost always the same type no matter which way you go. The price of a CPU really matters once you go beyond a couple of sockets. Also fuck Dell since you just get the whitebox of the week with a Dell badge on it - Supermicro and a long list of others will give you something better far cheaper and may even give you support from someone based in your own country that speaks your own language.

  24. Bang for the buck by Anonymous Coward · · Score: 0

    My anecdotal experience is that Intel's total cost of ownership is quite steep.

    I had an ASRock AM2+/AM3 motherboard I purchased in 2010 for $80. I also purchased a Athlon 64 X2 5200 Brisbane 2.7GHz for it. Mind you, that's not the Athlon x2, that's the Athlon 64 x2 which is 1-2 generations behind of the one you're probably thinking of.

    I also had another computer with an Intel Core 2 Duo 2.3GHz which ran a bit faster, but not by much.

    The only upgrade path without a new motherboard for the Core 2 system was to get a Core 2 quad, which is still ridiculously expensive ($180+) for its age and not competitive.

    On the other hand, AMD designed their architecture so that the Athlon 64 x2, Phenom, Phenom II could all use the same motherboard. That's at least three generations of chips. I got a 3.4GHz Phenom II quad-core black edition at newegg for $100, dropped it into my 3-year-old motherboard, overclocked it to 3.7GHz and have been very happy with my "bang for the buck." Sure, it isn't competitive cycle-per-cycle, but as a consumer, I mostly want it for video work (which it does great), photography work (which it does great), and gaming (which it does great).

    That's what I would call bang for the buck, personally.

  25. Short-term vs long-term investment by Anonymous Coward · · Score: 0

    From a CPU design standpoint, Intel may be winning at the moment, but AMD has been looking to the future with their processor designs.

    Intel has been pushing relatively the same design methodology and making incremental improvements since Core 2. AMD tore down their designs and started much closer to "from scratch." They didn't expect to be market leaders in performance with Bulldozer, and they refined it with Piledriver a good deal. This "half-core" strategy they've built on is actually a very good idea; it hasn't been done before quite this way, and they're still learning lessons. One of the best advantages, though, is the ability to put more cores onto a single chip.

    Piledriver hit the performance improvement AMD claimed it would when Bulldozer was released. People compare it roughly to Intel i5's now. If they keep on their performance increase road map, there's no reason to think that Piledriver II or whatever won't be comparable to i7's, and after that, they're in step with i9's or whatever Intel names their Core line next, if not ahead.

    As far as FP performance goes, AMD's higher-end CPU-integrated Radeons put Intel's offerings to shame, and give FP performance to the processor that the general-purpose cores couldn't hope to match (if used properly).

    Intel's policy of keeping prices high on older processors and changing sockets frequently between generations doesn't help their total cost of ownership, either. You also have to include upgrade paths for a few years, motherboard/RAM costs in that, etc.

    1. Re:Short-term vs long-term investment by Anonymous Coward · · Score: 0

      lol

    2. Re:Short-term vs long-term investment by fast+turtle · · Score: 1

      As far as FP performance goes, AMD's higher-end CPU-integrated Radeons put Intel's offerings to shame, and give FP performance to the processor that the general-purpose cores couldn't hope to match (if used properly).

      We'd already been hearing about CUDA from Nvidia when AMD announced their Fusion Design (1st stage was the Llano) and the first thing I thought of at that time was that AMD was going to use the GPU cores to replace the shitty FPU performance on their chips. I've posted on this numerous times and with the Bulldozer design. What I expect is that by the 4th generation, the new CPU's will look like a single core to the OS instead of the multiple cores we're used to seeing but the threading performance is going to drastically improve as they're already beginning to implement the multi-thread design efforts. Simply put, AMD is completely redefining the CPU while Intel works on simply improving what's already there. Who is going to win in the long run is going to be interesting though I suspect that if AMD can turn around their profit issues, they'll be able to improve the design of their chip to run as well as Intel on a 45nm basis and not have to go with the die shrinks that Intel is pushing.

      Keep in mind that these die shrinks are beginning to reach the physical limits of the silicon itself and Intel is researching new wafer processes that are going to cost lots of money. If AMD can improve/match the Intel Performance/TDP factors while using a proven 45nm process, they will be in a much better financial position then Intel as they'll be able to continue using existing fabs that are paid for, thus offering their chips for less money.

      --
      Mod me up/Mod me down: I wont frown as I've no crown
    3. Re:Short-term vs long-term investment by Anonymous Coward · · Score: 0

      They are not redifining anything. AMD produces terrible products, their CPU architecture is nothing ground breaking, all they can hope for is match Intel's offerings. I hope they can at least produce processors that have 80% performance of Intel... just so that I can buy cheaper Intel based CPUs. But I would never willfully buy AMD based products, they are terrible.

    4. Re:Short-term vs long-term investment by Anonymous Coward · · Score: 0

      We'd already been hearing about CUDA from Nvidia when AMD announced their Fusion Design (1st stage was the Llano) and the first thing I thought of at that time was that AMD was going to use the GPU cores to replace the shitty FPU performance on their chips.

      GPU cores cannot "replace" FPU performance.

      I've posted on this numerous times and with the Bulldozer design. What I expect is that by the 4th generation, the new CPU's will look like a single core to the OS instead of the multiple cores we're used to seeing but the threading performance is going to drastically improve as they're already beginning to implement the multi-thread design efforts.

      Okay, you expect this. That just shows you have no idea WTF you're talking about. The "GPUs replace FPUs" stuff was a good hint, but this seals the deal.

      (hint: multi-threaded CPUs look like multiple cores to the OS. They have to, because they execute different thread contexts. There is no way for that to ever not be true. This is pretty fundamental stuff. If you don't understand the basics you really shouldn't be pontificating about the future of computing.)

      Simply put, AMD is completely redefining the CPU while Intel works on simply improving what's already there.

      Laughable nonsense.

      Who is going to win in the long run is going to be interesting though I suspect that if AMD can turn around their profit issues, they'll be able to improve the design of their chip to run as well as Intel on a 45nm basis and not have to go with the die shrinks that Intel is pushing.

      Now you're just getting completely ridiculous. Here's a hint: not even AMD thinks AMD should stay at 45nm. How do I know this? AMD has already moved on to 32nm and 28nm. And here's another hint: if AMD tries to stick with 32nm/28nm forever they will die. (They won't do that. They're not as dumb as you.)

      It's not just Intel that's 'pushing die shrinks'. Intel merely happens to be the best at it -- they're generally a full node ahead of everyone else. (This wasn't always true, but it's definitely been true for the last 10 years or so at the very least.) I realize you feel a fanboyish need to somehow turn this around into an advantage for AMD, but that just marks you as an ignorant fanboy, not a smart dude who's identified the true way.

      Keep in mind that these die shrinks are beginning to reach the physical limits of the silicon itself and Intel is researching new wafer processes that are going to cost lots of money. If AMD can improve/match the Intel Performance/TDP factors while using a proven 45nm process, they will be in a much better financial position then Intel as they'll be able to continue using existing fabs that are paid for, thus offering their chips for less money.

      You're a moron. AMD cannot match Intel's performance or TDP if they stick with 45nm (which they already have chosen not to do). You're basically saying "If AMD can make one plus one equal to three they're golden!".

      Here, let me supply you with yet another breadcrumb. Intel 22nm is a "proven" process. And, compared to pre-spinoff AMD 45nm, it has dramatically better technical performance in every area. AMD 45nm couldn't even touch Intel 45nm and Intel 22nm is two full process nodes and one major new technology (FinFET) ahead of Intel 45nm. What on earth makes you think AMD could possibly squeeze blood out of a stone like that?

      AMD doesn't even own their own fabs any more, anyways.

  26. Re:Compared to Intel's offerings, how do these com by Ritz_Just_Ritz · · Score: 1

    I recently bought one of their non-server Trinity APU processors specifically to be used for my HTPC. The power footprint is low enough that it fits in a shoebox sized enclosure and the integrated Radeon graphics mops the floor with anything from Sandy/IvyBridge and all at a lower cost. I use it to crank out 1080p video, send audio to my AVR and the kids use it to play games with a fair amount of eye candy turned on and at a playable resolution and frame rate.

    Would I buy any current AMD processors for a server farm? Probably not.

    Best,

  27. Re:Compared to Intel's offerings, how do these com by dshk · · Score: 2

    Would I buy any current AMD processors for a server farm? Probably not.

    The predecessors of this series, the Opteron 6200 is used in quite a few supercomputers. Actually I counted 21 Opteron bases systems in the last supercomputer top 100 list.

  28. the i5 is generally uncrippled for home use by Chirs · · Score: 1

    It supports turbo boost, virtualization (vt-x and vt-d), speedstep, etc.

    1. Re:the i5 is generally uncrippled for home use by Anonymous Coward · · Score: 0

      If ECC memory's desired, it lacks that.

    2. Re:the i5 is generally uncrippled for home use by Anonymous Coward · · Score: 0

      That's what E3-1xxx Xeons are for. They're pretty much LGA 1155 i5 / i7 processors with ECC enabled (and sometimes graphics disabled). You don't pay much of a premium because they're "Xeons" either. Here's an example i5 with a similar E3 Xeon:

      http://ark.intel.com/compare/65511,65734

  29. Re:Compared to Intel's offerings, how do these com by Anonymous Coward · · Score: 0

    Why do you need quad socket? Have you compared the supermicro boards with two E5-2600 Xeons and up to 512 GB RAM as 16 DIMMs? They even have ones with onboard dual 10G-BaseT in case that helps cut costs for your datacenter networking...

  30. Re:Compared to Intel's offerings, how do these com by yuhong · · Score: 1
  31. Re:How does it benchmark against the 'fastest' by Anonymous Coward · · Score: 0

    Ahahaha. IBM's POWER7+ CPU is the fastest general purpose server CPU you can buy. Go look at any benchmark, and it is frequently close to 2x the throughput of Intel's best server CPU (while being on a less advanced silicon process node).

    This crap from AMD would not stand the slightest chance.

  32. Let me guess by viperidaenz · · Score: 1

    They're about as good as a mid-range Xeon while consuming more power?

  33. Re:Compared to Intel's offerings, how do these com by ne0n · · Score: 1

    AMD has lost performance/watt (on x86 at least) when they fired all the engineers who knew how to make performance/watt critical decisions. Then they hired a bunch of copy-pasters from India and China. I'll bet the CEO responsible got a hefty bonus for this "presidential" decision.

    --
    $ :(){ :|:& };:
  34. far out! hee hee by Anonymous Coward · · Score: 0

    I struggle to max out my turion x2 dual compiling and re-encoding video...but then I refuse to buy computers, always get hand-me-downs etc but still i'm always amazed by whats out there these days...shared FPU's or not