From 207625a016331f95eda558c1844c0b09363c6ec2 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Mon, 4 Dec 2023 18:42:25 -0800 Subject: [PATCH] Add MTL changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e5d608a1..d09e192c 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ on newer Linux kernels. # Recent new features: +* toplev not supports Meteor Lake systems. This adds a new genretlat.py tool to tune + the model for a workload. The basic file needs to be generated before first toplev use + using genretlat -o mtl-retlat.json ./workloads/BC1s (or suitable workload). toplev + has a new --ret-latency option to override the tuning file. ## TMA 4.7 release * toplev updated to TMA 4.7: * New --hbm-only for sprmax in HBM Only mode. toplev currently cannot auto detect this condition.