Slashdot Mirror


IBM Plans Collaboration On Power Architecture

TheInternet writes "According to CNET News, IBM has made a series of announcements regarding the opening-up of the Power chip architecture. The story lacks technical details, but apparently, IBM is going to divulge more information about Power/PowerPC, and expects collaboration from the industry on the future of the chip. Nick Donofrio is quoted as saying: 'We will free electronics manufacturers from the limitations of proprietary microprocessor architectures', and Red Hat and Sony are two companies listed as taking part. Power5 was also shown, as was the Blue Gene/L supercomputer, using 32 500MHz processors to achieve 128 gigaflops."

9 of 198 comments (clear)

  1. OK my first thought - Open CPU by baryon351 · · Score: 5, Interesting

    Anyone else think this on the first read?

    Does this sound like a possible good contender for a general purpose replacement for x86 as an "Open CPU" that would work well with F/OSS apps? One that can't be tied down with DRM in such a way that only large megacorps (I won't name them, except to call them "Microsoft" and "Intel". Oh hell I named them whoops) can end up defining what may or may not run?

    I've read the general slashdot crowd clamoring for something like this that's free from central control. Does this look likely to you? Would it be a benefit if it did come about?

  2. hmm by User+956 · · Score: 5, Informative

    This fits with IBM's vision for spreading the 970. There's two groups: "Pervasive" and "Deep." IBM uses "pervasive" to describe a wide range wired and wireless devices powered by the 970 chips, (i.e. p2p sharing of naked petrified natalie portman pictures). "Deep" computing describes IBM's high performance technical computing products, like Blue Gene.

    Opening the architecture swings the door for pervasive market penetration, indeed.

    --
    The theory of relativity doesn't work right in Arkansas.
  3. motives? by ArbitraryConstant · · Score: 5, Interesting

    There are sound business reasons for all the big-headline stuff IBM's been doing lately, but I think they're doing it because it's the biggest, best, and cheapest PR anyone's ever heard of.

    Sure they're positioning POWER/PowerPC as the only architechture that can challenge x86 in a meaningful way. Sure if they release enough of the firmware and stuff it'll probably be better for some open source stuff than x86 is. Sure they're a services company and this will put them on the back end of even more stuff.

    But honestly. Everyone loves them. That's what they really need if they want to entrench themselves everywhere.

    --
    I rarely criticize things I don't care about.
  4. No not really by Anonymous Coward · · Score: 5, Interesting

    Umm, the instruction set is documented and everything. There's this PDF you can download.

    The problems with emulators have to do with RISC vs CISC differences and register-rich vs register-poor architectures. I have to go, so I'm not going to go into the details here, but the general idea is this: for the specific case of emulation, it's easier to write an emulator if your host architecture is more RISCy than your emulated architecture, and it's easier to write an emulator if your host architecture has more registers than your emulated architecture.

    The PowerPC has a very cluttered instruction set, but it still basically follows RISC as a philosophy-- you're still in a situation where instructions from other architectures have mostly instructions that can be broken down efficiently into a series of PowerPC instructions. Which means that efficiently assembling series' of PowerPC instructions into single instructions while emulating on more CISCy platforms is kind of hard. The PowerPC also has a whole lot of registers, and they're all general purpose so you can't play neat optimization tricks as easily as you can when emulating the Intel x86. Meanwhile, the architecture you probably want to do this emulation on-- x86-- is shit for registers.

    The PPC emulation problem has to do with unfortunate conflicts between design philosophies and emulation perverse cases more than anything else.

    -- Super Ugly Ultraman

  5. Re:ATX PowerPC by Phishcast · · Score: 5, Insightful
    Seriously, x86 is going to stop scaling properly.

    I remember hearing this long before x86 was as fast as it is today.

    There's also no way we'll ever be able to push more than 9600bps through our dialup modems...

  6. I was there by deadline · · Score: 5, Informative
    I attended the event. It is pretty big news. There was a lot of interesting presentations and it is really an astounding direction for IBM. As one person from IBM put it,

    IBM has seen how well the Open Source/Community model has worked for Linux. Now they believe that it will benefit the deployment of POWER derived technology.

    The details are a little sketchy at this point, but Wladawsky-Berger basically said this is of the same magnitude as the decision to embrace Linux.

    I think I heard the word "community" in almost every other sentence. I truly believe IBM "gets it" and is moving forward in bold direction. The people I talked to afterward were credible and excited.

    There will be a longer story on ClusterWorld tomorrow. (sign up for three free issues of the magazine as well)

    I saw the small "Blue Gene" system. Very cool both performance wise and thermally (32 CPUs in a table top box). I also saw the new Power blade server. Nice.

    --
    HPC for Primates. Read Cluster Monkey
  7. Only a Partial Blue Gene/L by Betelgeuse+on+Ice · · Score: 5, Interesting

    That Blue Gene/L machine being shown is only a small part of the full machine they are building for LLNL. When its complete, IBM estimates that it will run at 360 TFLOPS, at a fraction of the size and power consumption of the current #1 supercomputer. Even if they miss the mark by 50% it represents a fairly significant leap in processing and power consumption. And hey, since it will only occupy 64 racks, you can just about fit one in your garage! (Nuclear reactor to power it not included...)

  8. Re:ATX PowerPC by Anonymous Coward · · Score: 5, Insightful
    GOING to? I'd argue that it already has. We're getting chips with higher and higher clock speeds, which is great for performance, but not so great for the electricity bill. I'd be far happier with the PC market if they'd stop ratcheting up the performance of the systems and focused instead on knocking a few dozen watts off the power needed to run the damn things.

    We've a P4-based system at home, and it doesn't take long for it to make the room nice and warm. Great in winter, but not so good in summer...

  9. Re:ATX PowerPC by stilwebm · · Score: 5, Informative

    This highlights a fact that the previous poster missed. The architectures of the Pentium 4 and Itanium families are vastly different from the "x86 architecture" in the previous generations of chips. The x86 instruction set is there and the chip presents itself in a backwords compatible way to the system. The innards are vastly evolved, however. A similar analogy is the leap from the Pentium Pro/II/III architecture or K6 architecture to the Athlon architecture.

    SPARC, MIPS, and PA-RISC have had relatively minor architecture changes over the same time period. The IBM Power chips have had much better evolutionary gains.