diff options
author | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-09-16 14:47:19 -0400 |
---|---|---|
committer | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-09-16 14:47:19 -0400 |
commit | 84f97476880fdce51f50a43f68398610354a4a4a (patch) | |
tree | 74f0addffd5c7213154845e80231d11403c70088 /src | |
parent | 68127ca3da543db0c2f3d131d2b3f3525a35ec50 (diff) | |
download | gem5-84f97476880fdce51f50a43f68398610354a4a4a.tar.xz |
gpu-compute: fix typo in GPUDispatcher
Diffstat (limited to 'src')
-rw-r--r-- | src/gpu-compute/dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/dispatcher.cc b/src/gpu-compute/dispatcher.cc index 79eb46bbf..2ce96ec34 100644 --- a/src/gpu-compute/dispatcher.cc +++ b/src/gpu-compute/dispatcher.cc @@ -400,7 +400,7 @@ GpuDispatcher::setFuncargsSize(int funcargs_size) } uint32_t -GPUDispatcher::getStaticContextSize() const +GpuDispatcher::getStaticContextSize() const { return shader->cuList[0]->wfList[0][0]->getStaticContextSize(); } |