Skip to content

Commit d55fa65

Browse files
committed
support free-running BW counters on LNL
Change-Id: Ieef26942c585e61ba16048dfe1c7b0752dcc6c26
1 parent 0ad25bf commit d55fa65

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/cpucounters.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,7 @@ void PCM::initUncoreObjects()
19011901
case ADL: // TGLClientBW works fine for ADL
19021902
case RPL: // TGLClientBW works fine for RPL
19031903
case MTL: // TGLClientBW works fine for MTL
1904+
case LNL: // TGLClientBW works fine for LNL
19041905
clientBW = std::make_shared<TGLClientBW>();
19051906
break;
19061907
/* Disabled since ADLClientBW requires 2x multiplier for BW on top

src/cpucounters.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,6 +2732,7 @@ class PCM_API PCM
27322732
|| cpu_model == ADL
27332733
|| cpu_model == RPL
27342734
|| cpu_model == MTL
2735+
|| cpu_model == LNL
27352736
|| useSKLPath()
27362737
;
27372738
}

0 commit comments

Comments
 (0)