Skip to content

Commit

Permalink
address #758
Browse files Browse the repository at this point in the history
SPR UPI discovery table is broken on SPR MCC
resolves #758
  • Loading branch information
rdementi committed Jun 17, 2024
1 parent 816e2ee commit 3419280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cpucounters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8054,7 +8054,8 @@ void ServerUncorePMUs::initDirect(uint32 socket_, const PCM * pcm)
{
switch (cpu_model)
{
case PCM::SPR:
// don't use the discovery on SPR to work-around the issue
// mentioned in https://lore.kernel.org/lkml/20221129191023.936738-1-kan.liang@linux.intel.com/T/
case PCM::EMR:
{
std::cerr << "INFO: Trying to detect UPILL PMU through uncore PMU discovery..\n";
Expand Down

0 comments on commit 3419280

Please sign in to comment.