Earlier quoted context omitted.
That’s a good catch, but don’t modern CPUs thermally throttle, rather than risk damage? Not that you should rely on this with an underpowered cooling solution but I would expect worse performance, not a fried chip.
Not really a lot it can do rapidly enough if there's only thermal paste on half the CPU. It sounds like the user likely did the opposite of the "offset seating" of the heatsink that Noctua recommended.
GMP damaging Zen 5 CPUs?
181–190 of 240 posts
Re: GMP damaging Zen 5 CPUs?
#182Earlier quoted context omitted.
https://www.youtube.com/watch?v=ZyWelvEP_CQ
Given that Gamers Nexus needs the ad revenue wouldn't linking to a re-upload that wouldn't give them any of that be sort of bad?
They made six figures from merch sales on that investigation. Not much, but more than Youtube ads.
Re: GMP damaging Zen 5 CPUs?
#183We don't overclock or overvolt or play other teen games with our hardware. But doesn't the hardware "overclock" and "overvolt" automatically these days? This reminds me of the Intel CPUs with similar problems a year ago, and AFAIK it was caused by excessive voltage: https://news.ycombinator.com/item?id=41039708
> But doesn't the hardware "overclock" and "overvolt" automatically these days? If it's done by the manufacturer it's within spec of course. As designed. The overclock game was all about running stuff out of spec and getting more performance out of it than it was supposed to create.
Re: GMP damaging Zen 5 CPUs?
#184Re: GMP damaging Zen 5 CPUs?
#185What is gmp?
Valid question i think in this context. I knew about GNU multiprecision library, but thought that couldnt be it, as it's "just" a highly optimized low level bit fiddling lib (at least thats my expectation without looking into the source), so it's strange why it could be damaging Hardware ...
Re: GMP damaging Zen 5 CPUs?
#186Earlier quoted context omitted.
Nope. Remember that you cannot destroy energy. The energy you use to flip the flip flop still exists, only now it’s just disordered waste heat instead of electricity.
To be a bit flippant, you can absolutely destroy energy by creating some mass.. Then again most of us do not have particle accelerator nearby looking for Higgs boson.
Re: GMP damaging Zen 5 CPUs?
#187Earlier quoted context omitted.
> The x86-64 ISA is a POS BTW. > It needs major refactoring. The backwards compatibility is killing the platform. People have been saying that for 30 years at this point. You can dislike the ISA all you want, but the platform doesn't seem to be dieing all that fast, and compatibility helps it live. Compatibility is how you sell chips: windows on arm doesn't sell because people are concerned about running their apps;…
The Intel ISA CPUs have too many features for backwards compatibility. This puts a lot of design strain, CPU have to support everything, have to emulate behaviors. Too much bloat on the CPU.
Re: GMP damaging Zen 5 CPUs?
#188Re: GMP damaging Zen 5 CPUs?
#189One day I’ll understand why some websites refuse to have a way of navigating to the home page. I had to edit the URL in the address bar. I just wanted to find out what GMP is.
Re: GMP damaging Zen 5 CPUs?
#190Earlier quoted context omitted.
Yes, but only briefly. When you study the thermodynamics of information you’ll discover that it’s actually erasing information that has a cost. Every time the CPU stores a value in a register it erases the previous value, using up energy. In fact, every individual transistor has to erase the previous state on basically every clock cycle. Curiously there is a minimum cost to erase a single bit that no system can go be…
>In fact, every individual transistor has to erase the previous state on basically every clock cycle. This is incorrect in both directions. Only transistors whose inputs are changing have to discharge their capacitance. This means that if the inputs don't change nothing happens, but if the inputs change then the changes propagate through the circuit to the next flip flop, possibly creating a cascade of changes. Consi…
Note also that discharging the internal capacitance of a transistor, and the heat generated by current through the transistor’s internal resistance, are both costs over and above the fundamental cost of erasing a bit. Transistors can be made more efficient by reducing those additional costs, but Landauer discovered that nothing can reduce the fundamental cost of erasing a bit.