Sync from SUSE:SLFO:Main hwloc revision 743ad5f88ea4d4671a156e0e949b1f19

This commit is contained in:
Adrian Schröter 2025-02-20 09:35:56 +01:00
parent 6f102fadc6
commit f328ae820f
4 changed files with 98 additions and 6 deletions

BIN
hwloc-2.11.2.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
hwloc-2.9.3.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,95 @@
-------------------------------------------------------------------
Thu Feb 13 16:25:01 UTC 2025 - Thomas Blume <thomas.blume@suse.com>
- update to 2.11.2 (jsc#PED-11875)
* Add missing CPU info attrs on aarch64 on Linux.
* Use ACPI CPPC on Linux to get better information about cpukinds,
at least on AMD CPUs.
* Fix crash when manipulating cpukinds after topology
duplication.
* Fix missing input target checks in memattr functions
* Fix a memory leak when ignoring NUMA distances on FreeBSD.
* Fix build failure on old Linux distributions without accessat().
* Fix non-Windows importing of XML topologies and CPUID dumps exported
on Windows.
* hwloc-calc --cpuset-output-format systemd-dbus-api now allows.
to generate AllowedCPUs information for systemd slices.
See the hwloc-calc manpage for examples.
* Some fixes in manpage EXAMPLES and split them into subsections.
* Fix bash completions
* API
+ Add HWLOC_MEMBIND_WEIGHTED_INTERLEAVE memory binding policy on
Linux 6.9+.
- weighted_interleave_membind is added to membind support bits.
- The "weighted" policy is added to the hwloc-bind tool.
+ Add hwloc_obj_set_subtype().
* GPU support
+ Don't hide the GPU NUMA node on NVIDIA Grace Hopper.
+ Get Intel GPU OpenCL device locality.
+ Add bandwidths between subdevices in the LevelZero XeLinkBandwidth
matrix.
+ Fix PCI Gen4+ link speed of NVIDIA GPU obtained from NVML.
* Tools
+ Option --best-memattr may now return multiple nodes. Additional
configuration flags may be given to tweak its behavior.
+ hwloc-info has a new --get-attr option to get a single attribute.
+ hwloc-info now supports "levels", "support" and "topology"
special keywords for backward compatibility for hwloc 3.0.
+ The --taskset command-line option is superseded by the new
--cpuset-output-format which also allows to export as list.
+ hwloc-calc may now import bitmasks described as a list of bits
with the new "--cpuset-input-format list".
* Misc
+ The MemoryTiersNr info attribute in the root object now says how many
memory tiers were built.
+ Fix the management of infinite cpusets in the bitmap printf/sscanf
API as well as in command-line tools.
+ Add section "Compiling software on top of hwloc's C API" in the
documentation with examples for GNU Make and CMake.
- 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
prefix to object indexes, e.g. Core:2 instead of 2 in the
output of -I.
+ hwloc-info --ancestor and --descendants now accepts kinds
of objects instead of single types.
- The new --first option only shows the first matching
object.
+ Add --children-of-pid to hwloc-ps to show a hierarchy of
processes.
+ Add --misc-from to lstopo to add Misc objects described
in a file.
- To be combined with the new hwloc-ps --lstopo-misc for
a customizable lstopo --top replacement.
-------------------------------------------------------------------
Wed Oct 18 11:26:32 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -29,12 +29,12 @@
%global lname libhwloc15
Name: hwloc
Version: 2.9.3
Version: 2.11.2
Release: 0
Summary: Portable Hardware Locality
License: BSD-3-Clause
URL: https://www.open-mpi.org/projects/hwloc/
Source0: https://download.open-mpi.org/release/hwloc/v2.9/hwloc-%{version}.tar.bz2
Source0: https://download.open-mpi.org/release/hwloc/v2.11/hwloc-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: doxygen
@ -62,7 +62,7 @@ Requires: %{lname} = %{version}-%{release}
Requires: perl-JSON
Requires: perl-base >= 5.18.2
Requires(post): desktop-file-utils
Requires(postun):desktop-file-utils
Requires(postun): desktop-file-utils
%{?systemd_ordering}
%description