Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Woof

Pages: 1 2 3 [4] 5
46
GPU Compute / Accelerators / Re: AMD GPU at boot
« on: July 29, 2022, 10:51:22 am »
Resurrecting this thread for anyone interested/curious... I mentioned forever ago I'd post some findings comparing the Power9 with other CPUs for my CPU-based number crunching needs.

For my latest work, the single-threaded initial implementation took about half an hour to run on my Xeon desktop, and any experimentation meant really thinking it through before a run.

Breaking down the calculations and into chunks then running on all threads, the slowest Threadripper at work, a 3060X, took 20 seconds, and the fastest, an overclocked water-cooled 3990X, took 8 seconds! The 24 core Xeon took 1m13s.

In comparison my 144 core Power9 takes 19 seconds, but, since the algorithm is broken into 256 chunks, it processes the first 128 batches followed by 112, with the processor showing 77% usage partway through, whereas the Threadrippers keep the CPU at 100%. Still, it's a good indication and the machine compares well with a 3060X.

All this said, the software was never optimised for Power (it has some SIMD for Intel), and I've found both Clang and GCC to be quite variable on Power. GGC 10 gave the best results, with Clang 15 the worst (27 seconds; I have a whole Clang/GCC rant for another day).

47
General OpenPOWER Discussion / Re: Arctic Tern user manual posted
« on: July 29, 2022, 10:11:26 am »
Yup, it's a big pile of cash, but for my tinkering machine I can kind of justify it to myself...

48
General OpenPOWER Discussion / Re: Arctic Tern user manual posted
« on: July 29, 2022, 07:15:02 am »
Ah, okay. I have space near the TPM connector, but the lowest PCEe slot is blocked by the graphics card.

49
General OpenPOWER Discussion / Re: Arctic Tern user manual posted
« on: July 29, 2022, 03:13:04 am »
I saw the Twitter post from RCS and this is great news, but I didn't find that much info. I did read that the Kestrel BMC wasn't yet running on the TalosII, from here:

https://gitlab.raptorengineering.com/kestrel-collaboration/kestrel-litex/litex-boards/-/blob/master/README.md

"Similarly, the Talos II mainboard should be able to be utilized as the host, but Raptor has not yet tested Kestrel on Talos II."

And my understanding is: I'd need the entire BMC kit (PCIe carrier and Arctic Tern module) to have a BMC replacement? I guess I need to free up a PCIe slot...

50
Mod Zone / Separating CPU/HSF?
« on: May 29, 2022, 06:39:09 am »
I'm about start watercooling my Talos II but before doing so I would like to know if there's anything special required when separating the CPU from the HSF with the indium pad in place?

My existing setup is the with the HSFs and indium pads from RCS. Do they stick? Do they need cleaning up?

I've two waterblocks to try out, one from vikings.thum, and another I had custom made from a company here in France.

(I'll be documenting the build and the steps for anyone interested.)

51
For anyone else looking at this, it's possible by disabling the updates and not using the (missing) precompiled binaries to get Depot Tools builds to work, but since Dawn (and the tools around Dawn such as the Tint shader compiler, etc.) will build with CMake this is an easier route. I wrote up some instructions here:

https://gist.github.com/cwoffenden/0854e5d7732f0bdaf84b6aaeee09b826

52
I'm looking at building Dawn (with the idea to try some of the 3D tools from work on Power) and I'm stumbling at even getting Depot Tools to work. Starting with:

    https://wiki.raptorcs.com/wiki/Porting/Chromium_(New)

Building gn is fine, but then bootstrapping gclient fails (failing to resolve prebuilt packages for ppc64le). Since folks are building Chromium, V8, etc., is this just me not able to get started?

53
GPU Compute / Accelerators / Re: AMD GPU at boot
« on: February 02, 2022, 07:47:13 am »
Answering one of my own questions: multi-boot off the same disk is straightforward, I'm running both Void and Ubuntu on different partitions (I just need to get the video bios loaded now).

54
GPU Compute / Accelerators / Re: AMD GPU at boot
« on: February 01, 2022, 01:59:43 pm »
Yes, I installed Ubuntu and tried Firefox. On the first day I only noticed the font issue (easily repro'd by opening the web dev tools, which just show white). Then today, second day, I noticed FF complains on launch about not being able to save the bookmarks.

I wanted to try a few OS variants, and Ubuntu was my go-to since we have it on lots of machines successfully at work (all x64).

I was going to look at Chrome, but perhaps some other Linux too. Ideally I'd like multiple installed (big and little endian, for testing, though more out of habit now since I've not shipped anything on BE for over 10 years), though I wasn't sure whether this would need multiple disks rather than multiple partitions.

55
GPU Compute / Accelerators / Re: AMD GPU at boot
« on: February 01, 2022, 09:44:09 am »
I'll post real findings but I found the 3990X doesn't scale out linearly for our use. For our highly parallelised task (imagine 65'000 blocks of the same size being processed) going from 64 to 128 cores yields a 37% speed increase. I think we get hit by the four memory channels.

Overclocking the Power9 is on my list to look at (I'm assuming the power stages to be the limit here though). OC'ing the 3990X is a complete power hog, and we're able to draw over 800W for the CPU/mobo alone (for the TR Pros we have here with 4x RTX6000 we struggle to keep in the 2kW power limit of the PSU and wall socket).

56
GPU Compute / Accelerators / Re: AMD GPU at boot
« on: February 01, 2022, 08:26:48 am »
I'll be doing some comparison between the 3990X and my dual Power9 running our custom texture compression code. I'll not get around to it for a while though. The code scales quite well with more cores but eventually becomes memory bound. Our 3990X machines here are all overclocked and hand tuned, so I think it'll be a tough one to beat.

57
Talos II / Re: Film on Power9 CPU?
« on: February 01, 2022, 07:49:08 am »
Temps seem normal, hovering around 50C. Running stress-ng for a few mins the hottest parts are the VRMs (60C).

58
GPU Compute / Accelerators / Re: AMD GPU at boot
« on: February 01, 2022, 01:28:00 am »
I currently have the HSFs but I'm working on a water cooling solution for it (which I'll report back on once it's finished). We do custom 3D engines and tooling at work and I was looking into alternatives to our current Threadripper setups for texture processing. It's a highly parallel task that benefits from many threads, currently running best on the 64C/128T 3990X, but I was curious as to what else is out there.

I've not had much time to experiment so far, and it'll be at least a month before I get some quality time with this machine.

59
GPU Compute / Accelerators / Re: AMD GPU at boot
« on: January 31, 2022, 12:10:53 pm »
Thanks, I'll check tomorrow (I'm assuming being a brand new mobo it wouldn't have the v1.0 firmware, but in any case I'll look at this).

Where can I find info like this, or does everyone just know and I'm late to the party? The quick start guide seems to trail off when it should just be getting started, but I did (just now) find the other guides and I'll look through them (in particular adding the GPU firmware).

60
GPU Compute / Accelerators / AMD GPU at boot
« on: January 31, 2022, 10:05:58 am »
Before typing I'm already feeling the burning shame of a n00b question, but anyway, here goes...

I finally built my Talos II (dual 18-core), temporarily installed a Radeon RX 580 (I plan on a Radeon Pro W5700 but it currently has a waterblock fitted) and installed Ubuntu 21.10 (server install followed by desktop packages). It's early days and it's mostly working (Firefox 96 has issues, but one thing at a time). So far so good. I've disabled the built-in VGA via the jumper but it still starts up with this and then hands over to the Radeon card. Is this normal?

See the attached image.


Pages: 1 2 3 [4] 5