
Simply put, it thrashes multi-threaded workloads like nobody’s business and is an excellent choice for heavy duty content creation chores, 3D rendering, and other tasks that benefit from additional cores and threads. But which version of Windows should you pair it with, Enterprise or Pro? That’s where things get interesting.
AMD Recommends Pairing Its Ryzen Threadripper 3990X With Windows 10 Pro

There are a lot of resources at play here. The way it works is, Windows breaks things down into two groups. It sees the first 64 threads as one of those groups, and any number higher than that gets plopped into a second processor group. So in the case of the Threadipper 3990X, Windows sees threads 65 through 128 as a processing group.
Where this comes into play is how applications are developed, and specifically whether they are capable of spanning both groups.
“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,” Anandtech notes.
Indeed it did, with the biggest disparity observed in NAMD 3.31 Molecular Dynamics (ApoA1). Going from Windows 10 Pro to Windows 10 Enterprise yielded a significant 98.4 percent improvement. Case closed, right? Well, not so fast.
The folks at Tom’s Hardware did not observe the same kind of disparity when switching from Windows 10 Pro to Windows 10 Enterprise. And in a statement provided to the site, AMD held firm that Windows 10 Pro is the recommended OS, while chalking up observations to the contrary as an “error in testing” somewhere along the line.
“AMD officially recommends Windows 10 Professional or Linux for the AMD Ryzen Threadripper 3990X. Higher editions/versions of Windows 10 confer no additional performance or compatibility benefits to the processor. We understand that this suggestion has been made in the media, but we believe this to be an error in testing that our team is presently diagnosing,” AMD said.
So, what’s really going on then? That’s hard to tell. One hypothesis is that the specific version of Windows could be affecting benchmark results one way or the other.
“AnandTech’s purportedly incorrect test results could simply boil down to NUMA configurations of Windows versioning: AMD recommended testing with Windows 10 Pro OS build 18362.592 (or greater) due to unspecified optimizations that ensured maximum performance,” Tom’s Hardware said.
If testing was performed on an older version of Windows than what AMD recommends, it may be throwing off the results. However, it’s hard to tell. Both sites are highly reputable, and since we have not performed the same comparison, we’re not able to report our own observations. Perhaps that is something we will try when/if we have a spare moment. Until then, we will be keeping an eye on the situation to see if anything further develops on the topic.
‘).insertAfter(jQuery(‘#initdisqus’));
}
loadDisqus(jQuery(‘#initdisqus’), disqus_identifier, url);
}
else {
setTimeout(function () { disqusDefer(); }, 50);
}
}
disqusDefer();
function loadDisqus(source, identifier, url) {
if (jQuery(“#disqus_thread”).length) {
jQuery(“#disqus_thread”).remove();
}
jQuery(‘
‘).insertAfter(source);
if (window.DISQUS) {
DISQUS.reset({
reload: true,
config: function () {
this.page.identifier = identifier;
this.page.url = url;
}
});
} else {
//insert a wrapper in HTML after the relevant “show comments” link
disqus_identifier = identifier; //set the identifier argument
disqus_url = url; //set the permalink argument
//append the Disqus embed script to HTML
var dsq = document.createElement(‘script’); dsq.type = ‘text/javascript’; dsq.async = true;
dsq.src = ‘https://’ + disqus_shortname + ‘.disqus.com/embed.js’;
jQuery(‘head’).append(dsq);
}
jQuery(‘.show-disqus’).show();
source.hide();
};
function disqusEvent()
{
idleTime = 0;
}


