We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34c563 commit ba6ddf8Copy full SHA for ba6ddf8
1 file changed
ops/dot_test.cc
@@ -734,17 +734,10 @@ class DotStats {
734
void Check() const {
735
CheckMuls();
736
CheckL1();
737
-#if !HWY_ARCH_ARM_A64
738
- // CheckRel/CheckBwd/CheckUlps thresholds are tuned for x86; on aarch64
739
- // the compensated dot product has slightly higher relative error
740
- // (see the explicit "Extremely high error on aarch64" comments below for
741
- // precedent). Skip them on aarch64 rather than maintain two sets of
742
- // platform-specific bounds.
743
CheckRel();
744
CheckBwd();
745
// No need to check bits, it is a monotonic function of rel.
746
CheckUlps();
747
-#endif
748
749
// We do not check times because they can be noisy/nonportable, but
750
// `kAddTwoProd` is only about 10% slower than `kKahan`, and about 1.5 times
0 commit comments