Slashdot Mirror


AMD Cancels 28nm APUs, Starts From Scratch At TSMC

MrSeb writes "According to multiple independent sources, AMD has canned its 28nm Brazos-based Krishna and Wichita designs that were meant to replace Ontario and Zacate in the second half of 2012. The company will likely announce a new set of 28nm APUs at its Financial Analyst Day in February — and the new chips will be manufactured by TSMC, rather than its long-time partner GlobalFoundries. The implications and financial repercussions could be enormous. Moving 28nm APUs from GloFo to TSMC means scrapping the existing designs and laying out new parts using gate-last rather than gate-first manufacturing. AMD may try to mitigate the damage by doing a straightforward 28nm die shrink of existing Ontario/Zacate products, but that's unlikely to fend off increasing competition from Intel and ARM in the mobile space."

44 of 149 comments (clear)

  1. Take your time, let software catch up. by Kenja · · Score: 4, Insightful

    So far I have been totally unable to tax my current CPU past 40% utilization. I think we can take a break and let software catch up and older systems fall off the support map before the next generation of CPUs hit.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    1. Re:Take your time, let software catch up. by Dunbal · · Score: 3, Funny

      Don't worry, the next OS version should do it...

      --
      Seven puppies were harmed during the making of this post.
    2. Re:Take your time, let software catch up. by CSMoran · · Score: 5, Insightful

      So far I have been totally unable to tax my current CPU past 40% utilization. I think we can take a break and let software catch up and older systems fall off the support map before the next generation of CPUs hit.

      Just because your usage scenario is not CPU-bound does not mean everyone else's is.

      --
      Every end has half a stick.
    3. Re:Take your time, let software catch up. by marcosdumay · · Score: 4, Insightful

      The change in feature size won't just be usefull to get faster processors (altough servers could use some of them), it is also important to reduce the power footprint of the chips (that being AMD, it means both CPU and GPU will use less power) and to reduce the price of those chips.

    4. Re:Take your time, let software catch up. by Anonymous Coward · · Score: 5, Funny

      I salute you, mythical IT-worker who manages to get an overclocked computer work-approved.

    5. Re:Take your time, let software catch up. by 0123456 · · Score: 4, Informative

      I salute you, mythical IT-worker who manages to get an overclocked computer work-approved.

      Who said it was approved? In a previous job a friend inherited a computer from someone who'd left and never understood why it would crash every few days and hit bugs that no-one else seemed to see until he looked in the BIOS and discovered the previous user had overclocked it.
       

    6. Re:Take your time, let software catch up. by gstoddart · · Score: 4, Interesting

      So far I have been totally unable to tax my current CPU past 40% utilization.

      Well, DfrgNtfs.exe is using 25% of my quad-core, and I'm not doing much else. I've gone well into 70% more more at times if I'm actually doing something intensive.

      I'm using 7GB out of 8GB of RAM, and if I had 16GB I could probably put a hell of a dent in it too.

      I don't even consider what I'm doing to be much of a load, and in the past I've been on machines where something literally was CPU bound for as much as an hour and I needed to walk away.

      I don't even find it tough to use up that much resources ... hell, I stopped using Mozilla because it would expand to well over 1GB of RAM overnight (with the same # of windows and tabs that used to fit in 300MB).

      I think the software has already caught up ... especially if you're like me and open something and leave it open.

      --
      Lost at C:>. Found at C.
    7. Re:Take your time, let software catch up. by Bengie · · Score: 5, Informative

      With multi-core CPUs, just because you can't reach 100% usage doesn't mean your not CPU limited.

    8. Re:Take your time, let software catch up. by Skarecrow77 · · Score: 2, Insightful

      ... ok. I'll bite.

      If you -know- that it's not stable, why didn't you clock it back down to spec, or at least down to where you can be sure it is truly 100% stable? Aren't you losing more time by doing multiple redundancy checks on your resultant data sets than you're gaining by the few extra clock cycles?

      you are doing random spot checks on your data, right?

      As anybody who has lived with an -almost- stable overclock for long periods of time knows, if it's not 100% stable, you're getting little computational data errors here and there that are going to add up long term to "omfg my data is borked and has been for 6 months and I didn't even realize".

    9. Re:Take your time, let software catch up. by Skarecrow77 · · Score: 4, Interesting

      Exactly. Too bad I already posted in the thread and can't mod you up anymore.

      Nobody pays much attention to single-core performance anymore, and I have no idea why. There are tons of programs that people use on a regular basis that are single-core limited.

        Intel has made only modest gains in performance-per-clock-cycle since the core 2 duo. AMD I'm pretty sure is actually going backwards if I am correctly remembering some of the bulldozer vs thurban reviews.

      Looking at forthcoming offerings, AMD especially seems to be assuming that we're all constantly using our CPUs to run handbrake 24/7 or batch encode a couple hundred wavs to mp3 at a time, and thus would love 12 cores.

    10. Re:Take your time, let software catch up. by Joce640k · · Score: 3, Informative

      Vista? Ack.

      At least have the decency to install Windows 7.

      --
      No sig today...
    11. Re:Take your time, let software catch up. by PRMan · · Score: 4, Insightful

      Seriously, this.

      In building computers for my wife and my brother, I just went with lower end I3 and Phenom X2(4) processors. Why? Because the effective performance difference between the two for the applications they are running is .001%. And the price difference between those and say, an I7 is 1000%.

      But I made sure to get both systems SSD drives. Price difference? About 200% (500GB HDD $60 vs 128GB SSD $125). But the performance difference is about 700%.

      --
      Peter predicted that you would "deliberately forget" creation 2000 years ago...
    12. Re:Take your time, let software catch up. by jd · · Score: 3, Informative

      Software isn't the bottleneck. Caches are *tiny* compared to the size of even single functions in modern programs, which means they get flooded repeatedly, which in turn means that you're pulling from main memory a lot more than you'd like. Multi-core CPUs aren't (as a rule) fully independent - they share caches and share I/O lines, which in turn means that the effective capacity is slashed as a function of the number of active cores. Cheaper ones even share(d) the FPU, which was stupid. The bottleneck problem is typically solved by increasing the size of the on-chip caches OR by adding an external cache between main memory and the CPU. After that, it depends on whether the bottleneck is caused by bus contention or by slow RAM. Bus contention would require memory to be banked with each bank on an independent local bus. Slow RAM would require either faster RAM or smarter (PIM) RAM. (Smart RAM is RAM that is capable of performing very common operations internally without requiring the CPU. It's unpopular with manufacturers because they like cheap interchangeable parts and smart RAM is neither cheap nor interchangeable.)

      Really, the entire notion of a CPU - or indeed a GPU - is getting tiresome. I liked the Transputer way of doing things (System-on-a-Chip architecture) and I still like that way of doing things. The Transputer had some excellent ideas - it's a shame it took Inmos so long to design an FPU (and a crappy one at that) and given that the T400 had a 20MHz bus at a time most CPUs were running at 4MHz, it's a damn shame they failed to keep that lead through to the T9000.

      What I'd like to see is a SoC where instead of discrete cores (uck!) you have banks of independent registers, pools of compute elements and hyperthreading such that the software can dynamically configure how to divide up the resources. There's nothing to stop you moving all the GPU logic you like into such a system. It's merely more pools of compute elements. Microcode is already in use and microcode is nothing more than software binding of compute elements to form instructions. (Hell, microcode was already common on some architectures back in the 80s and was available for microprocessors within a decade of their being invented.) There's nothing that says microcode HAS to be closed firmware from the manufacturer - let the OS do the linking. It's the OS' job to partition resources and it can do so on-the-fly as needs dictate - something a manufacturer firmware blob can't do. Put the first 4 gigs onto the SoC and have one MMU per core plus one spare, so that each core can independently access memory (provided they don't try to access the same page). The spare is for direct access to memory from the main bus without going through any CPU (required for RDMA, which most peripherals should be capable of these days).

      Such a design, where the OS converts the true primitives into the primitives (ie: instruction set) useful for the tasks being performed, would allow you to add in any number of other true primitives. Since any microcode-driven CPU is essentially a software processor anyway, you can afford to put extra compute elements out there. Any element not needed would not be routed to. Real-estate isn't nearly as expensive as is claimed, as evidenced by the number of artistic designs chip manufacturers etch in. Those designs are dead space that can magically be afforded, but there's nothing to stop you from replacing them with the necessary inter-primitive buffering to build ever-more complex instructions from primitives without loss of performance. I'm willing to bet HPC would look a whole lot more impressive if BLAS and LAPACK functions were specifically in hardware rather than being hacked via a GPU.

      Of course, SoC means larger chips. So? Intel was talking about wafer-scale processors several years back (remember their 80-core boast?) and production has only improved since then. The yield is high enough quality that this is practical and since the idea is to software-wire the internals it becomes trivial to bypass defects. T

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    13. Re:Take your time, let software catch up. by ob0 · · Score: 2

      Nobody pays much attention to single-core performance anymore, and I have no idea why. There are tons of programs that people use on a regular basis that are single-core limited.

      Have you seen the Bulldozer reviews? They've been hitting AMD over the head due to its poor single-thread performance (amongst other things...)

    14. Re:Take your time, let software catch up. by Anonymous Coward · · Score: 4, Informative

      Nobody pays much attention to single-core performance anymore, and I have no idea why. There are tons of programs that people use on a regular basis that are single-core limited.

      There's a very simple reason: physical limitations. The current processor technology is more or less maxed out for single-thread performance. There's probably some gains available by completely changing the instruction set or completely giving up on multi-thread performance, but nothing that Intel can put into a chip they can sell. They can't up clock speed anymore due to the speed of light (except a little bit when doing a die shrink). The obsession with multi-core isn't because Intel and AMD think everyone wants to run more threads; software is moving towards using more threads because Intel and AMD simply can't improve single-thread performance but they, at least for a little while longer, can keep adding more cores.

    15. Re:Take your time, let software catch up. by badran · · Score: 2

      And in what meaningful way would that be different than an up to date Vista?

    16. Re:Take your time, let software catch up. by Kjella · · Score: 3, Insightful

      Looking at forthcoming offerings, AMD especially seems to be assuming that we're all constantly using our CPUs to run handbrake 24/7 or batch encode a couple hundred wavs to mp3 at a time, and thus would love 12 cores.

      I think it's quite obvious that AMD didn't have the resources to hit many targets, so they picked two:

      1) Laptops/Low-end PCs with Bobcat cores (Fusion/Llano APUs)
      2) Servers with Bulldozer cores (Valencia/Interlagos)

      Sadly the latter seems to have misfired a bit even in the server arena, but it's no question IMHO that the high-end desktop market was intentionally abandoned. Either that or they've missed their design targets by many miles, they can't have been that off on single core performance. I can sort of understand, Intel was already dominating and the Atom threatened their low end (remember, CPU designs have a 2-3 years lead time) and they couldn't afford to lose their bread and butter machines. So they aimed Bobcat low (power), Bulldozer wide (cores) and left Intel to compete with themselves. Not to be too much of a cynic, but it's better for AMD to win some markets than being a loser in all of them.

      --
      Live today, because you never know what tomorrow brings
    17. Re:Take your time, let software catch up. by hkultala · · Score: 3, Informative

      Software isn't the bottleneck. Caches are *tiny* compared to the size of even single functions in modern programs, which means they get flooded repeatedly, which in turn means that you're pulling from main memory a lot more than you'd like.

      Wrong.

      The code size of average function is much smaller than instruction cache for any modern processor.
      And then there are L2 and L3 caches.

      Instruction fetch needing to go to main memory is quite rare.

      And then about data.. depends totally on what the program does.

      Multi-core CPUs aren't (as a rule) fully independent - they share caches and share I/O lines, which in turn means that the effective capacity is slashed as a function of the number of active cores. Cheaper ones even share(d) the FPU, which was stupid.

      None one of the CPU's sharing FPU with multiple HW threads are cheap.

      Sun Niagara I had slow shared FPU, but the chip was not cheap

      AMD Bulldozer, which usually has sucky performance, sucks less on code which uses the shared FPU.

      FPU operations just have long latencies and there are always lots of data dependencies, so in practice you cannot
      utilize FPU well from one threads, you need to feed instructions from multiple treads.

      Intel uses HyperThreading for this, AMD Bulldozer it's CMT/shared FPU/module.
      GPU's are barrel processors for the same reason.

      The bottleneck problem is typically solved by increasing the size of the on-chip caches OR by adding an external cache between main memory and the CPU.

      Much more often the bottleneck is between the levels of the chip's caches.
      The big outer level caches are slow and processors spend quite often small time waiting for data coming from them. And if you increase the size of the last level caches, you make them even slower.

      One of the reason's for bulldozer's sucky performance is because it has small L1 caches(so it needs to fetch data deom L2 cache often), but big and slow L2 cache. So there is this relatively long L2 latency happening quite often.

      External cache.. has not been been used for about 10 years by Intel or AMD. It's either slow or expensive, and usually both. Now when even internal caches can easily be made with sizes over 10 megabytes, the external cache has to be very expensive in order to compete with internal caches, and still it only makes sense on some server workloads.

      After that, it depends on whether the bottleneck is caused by bus contention or by slow RAM. Bus contention would require memory to be banked with each bank on an independent local bus. Slow RAM would require either faster RAM or smarter (PIM) RAM. (Smart RAM is RAM that is capable of performing very common operations internally without requiring the CPU. It's unpopular with manufacturers because they like cheap interchangeable parts and smart RAM is neither cheap nor interchangeable.)

      Smart RAM is a dream, and a research topic in universities. It's uncommon because it does not (yet) exist.

      And most of the problems/algorithms are not solveable by "simple" smart ram that can only operation on data near each others. And it you try to make it even smarter, then you end up making it costlier and slower, it will become just chip with multicore processor and memory on same chip.

      There are some computational tasks where smart ram would improve the performance by great magnitude, but for the >90% of all the other problems, it has quite little use.

    18. Re:Take your time, let software catch up. by hairyfeet · · Score: 2

      Oh please, Win 7 is better on RAM management, better about UAC (and doesn't bug the fuck out of you for something simple like throwing crap in the trash), better because of libraries, better taskbar, better with devices and printers, better by having Action Center that doesn't bug you with pop ups, Aero Snap and Shake, hell its better in just about every way! I ran Vista up to SP1 and frankly it was a turd, buggy, memory hogging, lousy with shares, it sucked the big wet titty and i sure as hell wouldn't use the piggie for VMs!

      As for TFA...man this really sucks. i knew AMD was having serious trouble with GloFlo (reports were Liano was getting less than 40% good chips per wafer) but damn. maybe it'll turn out to be a good thing they sold GloFlo in the first place. Of course the MAJOR downside is they are gonna have to compete with all TSMCs other customers and that could seriously hurt yields and couldn't come at a worst time, with Brazos chips selling as fast as they can crank them in everything from netbooks to all in ones to HTPCs.

      I just hope they have GloFlo keep cranking out the Thuban and Zacate chips until they can get TSMC up to speed. I'm sure that GloFlo will need the business and AMD sure as hell needs the chips. this would royally suck if we had an AMD chip shortage to go with the HDD shortage...I wonder if i should be upping my timeframe on snatching a Thuban?

      --
      ACs don't waste your time replying, your posts are never seen by me.
    19. Re:Take your time, let software catch up. by bill_mcgonigle · · Score: 3, Funny

      So far I have been totally unable to tax my current CPU past 40% utilization.

      Oh, you should try Firefox sometime!

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    20. Re:Take your time, let software catch up. by hairyfeet · · Score: 5, Interesting

      No but he IS touching on something that we retailers could have told you is one of the biggest reasons for the slowdown in PC sales, and that is for the vast majority PCs are good enough for the jobs they have.

      Look at one of the big sellers around here which is backed up by AMD having trouble filling all the orders...brazos. is brazos gonna compete with some Ivy bridge desktop replacement? not a chance in hell. Then why is it selling like crazy? For the same reason i sold my laptop and bought a Brazos EEE PC, and that is the jobs people have on the go aren't that computationally heavy and therefor the battery life and price make a bigger difference. in my own case i'm not transcoding video on the road, i'm accessing my webmail, watching HD movies, listening to music, maybe some light gaming. What in that list needs a monster PC?

      I've found with my years of working PC retail that I'd be considered a "hardcore user" compared to most since i have a Deneb quad at home and actually DO play shooters and transcode as well as multitrack audio editing AT HOME but most of my customers, what do THEY do with a PC? they go to Facebook, play Farmville, check their webmail, watch YouTube, maybe do a little MS Word editing or play some game they got off the Walmart "300 games for Windows" rack. Now what there needs a giant CPU? Not a damned thing, in fact even the Brazos chip while running a full Windows 7 HP spends most of its time idle. hell i found playing full HD videos the CPU was barely hitting 15% with the GPU roughly the same depending on the action. Having the decoding in silicon drops the hell out of power usage.

      So while the guys that run gamer sites or live for benchmarks will scoff frankly the average user, which outnumbers them by a 100,000 to one (last number on hardcore PC gamers I saw put the number at 30 million) and they won't give a crap that Brazos is 'long in the tooth" or that Thuban isn't king of the hill because "Will you look at that price? And look at how nicely videos play, woo hoo!"

      This is why I really wasn't surprised when I walked into my local Walmart, a place that just a couple of years ago you were lucky to find a single Sempron in the back, to find that more than 2/3rds of the units had bright red AMD Fusion stickers. Hell I paid $350 for A Brazos EEE that gets 6 hours watching HD video, plays L4D or TF2, has 320Gb HDD to hold my music and movies, and that is INCLUDING an 8Gb RAM upgrade and a nice carrying case to put it in. Hell if AMD can keep prices THAT low nobody but the niche hardcore users will give a shit.

      I know I can't keep the AMD desktops and netbooks in simply because the price is so much lower. For the jobs the average Joe has the AMD platforms are more than "good enough" and even someone like me who thought I'd always lug a 20 pound desktop replacement has found that I don't frankly miss it. 3 pounds, 6 hours 720P HD, light gaming and all for $350? Sold AMD, thanks for taking my money.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    21. Re:Take your time, let software catch up. by Vectormatic · · Score: 2

      They can't up clock speed anymore due to the speed of light (except a little bit when doing a die shrink).

      Poppycock, the reason intel/amd dont scale their clocks much beyond the current 3-3.5 GHz is mostly because the power demands increase exponentially. Intels netburst design had a feature called the Rapid Execution Engine, which basically where the integer ALU's, run at double the clock rate. The 3.8 GHz pentium 4 had its ALUs running at 7.6 GHz, the reason this didnt scale beyond some execution hardware was very much down to the power budget.

      And honestly, bulldozer's design team should be hit over the head with a presscot heatsink, bunch of idiots.

      --
      People, what a bunch of bastards
    22. Re:Take your time, let software catch up. by Kjella · · Score: 3, Funny

      So while the guys that run gamer sites or live for benchmarks will scoff frankly the average user, which outnumbers them by a 100,000 to one (last number on hardcore PC gamers I saw put the number at 30 million)

      Okay I heard Earth has an overpopulation problem, but did I doze off there for a while? Because I seem to have missed some recent developments...

      --
      Live today, because you never know what tomorrow brings
  2. Competition ? by unity100 · · Score: 4, Informative

    AMD has no competition in APU arena. It is dominating it.

    http://techreport.com/articles.x/21730/8

    its actually possible to game with acceptable detail and fps with entry-mid level laptops without paying a fortune now.

    1. Re:Competition ? by edxwelch · · Score: 2

      Very true - AMD compete well against Intel in entry-mid laptops.
      Unfortunately, it's a rather narrow segment.

  3. Global Foundries by Anonymous Coward · · Score: 5, Informative

    The description is somewhat misleading in that Global Foundries is not a "long-time partner," but what were AMD's own internal wafer fabs until Global Foundries was spun out as a separate company in 2009.

  4. Extremely useful summary by bigredradio · · Score: 2, Insightful

    Moving 28nm APUs from GloFo to TSMC means scrapping the existing designs and laying out new parts using gate-last rather than gate-first manufacturing. AMD may try to mitigate the damage by doing a straightforward 28nm die shrink of existing Ontario/Zacate products, but that's unlikely to fend off increasing competition from Intel and ARM in the mobile space

    After reading the summary (a few times), I came to the conclusion that I know nothing about this topic. Thanks for the heads up so I that was not burdened with reading an article that only a select few might understand or care.

  5. waaait a minute by markhahn · · Score: 2

    so far, all bobcat-based chips have been made at TSMC, haven't they? so is this really news?

  6. Re:AMD = Stagnated. by dc29A · · Score: 4, Interesting

    I hope you like $500 celerons...

    If this was 1995, I'd believe it. In 2011, Intel competes with itself. If they drive up CPU prices, they won't be able to make more and more profits because people do *NOT* need to upgrade. The vast majority of the population is doing fine on a dual core 4+ year old CPU running a browser and IM program and watching videos. Since people do not need to upgrade, but Intel has to sell more and more CPUs, their profits would collapse and then the stock and then ... hilarity ensues.

  7. Long-time partner? Really? by WilliamBaughman · · Score: 4, Informative

    Calling Global Foundries AMD's "long-time partner" really dates "MrSeb", he must have started reporting tech news in the last three years. Global Foundries isn't just a "partner" to AMD, it's part-owned by AMD, and was spun out of AMD's manufacturing and merged with Chartered Semiconductor.

  8. Re:AMD = Stagnated. by tiffany352 · · Score: 2

    Wow.. um. I'm currently running a 4yo handmedown computer with a Pentium D. I have a browser running, xchat, gedit, and I'm listening to pandora. And the only thing I would need a new CPU for is so I can a: watch 720p html5 video, or b: compile GCC in a fraction of the time. However, if I guessed, the vast majority of the population only uses their computer for a web browser containing facebook and youtube. I know people who /only/ use their computer for facebook (and that's when they're not using their phone for it).

  9. Re:AMD = Stagnated. by GreatBunzinni · · Score: 5, Insightful

    Your assumption that you can simply ignore AMD's influence in the CPU market and still end up with a relevant model to explain and predict its outcome is both naive and disingenuous. AMD does have products which outperform equivalent Intel products, even when not accounting with Intel shenanigans such as relying on funny compiler tricks, and AMD happens to price them quite attractively. If you haven't considered any AMD offering on any budget for any serious desktop and instead opted to rely only on Intel products then you are both clueless and economically-challenged.

    --
    Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
  10. Re:Long-time partner? Really? by confused+one · · Score: 5, Interesting

    All true; but, they're down to 9% ownership and according to the articles no longer have rights to appoint someone to the GloFlo board. Looks like the relationship is becoming increasingly sour.

  11. Re:AMD = Stagnated. by Guppy · · Score: 4, Interesting

    In 2011, Intel competes with itself.

    That's part of the problem. One of the speculated reasons the Atom processor is so far behind, is that Intel was afraid it would cannibalize more profitable segments of its mobile CPU market. As a result, they launched it with a bunch of contractual restrictions on it (customers had to agree not to use it in any notebook larger than 10"-form factor), while using pricing models that discouraged 3rd party graphics (Atoms bundled with Intel's chipset were sometimes actually cheaper than solo Atoms, making nVidia ION combos uneconomical).

    Since AMD had no strong CPUs in the netbook segment, everyone had to simply accept these restrictions at first, until AMD introduced their Ontaria and Zacate series.

  12. AMD = Important. by Mojo66 · · Score: 2

    Whether you buy AMD products or not, you can't ignore the fact that AMD is an important counter-balance to Intel. Without AMD, Intel would have a monopoly in CPUs which would bring prices up and innovation down until other competitors, like ARM, would fill in the gap, which could take some time.

  13. Re:AMD = Stagnated. by Kjella · · Score: 2

    Oh, they can go slower. The world market is still expanding both in size and average price they can afford, companies will still buy them for their X years of support, laptops break down and so on. Intel wouldn't drive prices up as such, they'd bring costs down. Sell 22nm processors at same prices as 32nm processors, does that sound massively profitable to you? It does to me. In the end they'll sell you something that costs like an Atom for the price of a 2600K. Or maybe just slow down their tick-tocks, let each generation soak up twice the profits. I doubt Intel would let AMD die though, that'd bring too much anti-trust scrutiny on their total domination of the world's computers. At death's door would be just fine though.

    In any case, I find this news unlikely. TSMC has crap record for delivering on time with decent yields, their 32nm process was so bad it got scrapped and the 28nm process is still struggling from what I gather. The only reason they've not been slain in the market for that is that both AMD and nVidia depend on them now so the graphics market just took a timeout. If Intel had a real graphics division they'd be eating them for lunch by now. GlobalFoundries is what used to be AMD proper, if they aren't able to do 28nm then they've got a total of zero reliable production facilities if you ask me. And Intel's already doing volume production on 22nm....

    --
    Live today, because you never know what tomorrow brings
  14. Re:Time to wise up, Amd by Lunix+Nutcase · · Score: 2

    Or get an i5-2500k which is faster than a lot of the x6s for only.like 20 bucks more.

  15. Re:AMD = Stagnated. by GreatBunzinni · · Score: 4, Informative

    Intel i5 661: http://www.newegg.com/Product/Product.aspx?Item=N82E16819115217&Tpk=i5%20661
    According to these benchmarks, we have:

    • AMD Phenom II X4 965 4,291 $129.99*
    • Intel Core i5 661 @ 3.33GHz 3,286 $175.66*

    And this doesn't account for the money spent on a motherboard, which adds a hefty price to any intel offering.

    So, looks like you botched your careful number check.

    --
    Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
  16. You have to silently face East at 11am EST by PopeRatzo · · Score: 2, Funny

    Financial Analyst Day in February

    Oh my god, there's less than 70 shopping days left!

    It's tradition in my house that on Financial Analyst Day, or FAD as we call it, we make spiced wine and spike it with DMT, then sit around singing appropriate songs, such as "Money" by Pink Floyd, "Money (That's What I Want)" by the Beatles and "Gimme da Loot" by Biggie Smalls.

    Then, sitting in a circle, we pass around a revolver with only one shell loaded and spinning the cylinder, we point at the person to the left and pull the trigger.

    It's by far my favorite holiday.

    --
    You are welcome on my lawn.
  17. Re:AMD = Stagnated. by mrchaotica · · Score: 3, Informative

    I got an AMD Phenom II X4 840 for $59.99 a few days ago (at Microcenter); I'm sure it's more than half as fast as a 965, so it's an even better value. I got a new motherboard (AMD 760G chipset) with it too; it was also $59.99. Not bad, I think -- would I have been able to find an Intel solution for that price/performance?

    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  18. TSMC by pavon · · Score: 2

    Yeah, and TSMC is the foundry that ATI has used for years (and still does). The plan with the APUs has always been to move ATI's GPU to AMD's^W Global Foundry's process. They have given up on that and decided to move AMD's CPU to the TSMC process instead. It's a pretty big turn of events.

  19. AMD APU graphics make big difference by Anonymous Coward · · Score: 2, Interesting

    APU unlikely to fend off increasing competition from Intel? Most Intel Atom based netbooks/tablets/whatever that I know have the GMA 3150. Which runs at 200 Mhz max. and has 2 shader units. The C-50 has 80 unified shaders running at 280 Mhz (yes, again low but I'm guessing 80 things working in parallel make up for it. please correct me if I'm wrong), supporting DX11,OpenGL 4.1 and UVD 3. Way better than Intel graphics cards. True, the CPU isn't very fast, but for things like video playback and 2D,3D games and other applications? It beats Intel hands down. I love Intel for their linux support but they just don't make graphics hardware for gaming.

  20. Re:Bulldozer Impact by Targon · · Score: 2

    I wouldn't be too sure about that. The Pentium Pro failed miserably as a CPU offering, yet ended up as the basis for the Pentium 2 and 3, and then the Pentium M, and going forward. Just because Bulldozer in its first release has done poorly may be due to some design issues that we just don't know about, and in the next rev, may be fixed.

  21. Apps not OS by LostMyBeaver · · Score: 2

    I have a neat little handheld Sony Vaio which has a 1.33Ghz Core Solo and a Intel GMA945 graphics adapter oh... and 1Gb RAM. It's an awesome machine but Windows XP was too heavy for it. Windows Vista was far to heavy for it. Windows 7 runs pretty nice on it. Windows 8 beta is much nicer, very usable. Android is ok on it... but I still don't know what the point of Android is. Meego wasn't too bad on it. Mac OS X Lion is a laughing joke on it.

    All things considered, the operating systems are seriously improving on performance now.... The more they accelerate the desktop with the GPU and the more they work on power savings, the better the operating systems get. I think it pretty much started as functionality... then the trend went in to stability and security and now is moving in the direction of performance. With the world trying to fit more and more computer into their pockets instead of backpacks, the operating systems are being tuned for that.

    Now apps on the other hand are another issue. One day, someone will even write an e-mail client that doesn't make my Core i7 2600K with 16 gigs of RAM and 500MB/s r/w SSD cry whenever I search my mail.