gpu-compute: fix typo in GPUDispatcher
This commit is contained in:
parent
68127ca3da
commit
84f9747688
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue