21
General Discussion / Re: Is Raptor Computing Systems still open for business?
« Last post by markr87 on March 20, 2025, 01:47:18 pm »Sadly it's the BMC chip that I need.
I'm using Fedora right now and my impression is they just don't do testing in general,
It's been 2 years and ... unfortunately the driver still does not support non-x86.
Looking at the history of kernel performance changes in Fedora 37, I get the impression that no one does performance testing before releasing a kernel. The variability is high. It's a shame that Fedora developers don't see this.
shrimp-paste [tle]$ uname -ar
Linux shrimp-paste 6.14.0-0.rc6.49.fc42.ppc64le #1 SMP Mon Mar 10 23:19:40 UTC 2025 ppc64le GNU/Linux
/dev/nvme0n1:
Timing buffered disk reads: 4972 MB in 3.01 seconds = 1650.85 MB/sec
shrimp-paste [tle]$ sudo hdparm -t /dev/nvme0n1
My takeaway is that if you want to do reasonably portable GPGPU stuff learn WebGPU/Vulkan compute shaders. You can do also GPGPU stuff with opengles/webgl with "transform feedbacks" but its extremely limited and a total nightmare, speaking from experience.