diff options
Diffstat (limited to 'src/gpu-compute/dispatcher.hh')
-rw-r--r-- | src/gpu-compute/dispatcher.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu-compute/dispatcher.hh b/src/gpu-compute/dispatcher.hh index 76f932655..e984af494 100644 --- a/src/gpu-compute/dispatcher.hh +++ b/src/gpu-compute/dispatcher.hh @@ -157,6 +157,7 @@ class GpuDispatcher : public DmaDevice // helper functions to retrieve/set GPU attributes int getNumCUs(); + int wfSize() const; void setFuncargsSize(int funcargs_size); }; |