summaryrefslogtreecommitdiff
path: root/src/gpu-compute/wavefront.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/wavefront.hh')
-rw-r--r--src/gpu-compute/wavefront.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu-compute/wavefront.hh b/src/gpu-compute/wavefront.hh
index 20007bd83..8caeda91e 100644
--- a/src/gpu-compute/wavefront.hh
+++ b/src/gpu-compute/wavefront.hh
@@ -194,7 +194,8 @@ class Wavefront : public SimObject
uint32_t gridSz[3];
uint32_t wgId;
uint32_t wgSz;
- uint32_t dynWaveId;
+ // wavefront id within a workgroup
+ uint32_t wfId;
uint32_t maxDynWaveId;
uint32_t dispatchId;
// outstanding global+local memory requests