We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff08df commit e330a68Copy full SHA for e330a68
CHANGELOG
@@ -1,3 +1,8 @@
1
+# Changelog 5.5.1
2
+- Fixes for AMD RAPL units
3
+- Fixes for AMD Zen4/4c/5/5c memory controllers
4
+- Updated help text formats
5
+
6
# Changelog 5.5.0
7
- Add support for AMD Zen5
8
- Change hashtable to cwisstable
config.mk
@@ -146,9 +146,9 @@ TOPO_FILE_PATH = /etc/likwid_topo.cfg
146
# The libraries are named liblikwid.<VERSION>.<RELEASE>
147
VERSION = 5
148
RELEASE = 5
149
-MINOR = 0
+MINOR = 1
150
# Date when the release is published
151
-DATE = 14.11.2025
+DATE = 12.12.2025
152
153
# In come cases it is important to set the rpaths for the LIKWID library. One
154
# example is the use of sudo because it resets environment variables like
0 commit comments