From e037f7a12243b4f47289d1ad4a16cc6f2b679c67 Mon Sep 17 00:00:00 2001 From: wmantly Date: Wed, 2 Sep 2026 21:01:06 +0000 Subject: [PATCH] tuning: add stable-fast profile for 24/7 FlashAttention inference --- tuning/cmp-tune.conf | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/tuning/cmp-tune.conf b/tuning/cmp-tune.conf index dca5858..801db64 100644 --- a/tuning/cmp-tune.conf +++ b/tuning/cmp-tune.conf @@ -1,13 +1,23 @@ # /etc/cmp-tune.conf - Profile-driven tuning for CMP 50HX / CMP 90HX -[efficient] -power_w = 170 -core_offset = 200 -mem_offset = 1000 +[stable-fast] +# Recommended for 24/7 continuous LLM FlashAttention load without Xid 13 errors +power_w = 210 +core_offset = 125 +mem_offset = 600 clock_max = 1950 +[efficient] +# Low heat, energy-efficient inference +power_w = 170 +core_offset = 150 +mem_offset = 600 +clock_max = 1850 + [insane] +# Max silicon benchmark profile (Not recommended for sustained multi-minute 100% prefill) power_w = 220 core_offset = 250 mem_offset = 1200 clock_max = 2050 +