summaryrefslogtreecommitdiff
path: root/src/gpu-compute/wavefront.hh
diff options
context:
space:
mode:
authorAlexandru Dutu <alexandru.dutu@amd.com>2016-09-16 12:31:46 -0400
committerAlexandru Dutu <alexandru.dutu@amd.com>2016-09-16 12:31:46 -0400
commite9b14d51113def040893d711cc0d5a37cf5235ae (patch)
tree0d52a5d6ac5f804f79f59103e66b95dfd697a237 /src/gpu-compute/wavefront.hh
parent498d0e63e587f7e852483a192ecd37e7af57f8d7 (diff)
downloadgem5-e9b14d51113def040893d711cc0d5a37cf5235ae.tar.xz
gpu-compute: Refactoring Wavefront::dynWaveId
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