Earlier quoted context omitted.
The way I understand it JEDEC had standardized KB/MB/GB being multiple-of-2-based in memory specs prior to the IEC standardising KiB/MiB/GiB for the same. As a result it kind of just stuck in the space since the idea of multiple-of-10 cache is a bit silly anyways so there is no risk for confusion.
That doesn’t answer why people use M instead of MB let alone MiB.
AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
201–210 of 221 posts
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#202Earlier quoted context omitted.
I just disable PBO on my 3900X - you are 100% correct that an extra 5% performance is not worth the extra 30% power draw/heat.
PBO also allows undervolting though: I just applied -30 all core offset on my 5950X.
I could barely be stable at -15 all core on a 5900X at zero clock offset.
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#203Earlier quoted context omitted.
It doesn’t feel that long ago, that computers would have hundreds of megabytes of RAM. I remember it — my back is a little sore, but I’ve still got all my hair.
Yep, crazy. One of the early web dev shops I worked for had an NT server with 64 megs of RAM. They also had a Sun box with 128 megs. This was around 1995 - 96.
Of course in some objective sense I have to recognize that the workloads were sized to fit…
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#204Earlier quoted context omitted.
It's not like the CPU looks at the FPS to decide how to clock. Factorio has extremely variable CPU demand as your base grows.
Modern CPU and scheduler combos will in fact try to do that or, at least, do something that has that as a second order effect. They’ll try to run the CPU at a speed that evens out regular bursts into steady loads, on the lowest power core on which that’s possible to do. Edit: although, for that to work for this workload Factorio itself would need to be updating at a steady 60 updates/s, which I guess is not actually…
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#205I used to be quite proud of the 128MB RAM my first PC came with around 2000.
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#206Earlier quoted context omitted.
Yep, crazy. One of the early web dev shops I worked for had an NT server with 64 megs of RAM. They also had a Sun box with 128 megs. This was around 1995 - 96.
Somewhat happy to have been a kid for 90’s computers. They were fun to play around with, but I can’t imagine trying to get work done on them, haha. Of course in some objective sense I have to recognize that the workloads were sized to fit…
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#207Earlier quoted context omitted.
[flagged]
Is there a point to going beyond 60 updates/s in Factorio? Because if not the system seems to be doing the correct thing and using less power. I hope AMD isn’t causing higher power usage for all users just to game some benchmarks!
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#208Earlier quoted context omitted.
Let's be real, this just means now web developers can ship their own browser written in electron with the javascript interpreter written in nodejs, and that is literally what they will do with this.
You joke, but I can imagine a scenario where someone ports a complex GUI app to the web using something like Blazor and accidentally ends up with a full web browser running in WASM, on top of an actual browser. I can also foresee an entire industry popping up to do this on purpose in the name of “compatibility”. I’m sure the marketing will talk about the efficiency of being able to run “true” IE6 on top of Chrome in…
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#209Earlier quoted context omitted.
An OS can easily run an app on each for a few milliseconds, look at the performance counters to see which ends up with more instructions executed, and then move the task to where it performs best. From time to time, it can retry the test, because software frequently changes what it spends time doing.
I'm pretty sure this is how Nvidia's game ready drivers work. They come with a bunch of pre-made profiles for popular video games, so the optimal settings are configured based on what applications are being executed, which is also why you have to let it scan for your games, so it knows what executables to watch for, so it can properly select the right profile to use.
Re: AMD releases a new flagship CPU for consumer market with 128M of L3 Cache
#210Earlier quoted context omitted.
I feel like I must be asking a dumb question, because it is a pretty obvious one. But would it be better to just buy a lower-performing, lower-cost chip in that case? Does the silicon lottery they results in an i9 also result in better performance per watt?
Yeah, it definitely depends on your use case. In my opinion the only reason to get the K or KS SKU is that you want, and are sensitive to, the extra speed bins you get on the 2 magic P-cores. The KS is a full 10% faster on single-threaded, compute-bound workloads. That's like importing the next generation CPU from the future and it is worth it for some use cases. Even with 1 core running at 6GHz you won't blow out a…