Skip to content

Update hwloc to add cache inclusiveness and cpu stepping in topology_…

Thomas Gruber requested to merge github/fork/gbfree/master into master

Created by: gbfree

…hwloc Modify toplogy_hwloc to get cache inclusiveness and cpu stepping from hwloc.

likwid was using cpuid calls instead of hwloc in topology_hwloc to get the cache inclusiveness and the cpu stepping. Their detection will be added in the next version of hwloc that will be released toward the end of the year. Until then this development version of hwloc can be used.

Merge request reports