workgroups for python
This commit is contained in:
parent
6501c598df
commit
32f5bb8e69
3 changed files with 91 additions and 14 deletions
|
|
@ -25,7 +25,7 @@ OpAlgoBase::OpAlgoBase(std::shared_ptr<vk::PhysicalDevice> physicalDevice,
|
|||
// If at least the x value is provided we use mainly the parameters
|
||||
// provided
|
||||
this->mKomputeWorkgroup = {
|
||||
0,
|
||||
komputeWorkgroup.x,
|
||||
komputeWorkgroup.y > 0 ? komputeWorkgroup.y : 1,
|
||||
komputeWorkgroup.z > 0 ? komputeWorkgroup.z : 1
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue