summaryrefslogtreecommitdiff
path: root/src/gpu-compute/ndrange.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/ndrange.hh')
-rw-r--r--src/gpu-compute/ndrange.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/ndrange.hh b/src/gpu-compute/ndrange.hh
index d1ad35d4b..db6dc455f 100644
--- a/src/gpu-compute/ndrange.hh
+++ b/src/gpu-compute/ndrange.hh
@@ -64,7 +64,7 @@ struct NDRange
volatile bool *addrToNotify;
volatile uint32_t *numDispLeft;
int dispatchId;
- int curTid; // Current thread id
+ int curCid; // Current context id
};
#endif // __NDRANGE_HH__