We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad25bf commit d55fa65Copy full SHA for d55fa65
src/cpucounters.cpp
@@ -1901,6 +1901,7 @@ void PCM::initUncoreObjects()
1901
case ADL: // TGLClientBW works fine for ADL
1902
case RPL: // TGLClientBW works fine for RPL
1903
case MTL: // TGLClientBW works fine for MTL
1904
+ case LNL: // TGLClientBW works fine for LNL
1905
clientBW = std::make_shared<TGLClientBW>();
1906
break;
1907
/* Disabled since ADLClientBW requires 2x multiplier for BW on top
src/cpucounters.h
@@ -2732,6 +2732,7 @@ class PCM_API PCM
2732
|| cpu_model == ADL
2733
|| cpu_model == RPL
2734
|| cpu_model == MTL
2735
+ || cpu_model == LNL
2736
|| useSKLPath()
2737
;
2738
}
0 commit comments