File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Copyright © 2009 CNRS
2
- Copyright © 2009-2016 Inria. All rights reserved.
2
+ Copyright © 2009-2017 Inria. All rights reserved.
3
3
Copyright © 2009-2013 Université Bordeaux
4
4
Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
5
5
@@ -127,6 +127,23 @@ Version 2.0.0
127
127
+ Remove the dependency on libnuma on Linux.
128
128
129
129
130
+ Version 1.11.6
131
+ --------------
132
+ * Make the Linux discovery about twice faster, especially on the CPU side,
133
+ by trying to avoid sysfs file accesses as much as possible.
134
+ * Add support for AMD Family 17h processors (Zen) SMT cores in the Linux
135
+ and x86 backends.
136
+ * Add the HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES flag (and the
137
+ HWLOC_THISSYSTEM_ALLOWED_RESOURCES environment variable) for reading the
138
+ set of allowed resources from the local operating system even if the
139
+ topology was loaded from XML or synthetic.
140
+ * Fix hwloc_bitmap_set/clr_range() for infinite ranges that do not
141
+ overlap currently defined ranges in the bitmap.
142
+ * Don't reset the lstopo zoom scale when moving the X11 window.
143
+ * lstopo now has --flags for manually setting topology flags.
144
+ * hwloc_get_depth_type() returns HWLOC_TYPE_DEPTH_UNKNOWN for Misc objects.
145
+
146
+
130
147
Version 1.11.5
131
148
--------------
132
149
* Add support for Knights Mill Xeon Phi, thanks to Piotr Luc for the patch.
You can’t perform that action at this time.
0 commit comments