Skip to content

Commit

Permalink
Merge pull request #89 from kliang2/main
Browse files Browse the repository at this point in the history
Add Default metric group for GRT
  • Loading branch information
captain5050 authored Jun 22, 2023
2 parents 8758ccb + ef6d2f0 commit 4553745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_perf_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def is_topdown_row(key: str) -> bool:
mgroups.append(group)
if group not in self.metricgroups:
self.metricgroups[group] = f'Metrics for top-down breakdown at level {level}'
tma_perf_metric_l1_performance_cores = ['ICL', 'ICX', 'RKL', 'TGL', 'ADL/RPL', 'SPR']
tma_perf_metric_l1_performance_cores = ['ICL', 'ICX', 'RKL', 'TGL', 'ADL/RPL', 'GRT', 'SPR']
if level == 1 and tma_cpu in tma_perf_metric_l1_performance_cores:
mgroups.append('Default')
tma_perf_metric_l2_performance_cores = ['SPR']
Expand Down

0 comments on commit 4553745

Please sign in to comment.