Skip to content

Commit

Permalink
Merge pull request #244 from willowec/raptorlake-rapl
Browse files Browse the repository at this point in the history
rapl: Added RAPL component support for Intel RaptorLake.
  • Loading branch information
Treece-Burgess authored Dec 1, 2024
2 parents 7960307 + bf4f484 commit 9549297
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/rapl/linux-rapl.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ _rapl_init_component( int cidx )

case 42: /* SandyBridge */
case 58: /* IvyBridge */
case 183: /* RaptorLake-S/HX */
case 186: /* RaptorLake */
case 191: /* RaptorLake */
package_avail=1;
pp0_avail=1;
pp1_avail=1;
Expand Down

0 comments on commit 9549297

Please sign in to comment.