Top
Best
New

Posted by secure 6 days ago

I am giving up on Intel and have bought an AMD Ryzen 9950X3D(michael.stapelberg.ch)
343 points | 358 commentspage 2
casenmgreen 5 days ago|
Curiously, libgmp reported something similar recently, but with AMD.

https://gmplib.org/gmp-zen5

kd913 5 days ago||
General consensus on that case seems to be they picked a budget motherboard and skimped on the cooler.
devnullbrain 5 days ago||
That ASUS motherboard is far from the cheapest available. If using it makes the user liable for failure, a large part of the market is unsuitable.

For both the cooler and the motherboard, AMD have too much control to look the other way. The chip can measure its own temperature and the conceit of undermining partners by moving things on chip and controlling more of the ecosystem is that things perform better. They should at least perform.

kd913 3 days ago||
The cpu is what a 9950x whilst paired with one of the cheapest asus motherboards with underpowered VRMs according to games nexus, hardware unboxed.

The cooler was under the rated tdp of the platform. That and it lasted 6 months and so far seemed the only case of it falling over like it did.

Yea am leaning on it being user error.

devnullbrain 5 days ago||
In my experience building PCs this is not so curious. There are just a lot of duds, from individual SKUs to entire generations, and both manufacturers and retailers will do anything to prevent you RMAing them.

I also find that, as performance improvements tolerances get tighter throughout the system, the set of 'things that can screw your build' grows bigger.

steve1977 5 days ago||
I tried building and running a 7950X workstation for some time. I managed to get stable settings in a modified "ECO" mode (i.e. maybe about 10% less performance, but much less power usage).

The problem is, it's a huge effort to get there. You really have to tune PBO curves for each core individually, as they can vary so much between cores.

Now the test itself is mostly automatic with tools like OCCT, but of course you have to change the settings in the BIOS between each test and you cannot use the computer during that time, so there's a huge opportunity cost. I'm talking about weeks, not days.

To cut a long story short, I sold the system and just bought a M4 Max Mac Studio now. Apple Silicon might not have the top performance of AMD or Intel, but it comes with much less headaches and opportunity cost. Which in the end probably equalizes the difference in purchase cost.

eptcyka 6 days ago||
This is rather late, to be quite fair.
discardable_dan 6 days ago|
My thoughts exactly: he figured out in 2025 what the rest of us knew in 2022.
positron26 6 days ago|||
One of my work computers died and I hadn't checked the CPU market in years. Rode home that night in a taxi with a Ryzen 1700x completely stoked that AMD was back in the game.

If anyone thinks competition isn't good for the market or that also-rans don't have enough of an effect, just take note. Intel is a cautionary tale. I do agree we would have gotten where we are faster with more viable competitors.

M4 is neat. I won't be shocked if x86 finally gives up the ghost as Intel decides playing in Risc V or ARM space is their only hope to get back into an up-cycle. AMD has wanted to do heterogeneous stuff for years. Risc V might be the way.

One thing I'm finding is that compilers are actually leaving a ton on the table for AMD chips, so I think this is an area where AMD and all of the users, from SMEs on down, can benefit tremendously from cooperatively financing the necessary software to make it happen.

J_Shelby_J 5 days ago|||
You figured out in 2022 that AMD would finally catch up to intel single core performance in 2025?
Fr0styMatt88 5 days ago||
Alright so two CPUs failing in the same system has gotta be strange; mobo issue?

Secondly, what BIOS settings should I be using to run safely? Is XMP/whatever the AMD equivalent is safe? If I don't run XMP then my RAM runs at way below spec (for the stick) default speeds.

Anyone know of a good guide for this stuff?

jonbiggums22 5 days ago|
XMP is technically overclocking, nothing inherently safe about it. I've had new dual channel kits fail memtest at XMP settings on Ryzen, it seemed to depend almost entirely on what the individual CPUs memory controller was capable of.

Maybe the situation is better on DDR5 platforms.

jeffbee 5 days ago||
The idle power consumption on this guy's rig is completely outrageous. Since almost everything else in my rig is the same, but I use the integrated GPU, I can only conclude that the power floor for GPUs is way too high. Or is it Linux that isn't managing the GPU properly?
Jnr 6 days ago||
I have not had any issues with Intel or AMD CPUs but I have so many issues with AMD APUs, I would steer clear of them. In my experience with different models, they have many graphics issues, broken video transcoding and overall extremely unstable. If you need decent integrated graphics then Intel is the only real option.
sellmesoap 6 days ago||
They make a lot of apus for gaming handhelds, I think they do well in that segment. I've had a handful of desktop and laptop apus with no complaints. Even an APU with ecc support, they've all worked without a hitch. I haven't tried transcoding anything on them mind you.
Jnr 6 days ago||
Yes, I have Steam Deck and it works great. But I also have 2400G and 5700G and both of those have graphics issues (tested with different recommended RAM sets).
imiric 6 days ago|||
I've had the same experience with an 8600G on Linux. Very frequent graphics driver crashes and KDE/Wayland freezes, on old and new kernels alike. I've been submitting error reports for months, and the issues still persist. The RAM passes MemTest, and the system otherwise works fine, but the graphics issues are very annoying. It's not like I'm gaming or doing anything intensive either; it happens during plain desktop usage.

Yet I also use a 7840U in a gaming handheld running Windows, and haven't had any issues there at all. So I think this is related to AMD Linux drivers and/or Wayland. In contrast, my old laptop with an NVIDIA GPU and Xorg has given me zero issues for about a decade now.

So I've decided to just avoid AMD on Linux on my next machine. Intel's upcoming Panther Lake and Nova Lake CPUs seem promising, and their integrated graphics have consistently been improving. I don't think AMD's dominance will continue for much longer.

hedora 5 days ago||
Check dmesg after the driver crashes and restarts. If the crash is something about a ringbuffer timeout, use dmidecode to see what the ram is actually clocked at.

Make sure it matches the min of the actual spec of the ram that you bought and what the CPU can do.

I used to get crashes like you are describing on a similar machine. The crashes are in the GPU firmware, making debugging a bit of a crap shoot. If you can run windows with the crashing workload on it, you’ll probably find it crashes the same ways as Linux.

For me, it was a bios bug that underclocked the ram. Memory tests, etc passed.

I suspect there are hard performance deadlines in the GPU stack, and the underclocked memory was causing it to miss them, and assume a hang.

If the ram frequency looks OK, check all the hardware configuration knobs you can think of. Something probably auto-detected wrong.

imiric 5 days ago|||
Hhmm I did underclock the RAM to 4800 MHz, since running it at the stock 6400 MHz would overheat the system (it's a mini PC) and cause artifacting. And, practically, I don't need higher frequencies, since I'm using the machine as an HTPC and for casual desktop use. In fact, from what I've read, high frequencies can introduce stability issues on these APUs, which is exactly what I'm trying to avoid.

But I'll play around with this and the timings, and check if there's a BIOS update that addresses this. Though I still think that AMD's drivers and firmware should be robust enough to support any RAM configuration (within reason), so it would be a problem for them to resolve regardless.

Thanks for the suggestion!

hedora 4 days ago||
That’s almost certainly the problem. Play with the Linux CPU governor or (better) the package TDP (in the bios) instead.
Jnr 5 days ago|||
Initially I also tried debugging, writing reports, etc. Some 8 years later I have given up and just live with the occasional crashes.
hedora 4 days ago||
I found a workload that reliably crashed. (Recently released graphics-intensive steam demos that deterministically died in under 180 seconds).

That gave me solid ground for debugging.

vkazanov 6 days ago||
My laptop's AMD is great (Ryzen AI 7 PRO 360 w/ Radeon 880M). Gaming, GPI work, battery, small LLMs - all just work on my Ubuntu.

Don't know about transcoding though.

energy123 6 days ago||
I can't comment on the quality question, but for memory bandwidth sensitive use cases, Intel desktop is superior.
olavgg 5 days ago||
The last 15 years, servers has gone from 3x memory channels to 12x, while desktop still only have 2x memory channels. It is by far the biggest bottleneck today.
Dylan16807 5 days ago||
15 years ago a server CPU had twice as many cores as a desktop CPU. Today a server CPU has about eight times as many cores.
ttyyzz 6 days ago||
I'm not convinced, what would be the use case?
energy123 6 days ago||
Data science where you need to keep ~50GB of data in RAM and do intensive things with it (e.g. loop over it repeatedly with numba). You can't get use out of more than 4 cores because memory bandwidth is the only limitation. The data is too big for AMD's cache to be a factor.

Threadripper is built for this. But I am talking about the consumer options if you are on a budget. Intel has significantly more memory bandwidth than AMD in the consumer end. I don't have the numbers on hand, but someone at /r/localllama did a comparison a while ago.

exceptione 5 days ago|||
This? https://old.reddit.com/r/LocalLLaMA/comments/1ak2f1v/ram_mem...

I can't see how that supports your conclusion.

energy123 4 days ago||
There's many red herrings in that table (namely: old DDR4 consumer platforms, server platforms, low bandwidth DDR5 sticks), but surfacing the two relevant numbers (DDR5-6400 consumer heads-up comparison):

> AMD 7900X - 68.9 GB/sec

> Intel 13900K - 93.4 GB/sec

That's 35% better.

Marsymars 5 days ago|||
Framework Desktop?
cjpartridge 5 days ago||
Try enabling PBO and finding a setting for the curve optimizer that works for you, each CPU is different but -10/-15 is generally achievable - should reduce temperatures across the board and potentially give you some more performance.
steve1977 5 days ago|
The problem is that stable curve optimizer settings can vary hugely across cores

I had differences of like 20 or more between different cores... i.e. one core might work fine at -20, the other maybe only at +5.

cjpartridge 5 days ago||
Most definitely - you should always do your own stress testing with your specific CPU (and system) to find out what's stable.

And while all core CO might not be optimal, based on personal experience and what I've seen across multiple enthusiast communities, more often than not you can get an worthwhile improvement to temps/perf with an all core CO.

That being said, there are certainly ways to find and set the best CO values per core, but it will certainly take more effort, stress testing and time.

formerly_proven 6 days ago||
> Looking at my energy meter statistics, I usually ended up at about 9.x kWh per day for a two-person household, cooking with induction.

> After switching my PC from Intel to AMD, I end up at 10-11 kWh per day.

It's kind of impressive to increase household electricity consumption by 10% by just switching one CPU.

rubin55 5 days ago||
I run a 13900T unlocked (meaning, it runs 35W TDP at idle, 1.1ghz, but is allowed to peak to 210W for up to a minute, with the hugest Noctua D14something I could fit on it). It runs at ~29c idle, peaks to 80ish celsius at 210W (~4.5ghz over all cores - songle core peaking to 5.3ghz).

For a time I ran it 24/7 without suspend. It's a big system, lots of disks, expansion cards, etc. If it doesn't suspend, and doesn't do anything remarkable, it uses about ~5kWh per day. Needless to say, it suspends after 60 minutes now (my daily energy usage went from ~9 to ~4 kWh).

usr1106 6 days ago|||
I guess the author runs it at high load for long times, not only for the benchmarks to write this blog post. And less than 10 kWh is a low starting point, many households would be much higher.
Dunedan 5 days ago||
That vastly depends where you live and what you use electricity for. Most of Europe for example uses much less energy [1], although that will probably change as heat pumps are becoming more and more widespread.

[1]: https://en.wikipedia.org/wiki/European_countries_by_electric...

formerly_proven 5 days ago||
I think this is just consumption divided by population, so very easily influenced by e.g. having little population and many data centers: I doubt the average person in Iceland is spending 10k+ bucks on electricity annually.
don-bright 6 days ago||
The amount of power this is using is roughly the same as it takes my car to do my short commute to work
jcalvinowens 5 days ago|
I wonder if some of what people interpret as hardware problems are actually software bugs that only trigger on new CPUs...

I recently hit this testing pre-release kernels on my gaming PC, a 9900X3D: https://lore.kernel.org/lkml/20250623083408.jTiJiC6_@linutro...

A pile of older Skylake machines was never able to reproduce that bug one single time in 100+ hours of running the same workload. The fast new AMD chips would almost always hit it in a few hours.

More comments...