@@ -82,6 +82,47 @@ Version 3.0.0
82
82
possible with the new V2 XML export flag.
83
83
84
84
85
+ Version 2.11.0
86
+ --------------
87
+ * API
88
+ + Add HWLOC_MEMBIND_WEIGHTED_INTERLEAVE memory binding policy on
89
+ Linux 6.9+. Thanks to Honggyu Kim for the patch.
90
+ - weighted_interleave_membind is added to membind support bits.
91
+ - The "weighted" policy is added to the hwloc-bind tool.
92
+ + Add hwloc_obj_set_subtype(). Thanks to Hadrien Grasland for the report.
93
+ * GPU support
94
+ + Don't hide the GPU NUMA node on NVIDIA Grace Hopper.
95
+ + Get Intel GPU OpenCL device locality.
96
+ + Add bandwidths between subdevices in the LevelZero XeLinkBandwidth
97
+ matrix.
98
+ + Fix PCI Gen4+ link speed of NVIDIA GPU obtained from NVML,
99
+ thanks to Akram Sbaih for the report.
100
+ * Windows support
101
+ + Fix Windows support when UNICODE is enabled, several hwloc features
102
+ were missing, thanks to Martin for the report.
103
+ + Fix the enabling of CUDA in Windows CMake build,
104
+ Thanks to Moritz Kreutzer for the patch.
105
+ + Fix CUDA/OpenCL test source path in Windows CMake.
106
+ * Tools
107
+ + Option --best-memattr may now return multiple nodes. Additional
108
+ configuration flags may be given to tweak its behavior.
109
+ + hwloc-info has a new --get-attr option to get a single attribute.
110
+ + hwloc-info now supports "levels", "support" and "topology"
111
+ special keywords for backward compatibility for hwloc 3.0.
112
+ + The --taskset command-line option is superseded by the new
113
+ --cpuset-output-format which also allows to export as list.
114
+ + hwloc-calc may now import bitmasks described as a list of bits
115
+ with the new "--cpuset-input-format list".
116
+ * Misc
117
+ + The MemoryTiersNr info attribute in the root object now says how many
118
+ memory tiers were built. Thanks to Antoine Morvan for the report.
119
+ + Fix the management of infinite cpusets in the bitmap printf/sscanf
120
+ API as well as in command-line tools.
121
+ + Add section "Compiling software on top of hwloc's C API" in the
122
+ documentation with examples for GNU Make and CMake,
123
+ thanks to Florent Pruvost for the help.
124
+
125
+
85
126
Version 2.10.0
86
127
--------------
87
128
* Heterogeneous Memory core improvements
0 commit comments