Skip to content

Commit

Permalink
support free-running BW counters on LNL
Browse files Browse the repository at this point in the history
Change-Id: Ieef26942c585e61ba16048dfe1c7b0752dcc6c26
  • Loading branch information
rdementi committed Sep 16, 2024
1 parent 0ad25bf commit d55fa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cpucounters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<TGLClientBW>();
break;
/* Disabled since ADLClientBW requires 2x multiplier for BW on top
Expand Down
1 change: 1 addition & 0 deletions src/cpucounters.h
Original file line number Diff line number Diff line change
Expand Up @@ -2732,6 +2732,7 @@ class PCM_API PCM
|| cpu_model == ADL
|| cpu_model == RPL
|| cpu_model == MTL
|| cpu_model == LNL
|| useSKLPath()
;
}
Expand Down

0 comments on commit d55fa65

Please sign in to comment.