Slashdot Mirror


HP Shows Off PA-8800 SMP-On-A-Chip CPU Plans

Eric^2 writes: "At last week's MicroProcessor Forum, HP's David J. C. Johnson unveiled the details of HP's latest RISC processor destined to redefine performance in Server-Class processors. Following a relatively simple strategy, the PA-8800 processor combines two PA-8700 cores on a single chip to enable symmetric multiprocessing (SMP) on a single processor. Aside from bumping the core speed up to an initial 1 GHz, enhancements include the addition of combined 35 MB L1+L2 cache. The article contains the full text. AMD, please steal an idea..."

42 of 176 comments (clear)

  1. Hmmm Sounds Like IBM by devinoni · · Score: 2

    The IBM p690 server uses POWER4 processors. Each
    chip has 2 POWER cores with high-speed interconnects. Even better is that each chip is connected to 3 other chips to make up 8 CPU packs.

  2. How much cache??? by larien · · Score: 2

    Wow... And I thought the 8MB L2 cache on UltraSPARC IIIs was a lot, not to mention the 16MB on some IBMs. Now we're talking about 3MB just in L1 with 32MB L2 cache. This beasty should have some impressive benchmark scores (yeah, I know, benchmarks aren't everything...)

  3. just to make sure nobody is misled... by turbine216 · · Score: 4, Interesting

    ...a 1 GHZ processor may not sound like much, even in this dual-core configuration, but keep in mind that this is a RISC processor. None of that Super-mega-ultra-long-50-bazillion-stage pipeline crap that Intel uses to pump up their MHz rating. The article kind of sells this point a little bit short. The RISC architecture allows this processor to do roughly twice as much work in the same amount of time - or, to put it in a more concrete scenario: imagine a pair of 2GHz Pentium 4's running in SMP configuration.

    Now that's FAST .

    1. Re:just to make sure nobody is misled... by svirre · · Score: 5, Informative

      Risc or cisc architecture primarily affect the complexity of the fetch and decode stages of the CPU.

      The famous Intel-pipeline is in the execute stage (ALU).

      Pipelining is a strategy which is equally valid for both risc as in cisc architectures, and a risc architecture do not offer any complexity advantage in the execute stage. After all a multiplier is a multiplier regardless of overlaying architecture.

      Nowdays we don't really see much diffrence in performance between risc and cisc architecures for upscale processors. This is because the savings in fetch and decode logic are dwarfed by other costs like prefetch, reordering and brach prediction (which are used for both architectures).

    2. Re:just to make sure nobody is misled... by psergiu · · Score: 2

      As i handled a few of them, I think the K-class cpu (pa8000 - 8200) coolers are active ones. Not sure about the ones in L and N class servers (which have BIG radiators cooled by HUGE fans) or about the SD ones (which are cooled by 4 BIG M-F turbines and some fans)

      --
      1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
  4. Did I read that right? by ruiner13 · · Score: 4, Insightful

    Did that say 35MB of L1 + L2 cache? I may be rusty, but I think I remember reading in my Processor Design for Dummies book that increasing cache size actually can slow down processor performance after a certain amount. Could someone please clarify this?

    --

    today is spelling optional day.

    1. Re:Did I read that right? by bmajik · · Score: 2

      the ratios between memory heirarchies should be taken into consideration when designing any layer. For instance, increasing vastly the size of the L2 cache will make the L2 hit ratio go up, but the L1 hit ratio go down (assuming the inclusion policy is in effect - this is not always so anymore -- see the 1st generatino Duron chips)

      Similarly, adding more ram to a machine _could_ slow it down in some situations because the "overall" cache hit ratio could go down.

      Also, when caches get to be too large, the cache policy may need to be changed. A fully associative cache is the most flexible placement policy and can give great hit ratio for a large working set, however, a fully associaive cache search takes longer than a direct map "search" or a set-associative search.

      So, if to get a large cache size they had to go to set assoc or direct mapped, then that will generally lower the hit ratio vs a cache of the same size which is fully assocaitive.

      It's all tradeoffs basically. You could write a cache simulator to play around with this :)

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    2. Re:Did I read that right? by be-fan · · Score: 2

      Yea, I gagged a little myself the first time I read it. Until I remembered that HP was the one who put 1.5 MB caches on chips in the PII era.

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:Did I read that right? by bmajik · · Score: 2

      if L1 is implemented as a direct-mapped cache of L2, then if L2 increases, L1's hit ratio goes down.

      It may be the case that no L1 is implemented this way. It is certainly the case that adding more ram will decrease the HR of an L2 cache

      Wether the L2 miss penalty * frequency of L2 miss vs the PF penalty * frequency of a page fault turns out to be greater is probabably

      1) workload specific
      2) generally in favor of more ram at the expense of lower L2 hit ratio (because PF servicing is abysmally slow)
      3) you can probalby generate a pathological case that shows either result :)

      Apologies, I'm rusty on this stuff :)

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    4. Re:Did I read that right? by larien · · Score: 2
      And IBM have some systems with 16MB of cache.

      They even have one system with a 128MB L3 cache!

    5. Re:Did I read that right? by psergiu · · Score: 2

      Remember that those cpu's are intended for some machines which come with a reccomended minimum of 1GB Ram of more ...

      --
      1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
  5. Re:And Get Sued? by Mifflesticks · · Score: 2, Informative

    It wouldn't be stealing an idea. This idea has been around for a long time in academia. Maybe the poster forgot this, but the POWER4 from IBM does this, and comes with 32Mb of L3 cache, plus an ondie shared L2 cache. The idea isn't new, it's known as CMP (Chip-level Multi-Processing). Really, "SMP on a chip" is merely called CMP.

    Also, though Sun has decided not to use the MAJC architecture for anything (they were hoping to try to get it to become a video-accelerator, but that's not even going to happen, most likely), that too was fully spec'ed out to have multiple cores on a chip...it's really nothign new :)

    The longstanding rumour is that AMD will be coming out with a dual-hammer processor (ie, CMP). In academia, the idea has been used frequently as well.

    The idea of using CMP isn't even that big a deal to most consumers. While it would be nice for AMD to come out with a chip that does multithreading (merely because it increases real-world throughput quite a bit, depending upon the type of multithreading), the average PC running windows 9x/ME/ XP Consumer won't be able to multithread anyway. The only reason for AMD to multithread is for the server-space, which is what they're aiming for with the hammer series...but I digress.

  6. Siroyan's OneDSP by Anonymous Coward · · Score: 2, Informative

    The most interesting parallel architecture I heard about at the MPF was Siroyan's OneDSP architecture. This is a clustered VLIW machine that can execute up to 64 instructions each cycle! See the EE times article and their MPF paper

  7. Re:And Get Sued? by C0vardeAn0nim0 · · Score: 2

    Not likely. HP is Intel's partner in the development of Itanium, which is based on PA-RISC.

    If AMD has a desire to cram two AMD-64 in one package they better come with their own solution or license IBM's one...

    --
    What ? Me, worry ?
  8. Official HP presentation at MPF 2001 by Yumpee · · Score: 2

    The official HP presentation on the PA-8800 is
    available as a PDF from http://www.cpus.hp.com/technical_references/mpf_20 01.pdf.

    Y.

  9. Two CPUs on a chip. by Animats · · Score: 5, Informative
    That makes sense. Two CPUs on a chip isn't a new idea, though. The IBM Power4 PowerPC chip is very similar, with two PowerPC processors on the same die. There's even a module with 4 such chips (8 processors) inside a machined aluminum block. That's intended as a building block for supercomputers.

    Earlier steps in the multi-CPU direction included the 8-way DEC Alpha (killed in the merger with HP?) and a little National Semiconductor product for embedded systems with two very modest CPUs on a chip.

  10. HP PA-8800 integer numbers by Spootnik · · Score: 3, Offtopic

    PA-8800 lets you create two opposite predicates in one instruction, for example the predicate a=b.

    This seems to indicate that there are no separate "do this if predicate is true" and "do this if predicate is false" instructions, so for opposite predication you would have to specify two different predicates.

    The processor cannot know that these two predicates are related, so this would give you quite a problem.

    As has been publicly disclosed, in general in PA-8800, an instruction reading any resource (such as a predicate) must be in a later instruction group (cycle) than the instruction writing that resource. As a special case, branches are allowed to use a predicate written by another instruction in the same instruction group (as shown in the IDF slides).

    So, the straightforward (but slow) PA-8800 schedule for the earlier example:

    if (a < 0)
    b += a;
    else
    b -= a;
    c += b;
    d += b;


    would be:

    cmp.lt pLT, pNLT = a, 0 // pLT & pNLT are 2 complementary preds
    ;;
    (pLT) add b = b, a // add to b [then]
    (pNLT) sub b = b, a // or sub from b [else]
    ;;
    add c = c, b // uses of b
    add d = d, b
    ;;


    which takes 5 instructions in 3 cycles. (Note: In PA-8800 assembly, ";;" indicates the end of an instruction group, "=" separates the target operand(s) from the source(s), "//" begins a comment, and (pred) specifies the controlling predicate.)

    An alternate (faster) schedule in PA-8800 is as follows:

    sub bTmp = b, a // speculatively sub from b (into temp)
    add b = b, a // and add to b
    cmp.lt pLT, pNLT = a, 0
    ;;
    (pLT) add c = c, b // uses of b [then]
    (pLT) add d = d, b
    (pNLT) add c = c, bTmp // uses of b (temp) [else]
    (pNLT) add d = d, bTmp
    (pNLT) mov b = bTmp // move bTmp to b [else]
    ;;


    This takes 8 instructions in 2 cycles and one extra register. The final move of bTmp to b can be eliminated if b isn't live out at that point.

    1. Re:HP PA-8800 integer numbers by Anonymous Coward · · Score: 4, Informative

      Interesting, but the PA-8800 is a PA-RISC processor, not an IA-64/IPF processor. It doesn't have predicated execution or instruction bundles. What you said is true, just for a different instruction set architecture and processor family.

    2. Re:HP PA-8800 integer numbers by Jah-Wren+Ryel · · Score: 2

      Mod this Anon up guys, he knows what he is talking about, that first guy is just spurting random IA64 (aka Itanic) talk which has very little to do with PA-RISC - PA does not have predication, nor does it have instruction grouping.

      --
      When information is power, privacy is freedom.
  11. Er... by Glock27 · · Score: 2, Interesting
    A couple of points:

    Following a relatively simple strategy, the PA-8800 processor combines two PA-8700 cores on a single chip to enable symmetric multiprocessing (SMP) on a single processor.

    It doesn't enable SMP "on a single processor". It provides two processors on a single die. There is a distinction.

    AMD, please steal an idea...

    The big rumor regarding the third version of Hammer is that it'll be a dual-CPU module. Any guesses as to Hammer's clock speed on release?

    299,792,458 m/s...not just a good idea, its the law!

    --
    Galileo: "The Earth revolves around the Sun!"
    Score: -1 100% Flamebait
  12. The BIG difference between PA8800 and Power4 by zensonic · · Score: 3

    ...is that you actually can go out and buy a new mainframe using Power4. Nothing wrong with looking ahead, but if you remember, AMD said that the Athlon should have been made in an "Athlon Ultra" version spotting 8MB L2 cache. .... I still stick to the motto: "I'll belive it when I can buy it"

    --
    Thomas S. Iversen
    1. Re:The BIG difference between PA8800 and Power4 by Jah-Wren+Ryel · · Score: 2

      No, you can ORDER a Power4 box. If you are a super-special customer, you can get a beta machine delivered. If you aren't a special buddy of IBM, then you can wait until December, or more likely January for a regular box.

      --
      When information is power, privacy is freedom.
  13. Its compatible with Itanium moterboards by DABANSHEE · · Score: 2

    That seems practicle enough to me.

    You know when AMD 1st brought out the Athlon they were spose to be compatible with Alpha 21264 boards too.

    AMD even made a couple of engineering samples in slot B packages for testing but that's as far as it it.

    If someone could hack a slot A/Slot B adaptor then they could hypothetically do the same thing. They might have to hack a bios update to though.

  14. What about Itanium? by Grishnakh · · Score: 2

    I thought HP had committed itself to ditching the PA-RISC and moving to Itanic, err, Itanium.

    1. Re:What about Itanium? by David+Breneman · · Score: 2, Insightful

      Even last year, HP reps at the "HP World" conference were letting it be known that they were seriously hedging on the IA-64/Itanium/whatever chip due to Intel's notoriously crummy product reliability history. HP's got PA-8900 and PA-9000 chips in the pipeline. PA-RISC is not going away soon, if ever.

    2. Re:What about Itanium? by swb · · Score: 2

      It read to me like the opposite situation, but the same kind of outcome. HP says one thing, but does another.

      In this case, it's that they're saying semi-officially that "...PA-RISC is here for the forseeable future, so relax already..".

      In the past when they bought Apollo they officially said "Domain/OS is here to stay, we won't be cramming HP/UX down your throat" and then Domain/OS goes away.

      It's very clear to me that marketing people are trying to have it both ways. One camp wants to ditch PA-RISC and do Itanium everywhere, another camp that has happy PA-RISC customers wants to make like Itanium ain't happening. Corporate america, fscking the customer. Go figure.

    3. Re:What about Itanium? by Ars-Fartsica · · Score: 2
      The bottom line is that customers don't really care what the underlying processors is.

      You couldn't be more wrong. Enterprise customers often have technical support staff as versed in the tech as the vendor. They have to be - they are making budget and platform decisions that have huge ripple effects in their organizations.

      The viability of the platform will figure keenly in the minds of anyone looking at further extensions of the PA line. Seeing as SuperDome has been a dud, you can presume that the SuperDome successor will thud even louder.

    4. Re:What about Itanium? by Ars-Fartsica · · Score: 2
      Well this has been a problem for HP for a couple of years at least. The merger with Compaq will only complicate matters.

      As it stands the market for this chip just doesn't justify production. SuperDome has been a failure (although HP is loathe to admit it), and the market for HPUX is dwindling rapidly.

      The Alpha offers the concise history - a great core, but no marketing vision. Its just a product guys, if no one wants it, it isn't worth the billions to produce.

    5. Re:What about Itanium? by psergiu · · Score: 2

      > SuperDome has been a failure

      Care to explain why ? I (the VBC i work for) have one and it does its work fine (_way_ faster than we expected)

      --
      1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
  15. Re:Smokin by T-Punkt · · Score: 2, Informative

    "whatever it cost"?

    Then go an buy something from Sun, IBM, Compaq -> AFAIK all three buy servers with that large L2 Caches. (Maybe HP and SGI as well).

    E.g. something from IBM's z900 serie (mainframe - up to 32 MB L2 (per CPU?)) or pSeries 620 (workgroup/midrange server - up to 8MB L2 per CPU) or Sun Enterprise 450 (workgroup server - up to 8MB L2 Cache per CPU), Sun Fire 15K (High End Server, 8MB L2 per CPU), Compaq Alphaservers GS/ES series (up to 8MB per CPU).

    And if you want just total of 8MB a SGI Origin 300 with more than 4 CPU should do it as well (2MB L2 per CPU).

  16. Re:Practical Ideas by NerveGas · · Score: 4, Informative

    It doesn't seem too practical to me. Most apps don't benefit greatly from SMP anyway.

    They don't? What kind of server do you run? Most all pieces of production-class server software that I know of benefit from multiple processes. Look at Apache, forking off five, ten, or even more processes to handle requests. MySQL, I believe, uses threads. PostgreSQL forks off a new backend for each connection. Shoot, even your telnet, ftp, ssh, and mail daemons will fork off for each connection, allowing you to take advantage of more than one CPU.

    If you're sitting at home working on a spreadsheet, you're right, SMP isn't for you - and this machine isn't targetted at you. When you're running a server that may have tens, hundreds, or thousands of SIMULTANEOUS processes fighting for CPU time, every processor counts.

    And, to make things even better, even if you're only running a single, non-threaded process, having two processors still makes the machine much more "responsive", as the second CPU can handle kernel code for file IO, network code, interrupt handling, writing to logs, and a lot of other tasks. Ever seen how much CPU time even syslog can chew up?

    steve

    --
    Oh, you're not stuck, you're just unable to let go of the onion rings.
  17. "Single-transistor SRAM"? by Christopher+Thomas · · Score: 2

    I *thought* the cache density looked a bit high for ordinary SRAM - the article mentions something they're calling "single-transistor SRAM".

    Does anyone know how on earth they're managing this? Or is this just some low-leakage variant of DRAM with added marketing spin?

    1. Re:"Single-transistor SRAM"? by be-fan · · Score: 2

      Actually 1T-SRAM has been around for awhile. The GameCube uses some for main memory. See the /. article

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:"Single-transistor SRAM"? by Christopher+Thomas · · Score: 2

      Actually 1T-SRAM has been around for awhile. The GameCube uses some for main memory. See the /. article

      I checked the article and Mosys's site, but the only detailed descriptions of the technology are behind registration scripts.

      Could you give a brief description of the operating principles of single-transistor SRAM, or should I just bite the bullet and register on Mosys's site?

  18. imagine... by vsync64 · · Score: 2, Funny

    ...a Furbeowulf cluster of these things!

    --
    TO BUY A NEW CAR WOULD MAKE YOU SEXUALLY ATTRACTIVE.
  19. AMD onchip SMP? Imagine pulling the heat sink off! by rwa2 · · Score: 2, Funny

    In news today, a small chunk of Austin TX vaporized when an engineer tripped over a Thermaltake vortex containment field, causing an experimental single-chip SMP AMD processor to go critical in its 1024 pin socket...

  20. Not the best way to go by CigarBuff · · Score: 3, Interesting

    AIUI, there are two competing methods of scaling CPUs now - Symmetric Multi-threading (SMT), and Chip-level Multi Processing (CMP). HP is going CMP because SMT is too difficult in terms of writing the compilers. Both Compaq (with the Alpha CPU) and IBM (PowerX) are going SMT. In fact, the biggest thing Intel got out of it's purchase of Alpha technology, other than the engineers themselves, is the Alpha SMT work.

    1. Re:Not the best way to go by Graymalkin · · Score: 2

      IIRC the Xeon processor from Intel uses SMT but is complimented by being SMP capable. You're right that SMT has really no bearing on whether or not you can use multiple processors in a system. I don't know why the dude was seeing them as competing technologies because they most definitely aren't. Just look at the POWER4, they have several processors on a single chip and you can use more than a single chip in a system as well as using SMT which IIRC they are also going to stick in them once they're released.

      --
      I'm a loner Dottie, a Rebel.
  21. MIPS the original RISC by johnjones · · Score: 2

    well yes HP PA-RISC is nice but really its catch up

    MIPS 1GHz Dual core on same die for a while

    and that its 64bit

    check
    http://www.electronicstimes.com/story/OEG20010612S 0002
    or
    http://www.pmc-sierra.com/products/details/rm9000x 2/index.asp

    oh yeah did I mention that PA-RISC is a MIPS decendant
    but shhh they made so many changes they fscked the pipeline(they might have got it working again but I dont know any more)

    may the SPECINT and SPECFP fight it out

    regards

    john jones

    p.s. I wonder what the HP layout guys think of Intel chips (-;

  22. Re:And Get Sued? by Amazing+Quantum+Man · · Score: 2

    the average PC running windows 9x/ME/ XP Consumer won't be able to multithread anyway

    Not to defend MS, or anything, but XP Consumer is still based on the NT core. It'll multithread.

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.
  23. And IBM actually has a business model behind it by Ars-Fartsica · · Score: 2
    HP can't bring this chip to market, I don't care how cool it is. HP and Compaq are merging to bring about volume manufacturing and economies of scale, largely to fend off Dell, which is destroying them both individually using advanced manufacturing and distribution methods.

    With an agenda based on scale, you don't get there by introducing a new CPU in a dead line. HP's SuperDome line is getting creamed by Sun and IBM - HP cannot afford to go back to the front lines with another enterprise offering unless SuperDome pans out a hell of a lot more than it is currently.

    HP has always had impressive technology but still loses market share . HP-UX has dwindling market share and software support. The merger with Compaq will derail any plans for further proprietary architectures.

    If you want to look at the gee-whiz value here, fine, but don't expect to see this in a product.

  24. Compiler shouldn't be more difficult. by Christopher+Thomas · · Score: 2

    HP is going CMP because SMT is too difficult in terms of writing the compilers.

    Actually, I think they're doing it because it means they don't have to design a new processor core.

    As far as each thread being executed in an SMT chip is concerned, they're running on a single-thread processor. The same scheduling optimizations that benefit code in a single-thread system will benefit the code running SMT with other threads. SMT actually makes this job a bit easier, by reducing the effective latency of instructions (if neither thread's stalled, each thread will execute every other clock, making a 10-cycle-latency instruction look like a 5-cycle-latency instruction, which in turn makes each thread less _likely_ to stall; nice feedback loop here).

    The only extra complexity would be in the operating system's scheduling and context switching routines, and that wouldn't be much more complicated than on a multiprocessor system.