this post was submitted on 10 Aug 2024
133 points (96.5% liked)

Technology

58072 readers
4131 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
all 13 comments
sorted by: hot top controversial new old
[โ€“] conciselyverbose@sh.itjust.works 71 points 1 month ago (2 children)

During the course of our testing, we observed that Windows 11 was scheduling workloads on the 9700X in a manner that would try to saturate a single core first, by placing workloads on each of its logical threads.

๐Ÿคฆโ€โ™€๏ธ

[โ€“] jlh@lemmy.jlh.name 58 points 1 month ago

it's obviously a scheduler/p-state bug in windows, look at the Linux performance

https://www.phoronix.com/review/ryzen-9600x-9700x

[โ€“] adarza@lemmy.ca 31 points 1 month ago (3 children)

so, basically, the os isn't tuned for the new chips yet.

the 2nd threads on smt-enabled cores are supposed to get hit last.

[โ€“] conciselyverbose@sh.itjust.works 25 points 1 month ago (1 children)

It's an easy fix, sure.

But there are 3 manufacturers for them to schedule for. It should be ready way before anything ships.

[โ€“] ag10n@lemmy.world 63 points 1 month ago (1 children)

Copilot and ads taking up development cycles

[โ€“] catloaf@lemm.ee 15 points 1 month ago (1 children)

Actually, yeah, probably. CPU scheduling isn't the shiny new thing, nor something that gets that sweet, sweet monthly recurring revenue. So, it doesn't get prioritized.

[โ€“] floofloof@lemmy.ca 2 points 1 month ago

Microsoft always operates like this. Whatever bullshit management demands for marketing purposes takes the resources away from basic stability and quality improvements. Sometimes this results in quite predictable disaster:

Microsoft Chose Profit Over Security and Left U.S. Government Vulnerable to Russian Hack, Whistleblower Says

[โ€“] SomeoneSomewhere@lemmy.nz 13 points 1 month ago

There should be no need for tuning, tweaking, or optimizing on functionality this basic.

If you ask the processor, it will spit out a graph like this telling you what threads/cores share resources, all the way up to (on large or server platforms) some RAM or PCIe slots being closer to certain groups of cores.

[โ€“] barsoap@lemm.ee 3 points 1 month ago* (last edited 1 month ago)

For values of "new chips" that include 20 year old ones. Foster was released 2001, the chips were single-core but you could have up to eight on a board so it's still multi-core SMT. First on-die multi-core SMT seemed to have been Paxville, 2005.

Or maybe Windows server has a proper scheduler and they never bothered bringing it to desktops?

This is shockingly stupid. SMT has been a thing on x86 long enough for it to be able to buy it's own alcohol and yet somehow the windows scheduler STILL can't fucking deal with it?

I'm not a kernel-level developer or anything but I mean, at some point you have to wonder how fucking trash windows kernel internals are that this problem keeps happening over and over and over and.....

[โ€“] JRepin@lemmy.ml 35 points 1 month ago (1 children)

Or they just found out that Windows process scheduler is still broken beyond repair. If you look at the benchmarks on GNU/Linux performance is all there. For example see Phoronix benchmark