Skip to content

Commit 06d3af0

Browse files
committed
Fix issue 294: incorrect ParentCategory for Serializing_Operation and AMX_Busy
Metrics Serializing_Operation and AMX_Busy have incorrect ParentCategory value: Ports_Utilized_0 This commit replace the parent to Core_Bound as specified in the TMA Excel file. Signed-off-by: Laksono Adhianto <[email protected]>
1 parent 0c0587b commit 06d3af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SPR/metrics/sapphirerapids_metrics.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7444,7 +7444,7 @@
74447444
{
74457445
"MetricName": "Serializing_Operation",
74467446
"LegacyName": "metric_TMA_....Serializing_Operation(%)",
7447-
"ParentCategory": "Ports_Utilized_0",
7447+
"ParentCategory": "Core_Bound",
74487448
"Level": 3,
74497449
"BriefDescription": "This metric represents fraction of cycles the CPU issue-pipeline was stalled due to serializing operations. Instructions like CPUID; WRMSR or LFENCE serialize the out-of-order execution which may limit performance.",
74507450
"UnitOfMeasure": "percent",
@@ -7689,7 +7689,7 @@
76897689
{
76907690
"MetricName": "AMX_Busy",
76917691
"LegacyName": "metric_TMA_....AMX_Busy(%)",
7692-
"ParentCategory": "Ports_Utilized_0",
7692+
"ParentCategory": "Core_Bound",
76937693
"Level": 3,
76947694
"BriefDescription": "This metric estimates fraction of cycles where the Advanced Matrix eXtensions (AMX) execution engine was busy with tile (arithmetic) operations",
76957695
"UnitOfMeasure": "percent",
@@ -14660,4 +14660,4 @@
1466014660
"LocateWith": ""
1466114661
}
1466214662
]
14663-
}
14663+
}

0 commit comments

Comments
 (0)