The Windows and Multithreading Problem (A Must Read)

Unfortunately, not everything is just as straightforward as installing Windows 10 and going off on a 128 thread adventure. Most home users that have Windows typically have versions of Windows 10 Home or Windows 10 Pro, which are both fairly ubiquitous even among workstation users. The problem that these operating systems have rears its ugly head when we go above 64 threads. Now to be clear, Microsoft never expected home (or even most workstations) systems to go above this amount, and to a certain extent they are correct.

Whenever Windows experiences more than 64 threads in a system, it separates those threads into processor groups. The way this is done is very rudimentary: of the enumerated cores and threads, the first 64 go into the first group, the second 64 go into the next group, and so on. This is most easily observed by going into task manager and trying to set the affinity of a particular program:

 

With our 64 core processor, when simultaneous multithreading is enabled, we get a system with 128 threads. This is split into two groups, as shown above.

When the system is in this mode, it becomes very tricky for most software to operate properly. When a program is launched, it will be pushed into one of the processor groups based on load – if one group is busy, the program will be spawned in the other. When the program is running inside the group, unless it is processor group aware, then it can only access other threads in the same group. This means that if a multi-threaded program can use 128 threads, if it isn’t built with processor groups in mind, then it might only spawn with access to 64.

If this sounds somewhat familiar, then you may have heard of NUMA, or non-uniform memory architecture. This occurs when the CPU cores in the system might have different latencies to main memory, such as within a dual socket system: it can be quick to access the memory directly attached to its own core, but it can be a lot slower if a core needs to access memory attached to the other physical CPU. Processor groups is one way around this, to stop threads jumping from CPU to CPU. The only issue here is that despite having 128 threads on the 3990X, it’s all one CPU!

In Windows 10 Pro, this becomes a problem. We can look directly at Task Manager:

Here we see all 64 cores and 128 threads being loaded up with an artificial load. The important number here though is the socket count. The system thinks that we have two sockets, just because we have a high number of threads in the system. This is a big pain, and the source of a lot of slowdowns in some benchmarks.

(Interestingly enough, Intel’s latest Xeon Phi chips with 72 lightweight cores and 4-way HT for 288 threads show up as five sockets. How’s that for pain!)

Of course, there is a simple solution to avoid all of this – disable simultaneous multithreading. This means we still have 64 cores but now there’s only one processor group.

We still have most of the performance on the chip (and we’ll see later in the benchmarks). However, some of the performance has been lost – if I wanted 64 threads, I’d save some money and get the 32-core! There seems to be no easy way around this.

But then we remember that there are different versions of Windows 10.


From Wikipedia

Microsoft at retail sells Windows 10 Home, Windows 10 Pro, Windows 10 Pro for Workstations, and we can also find keys for Windows 10 Enterprise for sale. Each of these, aside from the usual feature limitations based on the market, also have limitations on processor counts and sockets. In the diagram above, we can see where it says Windows 10 Home is limited to 64 cores (threads), whereas Pro/Education versions go up to 128, and then Workstation/Enterprise to 256. There’s also Windows Server.

Now the thing is, Workstation and Enterprise are built with multiple processor groups in mind, whereas Pro is not. This has comes through scheduler adjustments, which aren’t immediately apparent without digging deeper into the finer elements of the design. We saw significant differences in performance.

In order to see the differences, we did the following comparisons:

  • 3990X with 64 C / 128 T (SMT On), Win10 Pro vs Win10 Ent
  • Win 10 Pro with 3990X, SMT On vs SMT Off

This isn’t just a case of the effect SMT has on overall performance – the way the scheduler and the OS works to make cores available and distribute work are big factors.

3D Particle Movement v2.1

In 3DPM, with standard non-expert code, the difference between SMT on and off is 8.6%, however moving to Enterprise brings half of it back.

3D Particle Movement v2.1 (with AVX)

When we move to hand-tuned AVX code, the extra threads can be used and per-thread gets a 2x speed increase. Here the Enterprise version again gets a small lead over the Pro.

DigiCortex 1.20 (32k Neuron, 1.8B Synapse)

DigiCortex is a more memory bound benchmark, and we see here that disabling SMT scores a massive gain as it frees up CPU-to-memory communication. Enterprise claws back half that gain while keeping SMT enabled.

Agisoft Photoscan 1.3.3, Complex Test

Photoscan is a variable threaded test, but having SMT disabled gives the better performance with each thread having more resources on tap. Again, W10 Enterprise splits the difference between SMT off and on.

NAMD 2.31 Molecular Dynamics (ApoA1)

Our biggest difference was in our new NAMD testing. Here the code is AVX2 accelerated, and the difference to watch out for is with SMT On, going from W10 Pro to W10 Ent is a massive 8.3x speed up. In regular Pro, we noticed that when spawning 128 threads, they would only sit on 16 actual cores, or less than, with the other cores not being utilized. In SMT-Off mode, we saw more of the cores being used, but the score still seemed to be around the same as a 3950X. It wasn’t until we moved to W10 Enterprise that all the threads were actually being used.

Corona 1.3 Benchmark

On the opposite end of the scale, Corona can actually take advantage of different processor groups. We see the improvement moving from SMT off to SMT On, and then another small jump moving to Enterprise.

Blender 2.79b bmw27_cpu Benchmark

Similarly in our Blender test, having processor groups was no problem, and Enterprise gets a small jump.

POV-Ray 3.7.1 Benchmark

POV-Ray benefits from having SMT disabled, regardless of OS version.

Handbrake 1.1.0 - 1080p60 HEVC 3500 kbps Fast

Whereas Handbrake (due to AVX acceleration) gets a big uplift on Windows 10 Enterprise

What’s The Verdict?

From our multithreaded test data, there can only be two conclusions. One is to disable SMT, as it seems to get performance uplifts in most benchmarks, given that most benchmarks don’t understand what processor groups are. However, if you absolutely have to have SMT enabled, then don’t use normal Windows 10 Pro: use Pro for Workstations (or Enterprise) instead. At the end of the day, this is the catch in using hardware that's skirting the line of being enterprise-grade: it also skirts the line with triggering enterprise software licensing. Thankfully, workstation software that is outright licensed per core is still almost non-existent, unlike the server realm.

Ultimately this puts us in a bit of a quandary for our CPU-to-CPU comparisons on the following pages. Normally we run our CPUs on W10 Pro with SMT enabled, but it’s clear from these benchmarks that in every multithreaded scenario, we won’t get the best result. We may have to look at how we test processors >16 cores in the future, and run them on Windows 10 Enterprise. Over the following pages, we’ll include W10 Pro and W10 Enterprise data for completeness.

Frequency, Temperature, and Power AMD 3990X Against Prosumer CPUs
Comments Locked

279 Comments

View All Comments

  • HikariWS - Thursday, February 13, 2020 - link

    Still, I'm worried with AMD.

    Increase clock has been much harder than increase core count. AMD is very aggressive on core count, yes, but has been struggling on clock.

    9900KS is Intel's top notch on this regard. I can assure from personal tests how awesome it is. It idles @ 45º in a Noctua D15S. With Prime95, goes to 80º and holds 5GHz All Core for a few minutes before dropping to 4GHz and holds that undefinitely.

    In real world use, specially gaming and 4K playback, it's able to hold 5GHz undefinitely, I haven't seen its Turbo juice depleat not even once! For anybody who doesn't need more than 8C/16T and benefits more from serial processing, it's the best of the best, and I doubt Comet Lake will bring a competitor to it.

    Intel has been increasing cores in response to Intel, and with exceptions they have been winning in overall performance against AMD CPUs with more core count.

    In the future years we'll face algorithms struggle to scale in parallelism. Most softwares don't benefit from more than 4 or 8 threads, and be allocated to a virtual HT core just reduces opportunity to perform better. When we reach software optimization limits, increasing core count won't benefit users anymore, and we'll face increased demand for serial power.

    Then we go for microarchitecture. AMD are on their brand new one, while litography issues is holding Intel from widely distribute their Sunny Cove, and they are close to finishing their Willow Cove. When Intel finish their 7nm, they will have 2 more powerful microarchitectures to bring to desktop and server market, while AMD is working on their future one.

    Summing that up, I believe in a few years Intel will have consistent performance growth over their generations, while AMD will start struggling.
  • kuraegomon - Tuesday, February 18, 2020 - link

    Oh dear. Intel shill confirmed. What makes me so confident? "Most softwares don't benefit from more than 4 or 8 threads" - anyone who makes that statement in 2020 with the implication that it's a forward-looking statement is clearly being disingenuous.
  • Logic28 - Monday, May 11, 2020 - link

    This statement...

    Increase clock has been much harder than increase core count. AMD is very aggressive on core count, yes, but has been struggling on clock.

    Frankly is flat out wrong. Yea, a year and half ago you would be fine to say this. But along the entire consumer and pro-sumer line up, AMD destroys Intel, and the Ryzen 3950x has destroyed the single thread count speeds across the entire internet, except I guess in some fan boy universe where they still want to bow down and befriend the Goliath even when it is clearly getting beaten badly by David.

    Look at the actually stats, at each price point AMD cpus are beating intel's at single core, multicore, benchmarks on games, video editing, rendering, bloody compiling, they just are.

    So your statement is flat out a fabrication...
  • clsmithj - Thursday, February 13, 2020 - link

    Should added Linux to the benchmark graph comparison
  • alysdexia - Monday, May 4, 2020 - link

    Stop sayan performance when you mean speed.
    won't -> shan't
  • alysdexia - Monday, May 4, 2020 - link

    128 cores -> 128 threads
  • alysdexia - Monday, May 4, 2020 - link

    data has -> datum has
  • alysdexia - Monday, May 4, 2020 - link

    balance -> proportion; fast:free -> swift:slow; will -> shall; issues -> problems; shouldn't -> ouhtn't; more cores -> feler cores
  • AMDsucksFor3Drendering - Thursday, December 31, 2020 - link

    OMG amd and microsoft are hurting 3d users who bought this useless procesor. I have two 3990x procesor trying to work with 3ds max and vray and I cannot use the whole proccesor. Where is the solution to this problem?

Log in

Don't have an account? Sign up now