Revisions of hwloc

buildservice-autocommit accepted request 1139240 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 71)
baserev update by copy to link target
Thomas Blume's avatar Thomas Blume (tsaupe) accepted request 1135372 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 70)
- update to 2.10.0:
  Heterogeneous Memory core improvements
  + Better heuristics to identify the subtype of memory such
    as HBM, DRAM, NVM, CXL-DRAM, etc.
  + Build memory tiers, i.e. sets of NUMA nodes with the same
    subtype and similar performance.
    - NUMA node tier ranks are exposed in the new MemoryTier
    info attribute (starts from 0 for highest bandwidth tier).
  + Add hwloc_topology_free_group_object() to discard a Group
    created by hwloc_topology_alloc_group_object().
  + Fix cpukinds on NVIDIA Grace to report identical cores
    even if they actually have very small frequency differences.
  + Add CXLDevice attributes to CXL DAX objects and NUMA
    nodes to show which PCI device implements which window.
  + Ignore buggy memory-side caches and memory attributes
    when fake NUMA emulation is enabled on the Linux kernel
    command-line.
  + Add more info attributes in MemoryModule Misc objects,
  + Get CPUModel and CPUFamily info attributes on LoongArch
    platforms.
  + Add support for new AMD CPUID leaf 0x80000026 for better
    detection of Core Complex and Die on Zen4 processors.
  + Improve Zhaoxin CPU topology detection.
  + Input locations and many command-line options (e.g.
    hwloc-calc -I -N -H, lstopo --only) now accept filters such as
    "NUMA[HBM]" so that only objects are that type and subtype are
    considered.
  - NUMA[tier=1] is also accepted for selecting NUMA nodes
    depending on their MemoryTier info attribute.
  + Add --object-output to hwloc-calc to report the type as a
buildservice-autocommit accepted request 1118856 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 69)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1118570 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 68)
- Update to version 2.9.3:
  * Handle Linux glibc allocation errors in binding routines (CVE-2022-47022).
  * Fix hwloc-calc when searching objects on heterogeneous memory platforms,
  * Fix hwloc_get_next_child() when there are some memory-side caches.
  * Don't crash if the topology is empty because Linux cgroups are wrong.
  * Improve some hwloc-bind warnings in case of command-line parsing errors.
  * Many documentation improvements all over the place, including:
    + hwloc_topology_restrict() and hwloc_topology_insert_group() may reorder
      children, causing the logical indexes of objects to change.

  * Documentation improvements
buildservice-autocommit accepted request 1101307 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 67)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1098924 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
- update to 2.9.2:
  * Don't forget L3i when defining filters for multiple levels of
    caches with hwloc_topology_set_cache/icache_types_filter().
  * Fix object total_memory after hwloc_topology_insert_group_object().
  * Fix the (non-yet) exporting in synthetic description for
    complex memory hierarchies with memory-side caches, etc.
  * Fix some default size attributes when building synthetic
    topologies.
  * Fix size units in hwloc-annotate.
  * Improve bitmap reallocation error management in many functions.
  * Documentation improvements
buildservice-autocommit accepted request 1096014 from Adam Majer's avatar Adam Majer (adamm) (revision 65)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) accepted request 1094228 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 64)
- update to 2.9.1:
  * Fix a failed assertion in hwloc_topology_restrict() when some
    NUMA nodes are removed because of
    HWLOC_RESTRICT_FLAG_REMOVE_CPULESS but no PUs are.
  * Mark HPE Cray Slingshot NICs with subtype "Slingshot".
buildservice-autocommit accepted request 1095754 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 63)
baserev update by copy to link target
Thomas Blume's avatar Thomas Blume (tsaupe) accepted request 1095751 from Egbert Eich's avatar Egbert Eich (eeich) (revision 62)
- Readd libXNVCtrl support as an optional plugin.
- Add OpenCL support as an optional plugin.
- Ship GUI tool in a separate package. This avoids installing
  undesirable X11 dependencies.
buildservice-autocommit accepted request 1090899 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 61)
baserev update by copy to link target
Thomas Blume's avatar Thomas Blume (tsaupe) accepted request 1090898 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 60)
remove header files for feature we don't ship (jsc#PED-4156)
Thomas Blume's avatar Thomas Blume (tsaupe) accepted request 1090862 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 59)
- remove header files for feature we don't ship (jsc#PED-4156)

resubmit of:
https://build.opensuse.org/request/show/1087436
reasoning see there
buildservice-autocommit accepted request 1089567 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 58)
baserev update by copy to link target
Adam Majer's avatar Adam Majer (adamm) committed (revision 57)
Revert last change with consulation with submitter
Adam Majer's avatar Adam Majer (adamm) accepted request 1087175 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 56)
resync devel repo with latest maintenance update (jsc#PED-4156)
buildservice-autocommit accepted request 1061309 from Thomas Blume's avatar Thomas Blume (tsaupe) (revision 55)
baserev update by copy to link target
Thomas Blume's avatar Thomas Blume (tsaupe) accepted request 1061242 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 54)
- Remove libXNVCtrl support as it brings too many X dependencies
  (bsc#1207545)
buildservice-autocommit accepted request 1060060 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 53)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1044374 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 52)
- update to 2.9.0:
  + Expose the memory size of CXL memory devices (Type 3) on Linux.
  + The LevelZero backend now reports the "XeLinkBandwidth" distance
    matrix between L0 devices (and subdevices) when available.
  + Add support for CUDA compute capability up to 9.0.
  + lstopo now switches to console mode when its output is redirected.
    Graphical window mode may be forced back with --of window.
  + hwloc-calc now accepts "numa" in -H, and I/O subtypes such as "gpu"
    in -I and -N.
Displaying revisions 1 - 20 of 71
openSUSE Build Service is sponsored by