summaryrefslogtreecommitdiff
path: root/src/gpu-compute
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute')
-rw-r--r--src/gpu-compute/dispatcher.cc2
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();
}