summaryrefslogtreecommitdiff
path: root/src/gpu-compute/qstruct.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/qstruct.hh')
-rw-r--r--src/gpu-compute/qstruct.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/qstruct.hh b/src/gpu-compute/qstruct.hh
index 092303c00..7bca757b8 100644
--- a/src/gpu-compute/qstruct.hh
+++ b/src/gpu-compute/qstruct.hh
@@ -100,7 +100,7 @@ struct WFContext
{
// 32 bit values
// barrier state
- int bar_cnt[VSZ];
+ std::vector<int> bar_cnt;
// id (which WF in the WG)
int cnt;