[llvm] [llvm-exegesis] Add Pfm Counters for SapphireRapids (PR #113847)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 09:05:45 PDT 2024
================
@@ -78,6 +80,10 @@ def SPRPort02_03_07_08_11 : ProcResGroup<[SPRPort02, SPRPort03, SPRPort07,
let BufferSize = 72;
}
+def SPRPortAny : ProcResGroup<[SPRPort00, SPRPort01, SPRPort02, SPRPort03,
----------------
boomanaiden154 wrote:
We get an assertion failure if we do not have a group that encompasses all the ports due to how they are layered currently.
https://github.com/llvm/llvm-project/pull/113847
More information about the llvm-commits
mailing list