From 4e9b806d1245633e1b916209fc12e7e3b34c0722d6e3fa8a5958389fb802a500 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 Jan 2023 22:53:07 +0000 Subject: [PATCH] Accepting request 1044374 from home:dirkmueller:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/1044374 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=52 --- hwloc-2.8.0.tar.bz2 | 3 --- hwloc-2.9.0.tar.bz2 | 3 +++ hwloc.changes | 13 +++++++++++++ hwloc.spec | 5 +++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 hwloc-2.8.0.tar.bz2 create mode 100644 hwloc-2.9.0.tar.bz2 diff --git a/hwloc-2.8.0.tar.bz2 b/hwloc-2.8.0.tar.bz2 deleted file mode 100644 index 64d3674..0000000 --- a/hwloc-2.8.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:348a72fcd48c32a823ee1da149ae992203e7ad033549e64aed6ea6eeb01f42c1 -size 6896344 diff --git a/hwloc-2.9.0.tar.bz2 b/hwloc-2.9.0.tar.bz2 new file mode 100644 index 0000000..95c2aec --- /dev/null +++ b/hwloc-2.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2070e963596a2421b9af8eca43bdec113ee1107aaf7ccb475d4d3767a8856887 +size 6923168 diff --git a/hwloc.changes b/hwloc.changes index 3faecab..bc984ae 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Dec 23 07:53:35 UTC 2022 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Fri Jul 29 17:38:15 UTC 2022 - Callum Farmer diff --git a/hwloc.spec b/hwloc.spec index 81edc5f..4b9c252 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %if 0%{?suse_version} >= 1550 %bcond_without XNVCtrl %else @@ -22,13 +23,13 @@ %endif %global lname libhwloc15 Name: hwloc -Version: 2.8.0 +Version: 2.9.0 Release: 0 Summary: Portable Hardware Locality License: BSD-3-Clause Group: Productivity/Clustering/Computing URL: https://www.open-mpi.org/projects/hwloc/ -Source0: https://download.open-mpi.org/release/hwloc/v2.8/hwloc-%{version}.tar.bz2 +Source0: https://download.open-mpi.org/release/hwloc/v2.9/hwloc-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen