Slashdot Mirror


AMD's Fusion CPU + GPU Will Ship This Year

mr_sifter writes "Intel might have beaten AMD to the punch with a CPU featuring a built-in GPU, but it relied on a relatively crude process of simply packaging two separate dies together. AMD's long-discussed Fusion product integrates the two key components into one die, and the company is confident it will be out this year — earlier than had been expected."

13 of 138 comments (clear)

  1. Re:OK, they're integrated "properly", but... by Anonymous Coward · · Score: 5, Insightful

    Sure Intel got there first and sure Intel has been beating AMD on the CPU side, but...

    Intel graphics are shit. Absolute shit. AMD graphics are top notch on a discrete card and still much better than Intel on the low end.

    Maybe you should compare the component being integrated instead of the one that already gives most users more than they need.

  2. Re:OK, they're integrated "properly", but... by sznupi · · Score: 5, Interesting

    Actually, the situation might be reversed this time; sure, that Intel quadcores weren't "real" didn't matter much, because their underlying architecture was very good.

    In contrast, Intel GFX is shit compared to AMD. The former can usually do all "daily" things (at least for now, who knows if it will keep up with more and more general usage of GPUs...)' the latter, even in integrated form, is suprisingly sensible even for most games, excluding some of the latest ones.

    Plus, if AMD throws this GPU on one die, it means it will be probably manufactured at Global Foundries = probably smaller process and much more speed.

    --
    One that hath name thou can not otter
  3. Re:This Is Good For IE 9 by WrongSizeGlass · · Score: 4, Insightful

    Even faster than current generation discrete GPUs? I think not.

    They'll move data inside the chip instead of having to send it off to the internal bus, they'll have access to L2 cache (and maybe even L1 cache), they'll be running in lock-step with the CPU, etc, etc. These have distinct advantages over video cards.

  4. Re:OK, they're integrated "properly", but... by Aranykai · · Score: 5, Informative

    I recently went from an older AMD dual core to a Phenom II. With the exact same board and hardware, my memory performance increased by about 20% thanks to the independent memory controllers.

    AMD also makes strikingly capable on-board graphics, so this will likely rule out the need for on-board or discrete video in the average person's computer. Cheaper/simpler motherboards and hopefully better integration of GPGPU functionality for massively parallel computational tasks.

    --
    If sharing a song makes you a pirate, what do I have to share to be a ninja?
  5. Advanced features by wirelessbuzzers · · Score: 4, Interesting

    In addition to the CPGPU or whatever what they're calling it, Fusion should finally catch up to (and exceed) Intel in terms of niftilicious vector instructions. For example, it should have crypto and binary-polynomial acceleration, bit-fiddling (XOP), FMA and AVX instructions. As an implementor, I'm looking forward to having new toys to play with.

    --
    I hereby place the above post in the public domain.
  6. future upgrading? by LBt1st · · Score: 4, Interesting

    This is great for mobile devices and laptops but I don't think I want my CPU and GPU combined in my gaming rig. I generally upgrade my video card twice as often as my CPU. If this becomes the norm then eventually I'll either get bottlenecked or have to waste money on something I don't really need. Being forced to buy two things when I only need one is not my idea of a good thing.

    1. Re:future upgrading? by Skaven04 · · Score: 5, Insightful

      You've got to stop thinking of it as a GPU and think of it more like a co-processor.

      First of all, AMD isn't going to force you to buy a built-in GPU on all of their processors. Obviously the enthusiast market is going to want huge 300W discrete graphics rather than the 10-15W integrated ones. There will continue to be discrete CPUs, just like there will always continue to be discrete GPUs.

      But this is a brilliant move on AMD's part. They start with a chunk of the market that is already willing to accept this: system builders, motherboard makers and OEMs will be thrilled to be able to build even smaller, simpler, more power efficient systems for the low end. This technology will make laptops and netbooks more powerful and have better battery life by using less energy for the graphics component.

      Now look further ahead, when AMD begins removing some of the barriers that currently make programming the GPU for general-purpose operations (GPGPU) such a pain. For example, right now you have to go through a driver in the OS and copy input data over the PCI bus into the frame buffer, do the processing on the GPU, then copy the results back over the PCI bus into RAM. For a lot of things, this is simply too much overhead for the GPU to be much help.

      But AMD can change that by establishing a standard for incorporating a GPU into the CPU. Eventually, imagine an AMD CPU that has the GPU integrated so tightly with the CPU that the CPU and GPU share a cache-coherent view of the main system memory, and even share a massive L3 cache. What if the GPU can use the same x86 virtual addresses that the CPU does? Then...all we have to have is a compiler option that enables the use of the GPU, and even tiny operations can be accelerated by the built-in GPU.

      In this future world, there's still a place for discrete graphics -- that's not going away for your gaming rig. But imagine the potential of having a TFLOP-scale coprocessor as a fundamental part of future sub-50W CPU. Your laptop would be able to do things like real-time video stabilization, transcoding, physics modeling, and image processing, all without breaking the bank (or the power budget).

      But before we can get to this place, AMD has to start somewhere. The first step is proving that a GPU can coexist with a CPU on the same silicon, and that such an arrangement can be built and sold at a profit. The rest is just evolution.

      --
      ---- Breakbeats are not just music...they're the soundtrack for my life.
  7. Re:Not marketed toward me by BiggerIsBetter · · Score: 4, Insightful

    Call me when they can fit 9 inches of graphics card into one of these cpu.

    Size isn't everything!

    --
    Forget thrust, drag, lift and weight. Airplanes fly because of money.
  8. Re:OK, they're integrated "properly", but... by sznupi · · Score: 4, Informative
    --
    One that hath name thou can not otter
  9. Re:OK, they're integrated "properly", but... by BikeHelmet · · Score: 4, Insightful

    Lower power consumption, making AMD chips more competitive in notebooks - perhaps even netbooks.

  10. Re:OK, they're integrated "properly", but... by lowlymarine · · Score: 5, Informative

    Sigh, I know *I'm* the one actually feeding the troll here, but: http://www.intel.com/consumer/products/technology/graphics.htm

    The page for the GMA 950 even has this hilarious tidbit:
    "With a powerful 400MHz core and DirectX* 9 3D hardware acceleration, Intel® GMA 950 graphics provides performance on par with mainstream graphics card solutions that would typically cost significantly more."
    Whoever wrote that line must have been borrowing Steve's Reality Distortion Field.

  11. Re:OK, they're integrated "properly", but... by MemoryDragon · · Score: 4, Insightful

    Except that Intel yet has to deliver an integrated graphics solution which deserves the name. AMD has the advantage that they can bundle an ATI core into their CPUs which means a decent graphics card finally.

  12. Re:This Is Good For IE 9 by bhtooefr · · Score: 4, Interesting

    Arguably, the "off-chip FPU" nowadays IS a GPU - hence all the GPGPU stuff.