Skip to content

Commit

Permalink
add additional TGL model
Browse files Browse the repository at this point in the history
Change-Id: If9be91c5a10653dc00c92bb841621d01be8d1b8a
  • Loading branch information
rdementi committed Jan 29, 2021
1 parent e01eec4 commit 290d887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpucounters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2092,6 +2092,7 @@ bool PCM::checkModel()
if (cpu_model == BROADWELL_XEON_E3) cpu_model = BROADWELL;
if (cpu_model == CML_1) cpu_model = CML;
if (cpu_model == ICL_1) cpu_model = ICL;
if (cpu_model == TGL_1) cpu_model = TGL;

if(!isCPUModelSupported((int)cpu_model))
{
Expand Down
1 change: 1 addition & 0 deletions cpucounters.h
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@ class PCM_API PCM
ICL = 126,
ICL_1 = 125,
TGL = 140,
TGL_1 = 141,
BDX = 79,
KNL = 87,
SKL = 94,
Expand Down

0 comments on commit 290d887

Please sign in to comment.