Slashdot Mirror


AMD Launches Counterstrike Against Core 2 Duo

DigitalDame2 writes to mention a PC Magazine article about the AMD 4x4 enthusiast platform, which is meant to counter Core 2 Duo. The article observes that AMD is now facing many of the same business practices it used in its war against Intel. From the article: "While imitation may be the sincerest form of flattery, improvement can often be a slap in the face. Intel's C2D was designed with both low power and performance per watt in mind, two key design metrics that helped AMD cut into Intel's market share with the Athlon 64 and Athlon 64 X2. And, as preliminary numbers have indicated and final performance reviews now show, the C2D has learned its lesson well: its performance now tops AMD's Athlon 64 architecture by a substantial margin."

61 of 277 comments (clear)

  1. 4X4 is more a marketing ploy than anything else by Harry+Balls · · Score: 4, Interesting

    4X4 sounds more like a marketing ploy to me than like a feasible solution for Joe Average or even Joe Gamer.

    Why?

    Consider the cost of Athlon X2 processors:
    http://www.pricewatch.com/cpu/442067-1.htm
    The least expensive Athlon X2 costs a cool 300 bucks, while the mid-range Core 2 Duo (Conroe) E6600 costs $315 (projected wholesale price).

    Now factor in a more expensive (because of 2 processor sockets) 4X4 motherboard, two Athlon X2 chips at $300, and you wind up with a $350 to $400 surcharge for being an AMD fanboy.

    The situation gets worse if you want a high-end system:
    Two FX-62 will set you back $1045 + $1045 = $2090
    http://www.pricewatch.com/cpu/992212-1.htm
    and while this combination is expected to outperform a single Core 2 Duo at $1057
    http://froogle.google.com/froogle?q=E6800&btnG=Sea rch+Froogle&lmode=online&scoring=p
    factoring in the more expensive two-socket motherboard expect to pay a cool $1100 more than for the E6800 system.

    Personally, I'll probably buy an E6600 ($315) or an E6400 ($240) as soon as they become available.

    1. Re:4X4 is more a marketing ploy than anything else by MarcoAtWork · · Score: 4, Informative

      remember that AMD is slashing the prices of several X2 processors by about 50%, hence the price differential is mostly only the mobo differential, which I don't think will be that much...

      --
      -- the cake is a lie
    2. Re:4X4 is more a marketing ploy than anything else by Hoi+Polloi · · Score: 2, Insightful

      They even talked about 8x8 (2x 4 core CPUS). Just 4x4 strikes me as wasted power that the vast majority of enthusiasts would never touch. Most of the time the 2nd core is barely used even now.


      Gillette has already created a version of this overkill in shaving:

      Mach 5
      Platinum Mach 14
      5 Blades!
      --
      It is by the juice of the coffee bean that thoughts acquire speed, the teeth acquire stains. The stains become a warning
    3. Re:4X4 is more a marketing ploy than anything else by Azarael · · Score: 3, Informative
      [Blockquote]Mounted on each socket will be an AMD dual-core processor (not necessarily an AMD Athlon64 X2, according to an AMD representative)(Emphasis Mine), for a total of four cores.[/blockquote]


      The article says otherwise.

    4. Re:4X4 is more a marketing ploy than anything else by (H)elix1 · · Score: 3, Insightful

      Bingo. The price is what is killing AMD.

      Not sure if Intel is trying to salt the fields here, but AMD did not drop prices at all until they were forced to over the last couple years. Benchmarks can be somewhat unreliable, but with enough reading you can find how the midrange CPU's compare to each other. Since AMD also dropped the 939 socket, I'm going to look real hard at Intel as I have to update RAM and mainboard the next time I do a major update. Were I buying today, it would be Intel - that has not been the case for me since I replaced a 450 mhz slot 2 xeon with a 700mhz slot A thunderbird. I'm not the type of guy to buy an FX or Extreme! Edition of anything, but when I stack up what kind of bang for the buck I can get between $200-500, AMD has a real problem on their hands. Both the X2 and Core 2 Duo are solid technology, but I will not pay for 'brand'. The AMD kit is going to have to drop a fair bit more to be competitive in the landscape I buy in.

    5. Re:4X4 is more a marketing ploy than anything else by TTK+Ciar · · Score: 4, Interesting

      I am a software engineer working at The Internet Archive, and I write parallel software every day (sometimes with PVM for "real" applications, but more often as throwaway perl slammed out on the command line, using open3() to open several simultaneous subprocesses, sometimes fed data by the parent but more often each reading from a different data file). Much of what I do is "trivially parallelizable", meaning it's pretty easy to make scale across multiple processors or machines. It is my impression that most real-life problems seen by most businesses are trivially parallelizable, with the rare exceptions hogging all the attention by dint of being more interesting.

      My workstation is a single-processor machine, but I have at my exclusive disposal a dual-xeon machine and two AMD dual-core machines. I'm always scp'ing my work up to them from my workstation so I can take advantage of their multi-process goodness. (Developing while ssh'd into those machines is usually not a good idea, since the network likes to go down or slow down a lot between Archive HQ and our datacenters, and our HQ firewall blocks PVM so I can't just make my workstation the PVM master node with the other three machines slaves.)

      When I read this article, my initial reaction was "Enthusiasts, hell! I want as many of these as I can get for servers!" (assuming this 4x4 product is significantly cheaper than current dual-opteron products -- we're a non-profit, without a lot to spend on hardware, and we're always running on the edge of starvation. But maybe that's a bad assumption and these will be prohibitively pricey).

      If someone offered me a 4x4 or 8x8 for my desktop, though, I'd accept it gladly, and make good use of it, parsing/analyzing Archive metadata, processing multiple simultaneous http streams (we use a lot of http-rpc here, and xml data representation which means each http-rpc stream can suck down a lot of processing power), md5'ing multiple files in parallel, and the like. I'd probably also make more extensive use of bzip2 than I do currently :-)

      My datasets commonly consist of hundreds or thousands of files, each of which can be processed in parallel, so I can keep throwing cores at the problem with near-linear scalability until I grind against disk or bus bandwidth limits (at which point the data needs to start out distributed in order to keep scaling).

      Just my $0.02

      -- TTK

    6. Re:4X4 is more a marketing ploy than anything else by Surt · · Score: 3, Interesting

      I'm going to run video editing, 3d rendering, and various custom software all of which scales to at least 4 cores, often at the same time (even with a quad processor box with all 4 procs maxed, i'm too often waiting on hour long renders). I have a lot of software that will likely scale just fine to 32+ procs (I'd love to find out .. the current biggest box i've been able to run on is only 4x).

      Writing parallel software is not that hard. By the time you've written a couple of enterprise applications, you know the basics, because there your software has to sync across multiple boxes. Syncing on one box is all the easier. Parallel software is really close to trivial, you need only know how to a) synchronize and b) partition workloads. A is very easy, and B is only hard some of the time (for many media tasks, B is utterly trivial).

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    7. Re:4X4 is more a marketing ploy than anything else by FuturePastNow · · Score: 2, Insightful

      You've touched on exactly what makes this so hard to understand. AMD used to be the ultimate value buy. Two of my college roommates and I had, between us, an Athlon XP 1800+, 2100+, and 2500+. I've also got a Sempron 2200+ machine. All four of those computers were relatively cheap and offered a lot of bang for the buck. But the Athlon 64 and X2, while fast, are way too expensive for any of us to consider, and this coming price cut by AMD is too little, too late.

      I have an Intel machine now, and both of my old roommates are switching.

      --
      Give a man fire, and you warm him for the night. Set a man on fire, and you warm him for the rest of his life.
  2. umm? comparison to Intel please... by sofar · · Score: 3, Interesting

    but does it perform better than core 2 duo? I fail to see any performance test between them, and it's also AMD having the bigger market share right now, not intel. Seems like a lot of AMD FUD nowadays... AMD is no longer the underdog here.

    1. Re:umm? comparison to Intel please... by treeves · · Score: 2, Informative
      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
  3. Counterstrike by m_chan · · Score: 3, Funny

    I tried to read this article and all I could think of was that AMD is mad that strafe jumping got patched and that Intel learned how to bunny hop. I'm hung over. Need sleep.

  4. Performance improvement? by Atroxodisse · · Score: 4, Interesting
    --
    Read my short stories - You won't regret it.
  5. Re:Part of the vicious cycle in Tech by andrewman327 · · Score: 3, Interesting

    I don't see why we're talking about flattery and being slapped in the face. It seems that AMD and Intel are competing more directly than in the past, which could ultimately be good news for consumers. By reducing power (/. reported on congress' urge to reduce power consumption earlier) these chips save money and run very quickly. Now that both parties are fighting for efficiency and other similar things, they will have to pull out some amazing science to directly compete instead of simply bosting that their paradigm is superior.

    --
    Information wants a fueled airplane waiting at the hangar and no one gets hurt.
  6. Performance number? by Soybean47 · · Score: 3, Interesting
    FTFA:
    AMD also plans to push a sort of "performance number" into the market to redefine how consumers should think about power, they said.

    Doesn't AMD already label their processors with a relatively meaningless number designed to... say... redefine how consumers think about processor speed?

    Was that a highly effective marketing technique? I mean, I guess it did get people to think about speed, and it helped convince many people that GHz isn't the be-all and end-all of processor comparison. But at some point won't people just be annoyed by the mess of pretend numbers AMD is throwing around to "make us think?"
    1. Re:Performance number? by TheSunborn · · Score: 2, Informative

      I think they mean power, as in Watt usage. Currently they just rate the maximum usage which is not really that usefull.

    2. Re:Performance number? by Soybean47 · · Score: 2, Insightful

      I got that. It just seems kind of odd to me that they're trying to convince people to measure speed in magic AMD numbers instead of GHz, and now apparently power consumption in some different magic AMD numbers instead of Watts. It's good to get people thinking, but after a while it just seems like you're trying to fudge things to make yourself look better.

  7. Fanboyism... by TripHammer · · Score: 4, Insightful

    is wasteful. I'm glad to see Intel back in the mix with some good offerings. I think those of us whom are fickle come out on top: you buy what makes sense. Fanboys step back!

  8. It's about Goddamn time! by Anonymous Coward · · Score: 2, Funny
    AMD Launches Counterstrike Against Core 2 Duo

    We need corporate wars to thin things out. Fuck'n A! The Governments of the World are just too incompetent! It's obvious that the MBAs of the World need to unite and show these Bozoes how to fuck'n do it!

    Yes siree, profit above all else! Fuck these Goddman bald monkeys!

    Hey, I'm not done yet! Put those fucking jackets away!!! Hey!!! Mmmmmmmm!mM!M!M!M

    Put in straight jacket and sent to a Ph.D business program.

  9. "well.. my dad can beat up your dad!" by Churla · · Score: 4, Insightful

    This smacks to me of AMD realizing Intel had actually landed a well placed shot into thier gut and needing a fast "get positive attention back on up" spin.

    So we'll have to buy TWO processors to compete with what Intel is doing with one? If they're aiming for the Enthusiast market they have to remember that "enthusiasts" have price constraints (usually referred to as "wife")

    I could be wrong. But I really don't think I am.

    --
    I'm a fiscal conservative, it's a pity we don't have a political party anymore
    1. Re:"well.. my dad can beat up your dad!" by Anne_Nonymous · · Score: 2, Funny

      My processor goes to eleven.

    2. Re:"well.. my dad can beat up your dad!" by uop · · Score: 4, Interesting

      Well, having the strongest offering usually does count for something (especially if you ask the marketeers).
      The 4x4 initiative basically looks like DP for the desktop, which Intel offers as well (although Xeon only).

      imho, the really interesting thing about 4x4 is the possibility of plugging in a coprocessor in the future.
      For example, you may settle for a single Athlon64 X2 in a 4x4 board for now, and add a physics/video/dsp/whatever coprocessor in the future.
      That's wild speculation, of course, but it does make the 4x4 setup intriguing as a future-proof product.

      --

    3. Re:"well.. my dad can beat up your dad!" by LordKazan · · Score: 2, Insightful
      If they're aiming for the Enthusiast market they have to remember that "enthusiasts" have price constraints (usually referred to as "wife")


      excuse me? WTF are you smoking. The people I think of buying the hottest newest CPUs with multicores and multiple CPUs in the enthusiast (read: gamers) market is people who buy more hardware for ePenis only.

      These people don't have wives! :D
      --
      If you cannot keep politics out of your moderation remove yourself from the Mod Lottery.. NOW!
    4. Re:"well.. my dad can beat up your dad!" by Thundersnatch · · Score: 3, Funny
      If they're aiming for the Enthusiast market they have to remember that "enthusiasts" have price constraints (usually referred to as "wife")

      Judging from most of the posts I read here, I think "mommy" is more likely.

  10. I for one... by rowama · · Score: 2, Insightful

    am happy that I finally know what will be in my computer 5 years from now, when I swap out my pentium III based system. Us poor folk at least get to enjoy the anticipation longer.

    1. Re:I for one... by doti · · Score: 3, Insightful

      Well, a pIII can play movies and run quake3.
      That's the two most demanding uses for a computer.
      The rest is futile.

      --
      factor 966971: 966971
    2. Re:I for one... by fotbr · · Score: 2, Insightful

      Not poor, but still happily running my dual P-III 1Ghz setup I built 5 years ago. I've upgraded from the original GeForce Pro to an ATI Radeon 9800Pro last year, swapped out the CD burner for a DVD Burner the year before that, and added two 400GB drives 6 months ago to complement the two 80GB drives that I originally had. The thing that'd really help me would be more RAM, but from day one it was maxed out with 2GB.

      Until I meet anything it can't do that I really want to do, I don't see the need to replace the machine. Unfortunetly, it is about at the end of its upgradeability -- new graphics cards will require PCIe, which means new MB, and therefore new CPU(s). More RAM would also require new MB, etc.

      Maybe I'm frugal, maybe I just don't see the need to always have "the latest and greatest" but I'll stick with my strategy of building a beast of a machine every few years, but not throwing much money at it after its built.

  11. Forget the small details... by pieterh · · Score: 4, Insightful

    It does not matter how much these processors cost today, nor whether AMD's 4x4 is real or a maketing ploy.

    What matters is that AMD has captured sufficient marketshare over the last years to become a real competitor to Intel. Opterons have become the CPU of choice for large servers, the niche that Itanium was meant to capture.

    Now Intel's comeback means we're seeing the start of a new growth of CPU power, this time into multi-core land, a nice solid metric on which to compete. You can fudge the Ghz but you can't really fudge the number of cores. This means we have the perfect conditions for an explosion of growth, until the numbers get into meaningless territory. Within 3-4 years, common desktops will have 8 to 16 cores, and high-end workstations will have 128 or more.

    I'm just very glad my company made the move to writing multithreaded code so we can get the best from this new landscape.

    1. Re:Forget the small details... by joto · · Score: 2, Funny
      Now Intel's comeback means we're seeing the start of a new growth of CPU power, this time into multi-core land, a nice solid metric on which to compete.

      Look, we have hyper-threading/SMT/whatever, so our 2 cores are as good as 4 of your cores. Besides each of our cores are faster than your cores. And nobody needs more than 4 cores anyway. With our supercallifragilisticexpiallidotious memory bandwidth, even our dual core processors will beat your 16-core processor, because memory bandwidth is what really matters. So in order to make consumers think about performance again, and not just the number of cores, we will name our processors with a "virtual core number" that reflect real-world performance better. Thank You!

  12. And in other news by plusser · · Score: 4, Funny

    Mayor of London Ken Livingston introduces a GHz charge on microprocessors used in London as he gets confused by the fact that AMD are to launch 4x4, as he thinks that they take up too much space and are bad for the environment.

  13. Intel leading with heat and watts by minion · · Score: 4, Insightful

    People are forgetting though that its not just desktop CPUs that AMD took such large pieces of marketshare away from Intel.
     
    There have been a few benchmarks (I believe one was on Anandtech's site) that have shown Intel Xeons running in 64bit mode performed slower than the same processor running in 32bit mode. Now, I know, we're talking about copying larger data segments around, because the address space is larger, so a bit of a slowdown in some areas are expected. But when they're talking 5% slower, thats a bit.
     
    We replaced 3 Dual Intel Xeon servers (2.8GHz Xeons) with 4G of RAM each, with a single AMD Dual Opteron server, running in 64bit mode for MySQL. This system is immensely faster than the old Xeon systems. MySQL shows upto 23% performance increases in SELECT commands on 64bit vs 32bit on the AMD. On the Intel, it was a performance loss.
     
    As far as heat output, the air coming out the back of this server feels cooler, not to mention that it replaced 3 servers with one.
     
    People need to focus on the server market, and not the desktop market to see the real king in the (x86) CPU wars. Lets not forget hypertransport, and seperate data paths for memory and IO, whereas the Xeon has a shared 800MHz FSB (now 1066 with the newer rendition).

    --

    -- If we don't stand up for our rights, now, there will be no right to stand up for them later.
    1. Re:Intel leading with heat and watts by C_Kode · · Score: 3, Interesting

      You noted how you changed (3) Intel servers with (4) GBs of ram for a single AMD server yet you left out a TON of information about the AMD. What and how are the disk connected compared to the Intel boxen. Secondly, how much ram does this 64-bit AMD have? (16GB?)

      We had (2) IBM servers (Dual AMD 64-bit Opteron) with 12GB ram each running 32-bit RHEL3 and Oracle 10g. Because it was 32-bit RH it was only using 4GB in each server. We upgraded the RHEL3-64 and Oracle 10g 64-bit (using all 12GB of memory in each box) and we got about 140% improvement on the same hardware.

      What was the difference? 8 more GB of ram each. The fact that a single server has 12GB of ram and all queries happen on a single server makes a HUGE difference than have (3) servers with only 4GB of ram as the database can cache more data in memory.

      While I don't know your *true* setup, I can say that a single server with a TON of ram will kill many servers with only a little bit of ram on simple select statements. CPU doesn't do a whole lot on select statements compared to what it will do on say stored procs or all kinds of subselects/joins/aggregate functions in your select statements.

    2. Re:Intel leading with heat and watts by RightSaidFred99 · · Score: 3, Insightful
      That would be an insightful comment..if it were made 1 month ago.

      Woodcrest changes your equation completely.

    3. Re:Intel leading with heat and watts by minion · · Score: 2, Informative

      Sorry if my post was too vague earlier.
       
      The boxes we were using were Dual Xeon 2.8GHz servers, 4G of DDR RAM, and 4 x 73G 15K SCSI disks in a 0+1 RAID array. We had 3 of those servers running like that.
       
      The new Dual Opteron server is 2 x model 252s, with 8G of DDR RAM (4G per proc), using node-interleaving memory configuration, with 6 x 73G 15K SCSI disks in a RAID 0+1 array, with 2 x 73G 10K SCSI disks mirrored for binlogs.
       
        Our application for MySQL is an ASP app, with each customer having their own database. So, there was no replication between the servers, each server had a unique data set specific to that client.
       
      The new setup is able to handle all of those databases on just the one server.
       
        The datasets combined, on disk, consume slightly more than 70G of data. So the databases are quite large, and we are not storing BLOBs in any of the tables.
       
      I don't claim to be the best hardware guy out there, but I do keep a fairly close eye on my datacenter, and I can tell you that there was a noticable difference in power usage and heat output from that rack when we switched to the AMD system.

      --

      -- If we don't stand up for our rights, now, there will be no right to stand up for them later.
  14. Re:Part of the vicious cycle in Tech by Uryene · · Score: 5, Interesting

    ...A cycle I learned my lesson about many, many moons ago.

    At home, I keep a $640 check I wrote back in 1990 for a 486 CPU.
    It's framed and visible on top of a bookcase to serve as a reminder.

    At the time, I thought it was a great deal; screaming processors were
    never going to get much cheaper than that!

    These days, last years tech (or even two years ago tech) is usually
    MORE than sufficient. Except for games, which always seem to
    need NEXT years processor in order to be playable... ;-)

  15. This is just dual dual-core by ArcherB · · Score: 3, Insightful

    Correct me if I'm wrong, but isn't this just two dual-core AMD processors on a single board? What's to stop Intel from releasing a dual-socket board and slapping two Conroes in it (provided the chip supports it)?

    --
    There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
    1. Re:This is just dual dual-core by Azarael · · Score: 2, Insightful

      I believe that the difference would be AMD chips support hypertransport while Intel's don't. The theory is that with the hypertransport bus the communication between processors will be almost as fast as if they were on the same die. If Intel had to use the FSB, then they'd be limited by the available bandwidth.

    2. Re:This is just dual dual-core by ricera10 · · Score: 2, Informative

      They're doing it with upcoming Mac Pro from Apple. Two Woodcrest based processors in the same computer in the high-end configuration.

  16. FINALLY! by Sebastopol · · Score: 4, Insightful

    ...us Intel fanboys get to see AMD scrambling to polish a turd, the same way Intel had to with the P4 core for the past 4 years.

    AMD CEO to Marketing: "Attention marketing team: Full Steam Ahead with the scrambling and spinning in place!"

    I'm going to take a few moments to enjoy AMD's panic. Because: a) its been a long time, and b) it probably won't last long.

    --
    https://www.accountkiller.com/removal-requested
    1. Re:FINALLY! by groundround · · Score: 3, Insightful

      I'm just curious what you get out of being a fanboy. I mean, it is a corporation we're talking about. So, unless you work there, cheerleading a group of people employed to create company profits is meaningless.

    2. Re:FINALLY! by groundround · · Score: 2, Funny

      STFU!! AMD is t3h R0x0r n00b!!!!!1!1!!111

      Wow, that felt great! I see what you mean!!!

  17. It was all GPU by Atroxodisse · · Score: 4, Insightful

    The point was that Intel is hyping the new processor for gaming but you really don't need the best processor for gaming. Might as well drop $180 on a good processor instead of $800 on the best because it won't make a difference.

    --
    Read my short stories - You won't regret it.
    1. Re:It was all GPU by ben+there... · · Score: 2, Insightful

      Right. As someone was saying in the other article, they didn't test 800x600 (where you would have seen the difference) because most people who spend $500 on a CPU and $500 on a GPU wouldn't play at that resolution.

      But my opinion is that if they're testing the CPU, they should test at 800x600, simply to factor the GPU out of the equation. If they're testing for a particular game that's one thing, but they're supposed to be testing the CPU. Even if they pulled the 800x600 out into a separate table for comparison of atypical scenarios, fine, but they should still show it.

      If a new generation of GPUs suddenly comes out, you'll be happy you bought the more powerful CPU, regardless of current GPU limitations.

  18. Let me be the first to say to AMD by Jakhel · · Score: 2

    Go! Go! Go!

  19. Obligatory by Anonymous Coward · · Score: 5, Funny
    Begun these core wars have

    *ducks*

  20. Ah, but you can fudge the number of cores... by Dr.+Zowie · · Score: 2, Interesting

    ... as did Intel with their previous round of patched-up dual-core machines. The reason AMD's multicore is so much better than Intel's is because AMD provided a much better caching architecture. Intel's 64-bit multicores could be compared to a large V-8 engine stuck behind a tiny VW carburetor -- totally starved for data. AMD's multicores effectively shared one anothers' L2 caches (a big win), and achieved lower latency on RAM fetches (another big win).

    If the two giants start to compete on core count, you can bet your family farm that there will be fudging going on over cross-communication, latency, and RAM bandwidth.

    1. Re:Ah, but you can fudge the number of cores... by Bitmanhome · · Score: 3, Informative

      Not at all. AMD's cores have unique caches per core, plus they share the same memory bus. However, AMD put some effort into the crossbar. While Intel's early multicore offerings were essentially the same, there was no crossbar, so bus contention was a little worse.

      The Core 2 series now has shared L2.

      --
      Not that this wasn't entirely predictable.
  21. Misleading title... by dtjohnson · · Score: 4, Insightful

    There doesn't seem to be any AMD counterstrike yet other than hot air. It would be a shock if AMD spokespeople said anything other than that they were 'supremely confident.' What else can they say...that they are facing several quarters of deep price cuts, low margins, and they're scared to death about their stock options? The original P4 delivered a pretty big smackdown on AMD that took them two years to come back from and the Conroe Core 2 Duo looks like it's going to do the same thing. AMD still has the better fundamental architecture, though, just like they did against the P4 with its 26 pipeline stages and power-sucking 'netburst' architecture, so in the long run the AMd direct connect stuff should win out but that's not going to put food on the table for the next year or so.

  22. Title by PuppiesOnAcid · · Score: 2, Funny

    After reading the title, I was expecting to see projectile CS:Source CDs shattering Intel processors.

  23. Re:You are Right: AMD may Die by GoatMonkey2112 · · Score: 4, Insightful

    AMD is in a much better situation than they have been in the past.

    Their server chips will continue to sell well. Opteron is still very competitive in multiprocessor systems.

    There will still be people buying AMD processors based on price and past performance. If you've got some market share people will come back to you for upgrades.

    AMD has other sources of income than just CPUs. Their flash memory is the most obvious one.

    AMD made a name for itself as being a low cost alternative to Intel years ago. This trip into the high end is a new thing and it made them a nice pile of money to invest in the next generation due out next year.

    All of that being said, I'm still going to be buying a Conroe. But your predition of the company going under is a major exaggeration. They will most likely be back and strong around a year to a year and a half from now.

  24. 65nm by Azarael · · Score: 2, Interesting

    My question is, how would the comparison stackup once AMD finally releases 65nm chips? Everyone knows that Intel has the best fabs, but I'm curious to see what happens when AMD catches up further in that area.

    1. Re:65nm by Aadain2001 · · Score: 2, Interesting

      About the time AMD does, Intel will be moving towards their 45nm or 40nm or whatever their next smallest size is. Intel has the best fabs for a reason: they invested a LOT of money into fab R&D just after the bubble burst. They called is their One Generation Ahead strategy. While everyone else was trying to cope with the loss of capital and drop in stock prices, Intel want to make sure that they came out one generation of silicon manufacturing ahead and stayed that way. While they have in some respects (physical size of transisters) they have missed some advances in some other areas (SOI). In the end, Intel will probably stay ahead of AMD until they hit the physical wall on the size of transistors (can't go smaller than an atom!).

      --
      Space for rent, inquire within
    2. Re:65nm by chrisinsocalif · · Score: 2, Interesting

      That is incorrect, Okay, let's nail down the transition to 45nm. AMD will have 65nm chips available Decmember 2006. Intel claims that they will have 45nm at the end of 2007. What this really means is that they will have 45nm chips available at the beginning of 2008. AMD will have 45nm chips available mid 2008. FAB 38 will be online at the end of 2008. This will give AMD the capacity for 30-40% of the market. Intel finally released a fast CPU that is only 20% of their CPU production, the rest is Netburst. Intels Advantage will fall when 65nm K8L is released and the K8L should take the performance crown back from Intel. Also Intel has a problem scaling up do more than 2 processors due to their FSB. Also when people say Intels FABs are superior to AMD's that is also incorrect. Intel is about a few months ahead in terms of 65nm. In all other areas AMD is ahead. For example, AMD is moving to second generation SOI while Intel still doesn't use SOI, AMD is moving to 3rd generation Strained Silicon while Intel is at 2nd. Intel still doesn't have the capabilities of APM. If AMD runs a good test the chip can move into production that day. If Intel does a good test it takes 2 months to duplicate it in a manufacturing FAB.

  25. Healthy Competition by Stompp · · Score: 2, Insightful

    All I can say is, "keep one-upping each other!" The more competition (not marketing!) we see, the better we, as consumers make out. So what if the performance gains are negligible (in certain areas) the more they release, the cheaper some of these older (still extremely viable) chips get!

    Age old fight: Intel vs. AMD... you want to know who wins? Us.

    --
    Remember, adding a random "do:loop" into someone else's code is a damn good time!
  26. Not really that great by bberens · · Score: 4, Insightful

    It depresses me that innovation in the processor market is adding additional cores. The geek in my loves it, but the consumer in me isn't impressed. What I (and I presume most other regular users) want is the ability to double-click on my Word/Evolution/Eclipse/Firefox/IE/etc icon and have it instantly display on the screen. What I don't need is to be able to run multiple programs just as slow as I could run one program 2 years ago. What's the holdup? Is it bus speed? Hard drive speed? Memory speed? Will I ever have zero (apparent) latency between running apps and seeing the result? The problem with PC makers is that if they ever do reach the holy grail of zero (apparent) latency, then they will have to decrease the life expectancy of their products in order to continue to make a profit. Maybe I'm slightly off topic and maybe I'm just bitter, but the latest and greatest PC today just doesn't seem to massively outperform the latest and greatest 3 years ago in any way meaningful to the end user. My compile times are faster, but for the most part, users simply can't/don't tax their processor.

    --
    Check out my lame java blog at www.javachopshop.com
  27. AMD Launches Counterstrike Against Core 2 Duo by zaphod_es · · Score: 3, Funny

    Tut tut! Another sloppy editor. What is wrong with the industry standard:
    AMD launches Core 2 Duo Killer

  28. Wake me up when it's really a 4x4. by Kadin2048 · · Score: 4, Insightful

    I would have been a whole lot more impressed if they had actually made a "four by four" machine, instead of just making up a nonsense term for what's nothing but a regular dual-socket, dual-core setup. At most, I'd call that a "2x2." Four-by-four? It doesn't have four of anything in it, certainly not four of anything by four of anything else. That's just misleading.

    Two cores per processor times two processors ought to be called a 2x2, and a 4x4 ought to mean a four-socket mobo with four quad-core processors, for a total of 16 cores. Similarly, what they're calling an "8x8" ought to be called a 2x4, or maybe a 4x2, since it's four processors times two processors per core.

    For an 'enthusiast' product -- which they're apparently hoping to sell to people who have a clue -- that's a stupid way to name it. Plus, as multi-processor, multi-core systems become more prevalent in the future, it would be nice to have some clear nomenclature to describe them. AMD is just starting everyone off on the wrong foot by calling their dual-core/two-way systems "4-by-anythings".

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    1. Re:Wake me up when it's really a 4x4. by Dare+nMc · · Score: 2, Informative

      >actually made a "four by four" machine, instead of just making up a nonsense term
      I completely agree with your post. but I will point out a 4x4 pickup has 4 driving wheels out of 4 wheels, and a 2x4 has 2 driving wheels out of 4.
      so a 4x4 processor (uses a stupid analolgy but..) has room for 4 cores, all 4 supplied. so the 2x4 would be a dual core in one slot, or 2 single cores thus room for 4 "cores" but only 2 supplied thus 2x4. the 8x8 thus the first 8 describes the number of "cores", the second 8 would describe a board having room for 8 "cores."

    2. Re:Wake me up when it's really a 4x4. by TheRaven64 · · Score: 3, Interesting
      Look, the name is perfectly simple to understand. It's 2 AMD Althlon 64 X2 CPUs. Put that together, and you get...uhhh...

      Anyway, ummm, I'm sure it does make sense really...

      --
      I am TheRaven on Soylent News
  29. Sure you can by wbean · · Score: 2, Funny

    Sure you can. All you have to do is dig out those Dos 6.0 disks. Both your boot and application startup times will be blindingly fast. I've been tempted to try it :)

  30. Everyone not getting it by charnov · · Score: 4, Interesting

    Okay, I'll give it the Slashdot norm, but nobody gets what this is. It a hypertransport socket for not just another CPU, but ANYTHING you would want to connect directly to memory and CPU. No PCI or other slow bus.

    There are already Xilinx cards available because this has been used in Cray supercomputers for a while (the Opteron ones anyways). This means AMD can counter ANYTHING Intel puts out because you can just slap a $20 speciality DSP on the mobo which could easily be 100x faster than that Intel chip at whatever small set of functions it needs. Video cards are already in the works for this along with all kinds of audio and video stuff. I seem to remember one manufacturer has a RAID processor. The possibilities are endless.

    --
    [RIAA] says its concern is artists. That's true, in just the sense that a cattle rancher is concerned about its cattle.
  31. Re:You are Right: AMD may Die by Bobsledboy · · Score: 2, Interesting

    AMD uses silicon on insulator technology in their fabs, Intel doesn't. SOI provides better performance for a given size, hence AMD 65nm is "better" than Intel 65nm, this is also why Sony, Nintendo and Microsoft are all using it in their next gen consoles.