nvc0: respect 80-chars for perf metrics descriptions
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
@@ -34,8 +34,8 @@ static const struct nvc0_hw_metric_cfg {
|
||||
_Q(ACHIEVED_OCCUPANCY,
|
||||
"metric-achieved_occupancy",
|
||||
PERCENTAGE,
|
||||
"Ratio of the average active warps per active cycle to the maximum number "
|
||||
"of warps supported on a multiprocessor"),
|
||||
"Ratio of the average active warps per active cycle to the maximum "
|
||||
"number of warps supported on a multiprocessor"),
|
||||
|
||||
_Q(BRANCH_EFFICIENCY,
|
||||
"metric-branch_efficiency",
|
||||
@@ -70,8 +70,8 @@ static const struct nvc0_hw_metric_cfg {
|
||||
_Q(ISSUE_SLOT_UTILIZATION,
|
||||
"metric-issue_slot_utilization",
|
||||
PERCENTAGE,
|
||||
"Percentage of issue slots that issued at least one instruction, averaged "
|
||||
"across all cycles"),
|
||||
"Percentage of issue slots that issued at least one instruction, "
|
||||
"averaged across all cycles"),
|
||||
|
||||
_Q(IPC,
|
||||
"metric-ipc",
|
||||
|
||||
Reference in New Issue
Block a user