diff --git a/src/cpucounters.cpp b/src/cpucounters.cpp index b2f0bf35..dbf902cf 100644 --- a/src/cpucounters.cpp +++ b/src/cpucounters.cpp @@ -1901,6 +1901,7 @@ void PCM::initUncoreObjects() case ADL: // TGLClientBW works fine for ADL case RPL: // TGLClientBW works fine for RPL case MTL: // TGLClientBW works fine for MTL + case LNL: // TGLClientBW works fine for LNL clientBW = std::make_shared(); break; /* Disabled since ADLClientBW requires 2x multiplier for BW on top diff --git a/src/cpucounters.h b/src/cpucounters.h index 2f3aef3c..e3d3e82d 100644 --- a/src/cpucounters.h +++ b/src/cpucounters.h @@ -2732,6 +2732,7 @@ class PCM_API PCM || cpu_model == ADL || cpu_model == RPL || cpu_model == MTL + || cpu_model == LNL || useSKLPath() ; }