You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Power machines do have L4 cache I'm assuming setting PERF_COUNT_HW_CACHE_LL is measure the lowest level cache, being L4 rather than L3, which explains why the value is much lower than expected.
If this is true then we could ifdef the test and lower the number on PPC or even lower it globally for all platforms.
The text was updated successfully, but these errors were encountered:
This line is currently failing on a powerpc (LE running RHEL) with a much lower value compared to the expectation:
highway/hwy/perf_counters_test.cc
Line 92 in fecd465
i.e
The
values
array looks like this:Since Power machines do have L4 cache I'm assuming setting
PERF_COUNT_HW_CACHE_LL
is measure the lowest level cache, being L4 rather than L3, which explains why the value is much lower than expected.If this is true then we could ifdef the test and lower the number on PPC or even lower it globally for all platforms.
The text was updated successfully, but these errors were encountered: