Slashdot Mirror


AMD Quad Cores, Oh My

Lullabye_Muse writes "From engadget we learn that AMD has plans for putting 4 cores on one die by the time Apple has fully gone to Intel processors. Full story here. They say they could eventually have up to 32 cores with scalable technology, but most programs haven't even got the ability to hyperthread, so do we really need the extra cores?"

14 of 423 comments (clear)

  1. Do we really need the extra cores? by Anonymous Coward · · Score: 5, Funny

    You must be new here.

    1. Re:Do we really need the extra cores? by BlogPope · · Score: 5, Funny

      Yes. One core for my program, 31 for the Spyware/Adware/Open Proxy.

      --
      My other car is a Popemobile
    2. Re:Do we really need the extra cores? by BlogPope · · Score: 5, Funny

      640 processes ought to be enough for Anybody!

      --
      My other car is a Popemobile
    3. Re:Do we really need the extra cores? by AndroidCat · · Score: 5, Funny

      I'm sure we need at least 20 cores. Let's see... 9 cores for the mortal men, 7 for the dwarves, 3 for elven lords, and one core to rule them all and in the DRM bind them.

      --
      One line blog. I hear that they're called Twitters now.
  2. Do we need the extra cores? by DarkSkiez · · Score: 5, Funny

    Of cores we do!

  3. more cores, more heat by howman · · Score: 5, Funny

    4 cores on one chip... I guess they will have to call it the earth simulator as the temprature of the chip will be reaching that of the earths core.
    At least it will open up innovative new designs like built in coffee pot as well as new uses for old technology, like making pizza pops in your old cd burner.

    --
    flinging poop since 1969
  4. Quad cores == quad compile speed by strredwolf · · Score: 5, Funny

    Anything to go faster for Gentoo's sake, the better! Anything to make compiles go fast!

    --

    --
    # Canmephians for a better Linux Kernel
    $Stalag99{"URL"}="http://stalag99.net";
  5. Ah... history fails to be remembered again... by fitten · · Score: 5, Insightful

    but most programs haven't even got the ability to hyperthread, so do we really need the extra cores?

    Once upon a time, most programs didn't have the ability to do IEEE754 floating point either so did we really need the FPUs?

    Once upon a time, most programs didn't have the ability to do 3D graphics at 30fps. Do we really need dedicated high performance graphics cards?

    The list goes on... but no one learns...

  6. Intel working on silicon laser to link cores by tbuckner · · Score: 5, Interesting

    See MIT Technology review article: http://www.technologyreview.com/articles/05/07/iss ue/feature_intel.asp The silicon laser, being made from the same material as the rest of the chip, would replace the copper wires that need to connect cores, thus letting Intel 'keep Moore's Law alive for decades', the article says. It would do this by permitting many, many cores in fast communication with less heat and less energy required than current copper-wired chips. Question: will Intel's possession of si-lasers shut AMD out?

  7. Language Barrier by Lemurmania · · Score: 5, Funny
    Need? What is this "need" you speak of? I'm having a very hard time understanding the post's question. If only the poster would use words I can comprehend, such as "want," "desire," "lust" and "pointless splurge."

    What we have here is a failure to communicate.

  8. What's on your CPUs? by Animats · · Score: 5, Funny
    • CPU 0: Windows Update
    • CPU 1: Virus scanner
    • CPU 2: Client for P2P network decompressing "Star Wars 7 - The Revenge of Jar-Jar"
    • CPU 3: Useful work.
  9. Re:Doesn't have to be threads by imsabbel · · Score: 5, Informative

    You dont understand:
    HYPERTHREADING =! MULTICORE.
    These are 2 complete cpus+a crossbar switch on one die. No shareing of execution units/registers,no sharing of anything but the ram bandwith.

    Amd dual core cpus are FASTER than 2 single core cpus in dual socket boards (with the exception of extremely bandwith demanding streaming applications) simply because of much faster on-die cache coherence communication.

    A quad core cpu will most likely see more bandwith problems, but could (with ddr-2, ect) still be very well in the same class as a 4 single-core machine.

    --
    HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  10. Re:Hyperthreading by grumpygrodyguy · · Score: 5, Insightful

    " What does a developer have to do to take advantage of this?"
    Easy use threads.


    Multi-threaded code is very difficult to write correctly and debug. It's hardly 'easy'.

    Multi threading is not all that hard. And yes I have written code that uses threads.

    When, for a school project? There are very few cases where integrating a multi-threaded handler into a progrom doesn't introduce a formidable degree of complexity. What really needs to take root is a new programming paradigm. One that assumes all procedures, functions and system calls are designated as concurrent from the get-go. People smarter than most of us need to design a language/compiler that doesn't burden the programmer with the responsibility of 'keeping track' of when to use threads and when not to.

    --
    The government has a defect: it's potentially democratic. Corporations have no defect: they're pure tyrannies. -Chomsky
  11. Re:Don't count the processes by fm6 · · Score: 5, Insightful
    My guess is that most current spywear is not multithreaded due to universiality and size contraints, but as you state, we can soon look forward to better quality, bug free, multithreaded spyware soon.
    First off, "good" spyware doesn't have to be multithreaded. It just has to be smart about yielding control, so it doesn't disable the process that it's infiltrated.

    Second, most spyware is well written. Badly written spyware is ineffective -- by screwing up your system, it calls attention to itself, and encourages you to run a scan. Spyware and adware wouldn't have spread so thoroughly if it were all written by hacks.