diff options
Diffstat (limited to 'src/gpu-compute/qstruct.hh')
-rw-r--r-- | src/gpu-compute/qstruct.hh | 2 |
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; |