1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

News Intel unveils Xeon Phi MIC hardware

Discussion in 'Article Discussion' started by Gareth Halfacree, 19 Jun 2012.

  1. Gareth Halfacree

    Gareth Halfacree WIIGII! Lover of bit-tech Administrator Super Moderator Moderator

    Joined:
    4 Dec 2007
    Posts:
    17,084
    Likes Received:
    6,635
  2. Paradigm Shifter

    Paradigm Shifter de nihilo nihil fit

    Joined:
    10 May 2006
    Posts:
    2,306
    Likes Received:
    86
    They may have ended up aiming at core count being a power of two. Until they say precisely, though, it's all guesswork.

    I'm actually really curious about this; much is going to depend on performance per Watt, as even the HPC sector is getting energy conscious.
     
  3. LordLuciendar

    LordLuciendar meh.

    Joined:
    16 Sep 2007
    Posts:
    334
    Likes Received:
    5
    Not that these boards will ever be affordable by common man... but how long until a company like Lucid writes an app that siphons the massive computing power of these boards through onboard graphics?

    There is just no arguing, twice the computing power has got to produce something good in the world of rendering.
     
  4. damien c

    damien c Mad FPS Gamer

    Joined:
    31 Aug 2010
    Posts:
    3,004
    Likes Received:
    255
    I saw somewhere but cannot remember where, but it said these thing's had around 100 cores based on the old Pentium 4.

    I wonder if these would be able to be used for F@H giving you a massive increase in PPD possibly.
     
  5. Gareth Halfacree

    Gareth Halfacree WIIGII! Lover of bit-tech Administrator Super Moderator Moderator

    Joined:
    4 Dec 2007
    Posts:
    17,084
    Likes Received:
    6,635
    Wherever you read it, it was wrong: they're fifty-some core cards, and have nothing to do with the old Pentium 4 architecture whatsoever.
    That's exactly the kind of task Intel is aiming the Xeon Phi at: massively parallel processing in supercomputing and HPC. You *could* get a massive increase in PPD, but the boards are going to be seriously expensive and you'd need to modify the F@H code to specifically use the MIC architecture. Not that that's a real problem: when I spoke to Intel about MIC (based on what was then called Knights Ferry) at ISC last year, Kirk Skaugen claimed it had taken the university of forgottenwhere a week to modify their software to be MIC-ready.
     
  6. schmidtbag

    schmidtbag What's a Dremel?

    Joined:
    30 Jul 2010
    Posts:
    1,082
    Likes Received:
    10
    i'm still unclear about these - is this actually a gpgpu like tesla or is it actually additional cpu cores? also, i feel like something like this would likely be faster than the main CPU of the system and therefore find it hard to believe that it can perform to its maximum potential from a pci-e slot. also, it is atom based again or xeon this time?
     
  7. Gareth Halfacree

    Gareth Halfacree WIIGII! Lover of bit-tech Administrator Super Moderator Moderator

    Joined:
    4 Dec 2007
    Posts:
    17,084
    Likes Received:
    6,635
    Six of one, half a dozen of the other. The cores have more in common with a GPU than a CPU - they're based on the Larrabee architecture - but there's no graphics handling capabilities. They're designed for massively-parallel processing and floating-point performance, but they don't show up as CPUs to the system - you can't run your OS on them.
    Remember it's got a chunk (8GB or more) of its own RAM, and Intel's making noises about InfiniBand backplanes (something Knights Ferry and Corner, which were PCIe exclusively, didn't feature.) Remember too that a GPU is technically 'faster' than the main CPU of a system at certain tasks - otherwise we wouldn't have GPUs...
    Neither, it's MIC.
     
  8. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,090
    Likes Received:
    794
    Wasn't Larrabee based on X86? So is this still X86 with added instruction sets or a completely different set?
     
  9. Gareth Halfacree

    Gareth Halfacree WIIGII! Lover of bit-tech Administrator Super Moderator Moderator

    Joined:
    4 Dec 2007
    Posts:
    17,084
    Likes Received:
    6,635
    That's one of Intel's biggest selling points: unlike rival floating-point accelerator boards, such as GPGPUs and boards like Adapteva's Epiphany, the MIC boards are largely x86 - making them easy to code for. Unfortunately, they're special enough that code still has to be rewritten - but not as much as migrating the code to a non-x86 platform.
     
  10. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,090
    Likes Received:
    794

    Ahh, thanks for that :thumb: On the f@h front, you're not allowed to alter any of the code within the client, only the Stanford team are allowed. But if someone persuaded them to do it, and some other nice people with lots of money bought a couple of these, the output would be phenominal.
     
  11. debs3759

    debs3759 Was that a warranty I just broke?

    Joined:
    10 Oct 2011
    Posts:
    1,769
    Likes Received:
    92
    I have a couple of these on my future shopping list, for folding with (but not before Stanford update their code to support it). Should be a lot of ppd with these cards :)
     
  12. Alecto

    Alecto Minimodder

    Joined:
    20 Apr 2012
    Posts:
    134
    Likes Received:
    1
    How does that work ? If they don't implement the entire x86 instruction set, the programs need to be recompiled to run on those cores anyway. If programs have to be recompiled, it doesn't matter whether those cores s'speak' any x86 at all - afterall x86 isn't well-known for being an efficient architecture or anything, it's a bloaty kludge on kludge kind of thing, so anything built from the ground up would provide better results ... and if you're recompiling anyway, why not recompile for the BEST solution ?
     
  13. Alecto

    Alecto Minimodder

    Joined:
    20 Apr 2012
    Posts:
    134
    Likes Received:
    1
     
  14. noizdaemon666

    noizdaemon666 I'm Od, Therefore I Pwn

    Joined:
    15 Jun 2010
    Posts:
    6,090
    Likes Received:
    794
    Because, as Gareth pointed out, most of the instruction set is the same only requiring relatively minor tweaks to make it work. Building from the ground up would take so much longer and loads more man hours to get anything to work with it. There's a reason x86 is still the predominant instruction set.
     

Share This Page