diff options
Diffstat (limited to 'src/gpu-compute/dispatcher.hh')
-rw-r--r-- | src/gpu-compute/dispatcher.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpu-compute/dispatcher.hh b/src/gpu-compute/dispatcher.hh index e984af494..f5e89e8aa 100644 --- a/src/gpu-compute/dispatcher.hh +++ b/src/gpu-compute/dispatcher.hh @@ -159,6 +159,9 @@ class GpuDispatcher : public DmaDevice int getNumCUs(); int wfSize() const; void setFuncargsSize(int funcargs_size); + + /** Returns the size of the static hardware context of a wavefront */ + uint32_t getStaticContextSize() const; }; #endif // __GPU_DISPATCHER_HH__ |