The POWER and PowerPC General Discussion / News Thread

If I bought this, I would use it as daily driver for productivity work plus some vintage gaming through emulation. So what would be very interesting on top of the everyday use element, is some emulation related tests. I would like to propose

  1. The use of qemu or better yet hqemu user mode emulation together with binfmt and chroot to see if simple x86 Linux games run well at all. This was actually demoed by Raptor on a Power8 system before in 2016 when they were still contemplating the Talos 1.

  2. If the above is workable then throw Wine on top of it and see how it does. Given the test done at Talospace on this topic, hqemu seems to emulate x86 at around 1/3 the speed? So let’s call it a 1ghz Pentium. So perhaps try games that date back to early 2000s?

  3. The above at the end is emulation so may not work well. But how about vintage gaming through open source emulators like RPCS3, Dolphin and MAME? I wonder if those will compile and work correctly. If they do then it still provides a decent source of old games for leisure.

  4. Away from emulation, I also wonder how well nVidia GPU works on this system. We know nVidia provides binary drivers for their Tesla cards to work on Power9 systems. I wonder if they would be nice enough to leave the codes in there so either GeForce or Quadro cards would work? The Tesla cards have no video output so “useless” as a display card.

  5. If #4 doesn’t work, would a Tesla card combined with an AMD GPU work, through the Looking Glass project? It’s a big ask though if you have a Tesla card lying around, it might be worth a shot?

Those are my wish list items. Really appreciate your insights here.

Thanks

Michael

I have my powerbook with me everywhere but IDK that you’ll count that lol.

I’d love a talos tho. Even if I could live in @wendell 's basement for a weekend and poke it.

1 Like

If they were optimized/ported for Power, which they probably aren’t at the moment, RPCS3 and Dolphin could actually end up running faster (potentially), since the PS3, Wii, and GameCube all used PowerPC CPUs. There are potentially some non-standard extensions to implement; for example, the Xbox 360 had increased SIMD with VMX128. Also for the PS3’s Cell, you still have to implement the SPU cores, but again, I’d bet those are more similar to standard Power than x86-64.

An interesting thought, but probably unlikely.
So far only a GeForce 9500 GT has been tested according to the Nvidia section of the Hardware Compatibility List. “No firmware needed” probably means he/she was testing with the Nouveau driver instead.

@wendell I would like to know what is the efficiency of the SMT implementation. I know that they are offering SMT4 and SMT8 solutions. I don’t know which one that you received. I know on the Intel platform, HT basically gives you 1.5 core performance per core. AMD is somewhere around that as well.

I know in the old ppc and power days, the SMT performance was closer to 2 core performance per core before SMT4+. I wonder what the performance is now. One of the reasons that power was “power” hungry was because you had to run at full tilt to get the most performance and efficiency out of the platform. If SMT functions close to the core performance of the thread count, then it is a great time to be alive and we can finally see a shift to alternative architectures becoming mainstream again.

I really plan on picking up a lite to function as a network appliance and build server.

POWER9 Chips

All of Raptor’s boards, Google/Rackspace’s Zaius, and IBM’s AC922 (basically anything intended exclusively for Linux) use the SMT4 versions of POWER9.

The third post in this thread actually has a fairly comprehensive overview, with the same sort of chart that you see on the RCS Wiki, and on Wikipedia’s page:

PowerNV PowerVM
24 × SMT4 Core 12 × SMT8 Core
Scale Out Nimbus codename unknown
Scale Up Cumulus

POWER9 Modules

The “modules”, are more a description of the interposer/socket. AFAIK, all three of the chips described above are the same size silicon, but the module type determines what socket it will use and what IO is available:

Sforza Monza LaGrange
Size 50 mm × 50 mm 68.5 mm × 68.5 mm 68.5 mm × 68.5 mm
Socket LGA 2601 LGA 3899 LGA 3899
Memory 4 × DDR4 8 × DDR4 8 × DDR4
PCIe 4 48 lanes 34 lanes 42 lanes
OpenCAPI None 48 lanes 16 lanes
XBus 4B 1 1 2

XBus is the communication between the two sockets

I’m glad people have minimal interest in this thread again lol.

2 Likes

Looks like I too had posted about this in the thread earlier.
I should note that the RCS Wiki isn’t quite clear on module types being shared across chip types; but I asked Adi Gangidi about it on Twitter. I did link to that tweet earlier, but it is pretty interesting, so I’ll quote it here:

Let me comment on La Grange Power9 . ( Scale-out Datacenter caterer SKU ) . Yes the SMT8 and SMT4 LaGrange chips can physically fit in same socket . However major difference is in management firmware being qualified on systems built with each chip.

SMT8 chip systems qual’ed with FSP for management , SMT4 chip systems qual’ed w/ BMC for management . As far as I know nothing HW wise prevents for adding support for SMT8 chips with BMC but is not done as of today

Vice-versa ( SMT4 chips being qual’ed with FSP/ PowerVM) won’t happen for licensing reasons . Different structure to use 24 core machine for PowerVM stack. I also suspect lots of cores / lesser SMT is not well suited for typical applications that run on that stack .

@FaunCB Saw this on Twitter and thought of you; someone is testing Void Linux on their Talos II:

1 Like

Well theres been work to port to powerpc in my circle. Shouldn’t be hard for him.

Oh damn, I nearly forgot about that! Looks like he’s doing ppc64 big endian too. I should probably get that pull request done soon

JSharp/justinrwlynn on the RCS Wiki, Twitter, and YouTube recently got OBS working on the Talos II. So as far as I know, this is the first livestream from an OpenPOWER system:

This is the guy who has a cluster with 4 Talos IIs and is planning on cramming a Blackbird board into a ThinkPad.

Edit: There is also a stream planned for Wednesday if anyone is interested. The chat is done on Freenode’s IRC server rather than YouTube.

Nevermind, looks like it’s starting in ten minutes.

1 Like

News about POWER10 being fabbed at Samsung, originally posted in the foundry thread:

1 Like

Looks like some of the Power support patches are being merged into Void Linux proper.
Talospace post - Github issue


Much better than the situation with Chromium, where the project has been reluctant to upstream:

Mark Mentovai
Patch Set 2:
I appreciate the effort you’ve put in, but I’m not too keen to carry a substantial chunk of code that most of our developers have no way to validate, debug, or work on. The bare minimum to make me comfortable with this would be to either:

  • Clearly cordon off the new contribution as “contrib” and maintain it only on a best-effort basis. This would mean putting it in a separate directory, although at that point, a distinct overlay repository might make more sense.
  • Provide sufficient test infrastructure (try- and buildbots) to provide assurance that this port functions as intended and continues to work properly.

Note that I have the same concerns about MIPS: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1064594#message-6c0734640a0c8117a0a44302f340bd38a2d31296.

Which was followed by Raptor and JSharp offering server VMs for a buildbot, and hearing nothing for over a month.

The patch is currently labeled as Merge Conflict, but I don’t see why.

The ppc64/le patches have been merged into Void as of yesterday :slight_smile: next up are my patches for 32 bit ppc. Shouldn’t be too much longer.

2 Likes

IBM made a celebratory post about POWER9, and while they did mention Rackspace/Google’s Zaius board, they conspicuously left out any mention of Talos II or Blackbird. Looks like I’m not the only one who noticed:

2 Likes

Ah, I see the problem: IBM’s article is titled “The Year of POWER9”, not “The Year of POWER9 on the Desktop”.

:grin:

1 Like

But it doesn’t exclusively say “on/in the server” either; and besides, Raptor will happily sell you a Talos II server, it’s not exclusively a desktop board.


A comment on the Talospace post mentioned that there was a Linux Power Architecture tower made by Terra Soft in 2008. I had never heard of this machine before, the YDL PowerStation, which used IBM 970MP chips. Linux Journal has a pretty good write up:

https://www.linuxjournal.com/magazine/power


Wendell’s Talos II made a brief appearance in an Epos Vox video (~ 2:45):

2 Likes

Initial powerpc 32 bit support has now been merged into void! Needs further testing and none of my package edits have been merged yet but they just want to do some more testing to make sure it works properly.

My first “real” contribution to a distro! Woo!

5 Likes

Yay! I’m starting to feel some juice again about it. I’ve had a rough past couple months so I’ve just kinda dissappeared.

Theres a new os out for amiga’s called Fienix. Theres also ubuntu mate powerpc remix, which got started again recently. I was going to bring up that maybe, for the stuff that won’t work, we backport from fienix, if we even have to at all.

3 Likes

Shouldn’t need to do much, the same guy who’s working on the ppc64le port is also doing ppc64 big endian and most of those patches work for ppc32. He also knows what he’s doing which helps.

1 Like