Forum Discussion
Altera_Forum
Honored Contributor
8 years agoDo you mean since kernel cannot support such big work size, I should split it into several sub-kernels?
This makes sense to me, but I will need to change my kernel code a lot. :( --- Quote Start --- You need to break up your data into smaller workgroups within the total NDRange. Use required or max workgroup size attributes and launch the kernel appropriately to support the workgroup size you've selected. See the best practices guide for info on setting a workgroup size. --- Quote End ---