Slashdot Mirror


AMD Reveals Plans to Move Beyond the Core Race

J. Dzhugashvili writes "The Tech Report has caught wind of AMD's plans for processors over the coming years. Intel may be counting on cramming 'tens to hundreds' of cores in future CPUs, but AMD thinks the core race is just a repeat of the megahertz race that took place a few years ago. Instead, AMD is counting on Accelerated Processing Units, chips that mix and match general-purpose CPU cores with dedicated application processors for graphics and other tasks. In the meantime, AMD is cooking up some new desktop and mobile processors that it hopes will give Intel a run for its money."

4 of 227 comments (clear)

  1. Same old. by sam991 · · Score: 5, Insightful

    Intel pushes the 'more power! faster!' philosophy while AMD just redesigns the architecture and it takes Intel a few years to catch up. Not much has changed since 2000.

    --
    "No, no, no, don't tug on that! You never know what it might be attached to."
  2. Re:Integrated graphics.. by SQL+Error · · Score: 4, Insightful

    Is the current generation of CPU not optimized for mathematic operations?

    What do want to run on a computer that isn't "mathematic operations"?

    More specifically:

    Are current CPUs optimised for physics simulations? No.
    For image processing? No.
    For data compression? No.
    For encryption? No.

    These are all areas where custom cores can provide enormous performance benefits (both in absolute terms, and in terms of performance per watt) over current CPUs, which are general purpose.

  3. Re:Integrated graphics.. by CAIMLAS · · Score: 4, Insightful

    Imagine a processor with special circuitry routines which will speed up the operation of the following by a significant percent:
    - database servers
    - web servers
    - CAD and 3d programs (rendering)

    Basically, it's not much different than MMX or any other extension to a processor. The programmers can still code for the x86 (or whatever) architecture and the same operating system, but then shortcut those instructions when the additional instructions are found to be available. Or maybe they can work it transparently so programmers don't have to do anything additional - it'll optimize on the fly (provided they can figure out how to do that). Overall, I think the software headache will be worth it to companies, as they will be able to have substantial gains in performance in the hardware department, cutting cost while gaining performance. What datacenter wouldn't love to use half as many machines to provide access to the same amount of information; what animator wouldn't love to have their workstation be able to render things at twice the speed?

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  4. Re:Free Enterprise by badboy_tw2002 · · Score: 3, Insightful

    Of course, for the competition of the type that exists between Intel and AMD or AMD/Nvidia you need a common standard to compete with. If all apps ran on the same OS/GUI API then you'd have a true choice in operating systems (this one is more secure, this one faster, this one runs Word twice as fast and handles more DB load, etc). CPUs have x86, GPUs have DirectX/OpenGL, OSs need a standard application interface commmonly accepted by software developers. Otherwise you're comparing not just the OS but all the stuff that goes with it (skins, music players, etc etc etc)