diff options
Diffstat (limited to 'src/gpu-compute/wavefront.hh')
-rw-r--r-- | src/gpu-compute/wavefront.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpu-compute/wavefront.hh b/src/gpu-compute/wavefront.hh index db2e434a9..4fe66ecfe 100644 --- a/src/gpu-compute/wavefront.hh +++ b/src/gpu-compute/wavefront.hh @@ -354,6 +354,12 @@ class Wavefront : public SimObject void discardFetch(); + /** + * Returns the size of the static hardware context of a particular wavefront + * This should be updated everytime the context is changed + */ + uint32_t getStaticContextSize() const; + private: /** * Stack containing Control Flow Graph nodes (i.e., kernel instructions) |