# HG changeset patch # Parent a5a81effcc83cc9363054b7b424328b4ec72aea6 gpu-compute: Changing the stat output from warp_execution to wavefront_execution diff --git a/src/gpu-compute/compute_unit.cc b/src/gpu-compute/compute_unit.cc --- a/src/gpu-compute/compute_unit.cc +++ b/src/gpu-compute/compute_unit.cc @@ -2155,8 +2155,8 @@ controlFlowDivergenceDist .init(1, wfSize(), 4) - .name(name() + ".warp_execution_dist") - .desc("number of lanes active per instruction (oval all instructions)") + .name(name() + ".wavefront_execution_dist") + .desc("number of lanes active per instruction (over all instructions)") ; activeLanesPerGMemInstrDist