AMD on the other hand doesn't even acknowledge an issue when multiple customers report problems. See this Ryzen bug: https://community.amd.com/thread/215773
Intel Skylake/Kaby Lake processors: broken hyper-threading
21–30 of 278 posts
Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#22Does Windows have a patch for this too? Or just disabling HT is the safest option?
Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#23Am I hellbanned?
Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#24 The issue was being investigated by the OCaml community since
2017-01-06, with reports of malfunctions going at least as far back as
Q2 2016. It was narrowed down to Skylake with hyper-threading, which is
a strong indicative of a processor defect. Intel was contacted about
it, but did not provide further feedback as far as we know.
Fast-forward a few months, and Mark Shinwell noticed the mention of a
possible fix for a microcode defect with unknown hit-ratio in the
intel-microcode package changelog. He matched it to the issues the
OCaml community were observing, verified that the microcode fix indeed
solved the OCaml issue, and contacted the Debian maintainer about it.
Apparently, Intel had indeed found the issue, *documented it* (see
below) and *fixed it*. There was no direct feedback to the OCaml
people, so they only found about it later.
Inexcusable.Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#25Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#26Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#27Great, pay a premium for the top of the line CPU to get anything more than 4 threads, that disable it...
Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#28Well, at least Intel acknowledges, documents and finally fixes these CPU bugs (via microcode updates). AMD on the other hand doesn't even acknowledge an issue when multiple customers report problems. See this Ryzen bug: https://community.amd.com/thread/215773
Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#29The problem description is short and scary: Problem: Under complex micro-architectural conditions, short loops of less than 64 instructions that use AH, BH, CH or DH registers as well as their corresponding wider register (e.g. RAX, EAX or AX for AH) may cause unpredictable system behavior. This can only happen when both logical processors on the same physical processor are active. I wonder how many users have experi…
CPU manufacturers do do huge amounts of testing, and Intel does formal verification of some functional units. The reliability is far better than most software, in part because making a new release costs billions.
I think we're getting to levels of complexity where the process Intel uses, with lots of different QA and testing teams doing their best to look for bugs, just isn't going to cut it. We need formally verified models transformed step-by-verified-step all the way down to the silicon. It's already feasible, with free tools, to formally verify your high-level model (using e.g. LiquidHaskell) and then transform this to RTL (using e.g. Clash). With Intel's QA/testing budget, it's well within reach to A) verify the transformation steps and B) figure out how to close the performance gap between machine-generated (but maybe slower) and hand-rolled (faster, but evidently wrong) silicon.
Re: Intel Skylake/Kaby Lake processors: broken hyper-threading
#30[0] https://packages.ubuntu.com/en/artful/amd64/intel-microcode/...
[1] https://lists.debian.org/debian-devel/2017/06/msg00309.html