Skip to content

Commit

Permalink
Merge pull request #247 from intel/SPR-HBM-Update
Browse files Browse the repository at this point in the history
SPR-HBM Update
  • Loading branch information
1perrytaylor authored Nov 25, 2024
2 parents 859b91c + 325f8d2 commit cc34fe2
Show file tree
Hide file tree
Showing 4 changed files with 17,181 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SKL/metrics/perf/skylake_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@
},
{
"BriefDescription": "Average number of parallel data read requests to external memory",
"MetricExpr": "UNC_ARB_TRK_OCCUPANCY.DATA_READ / cpu@UNC_ARB_TRK_OCCUPANCY.DATA_READ\\,cmask\\=0x1@",
"MetricExpr": "UNC_ARB_TRK_OCCUPANCY.DATA_READ / UNC_ARB_TRK_OCCUPANCY.DATA_READ\\,cmask\\=0x1@",
"MetricGroup": "Mem;MemoryBW;SoC;System_Metric",
"MetricName": "tma_info_system_mem_parallel_reads",
"PublicDescription": "Average number of parallel data read requests to external memory. Accounts for demand loads and L1/L2 prefetches."
Expand Down
2 changes: 1 addition & 1 deletion SPR/metrics/perf/sapphirerapids_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,7 @@
},
{
"BriefDescription": "Cross-socket Ultra Path Interconnect (UPI) data transmit bandwidth for data only [MB / sec]",
"MetricExpr": "UNC_UPI_TXL_FLITS.ALL_DATA * 64 / 9 / 1000000",
"MetricExpr": "UNC_UPI_TxL_FLITS.ALL_DATA * 64 / 9 / 1000000",
"MetricGroup": "SoC;Server;MB/sec",
"MetricName": "tma_info_system_upi_data_transmit_bw"
},
Expand Down
Loading

0 comments on commit cc34fe2

Please sign in to comment.