Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Hi, I wished to have N work-items in the write kernel, and call the single task kernel reading N times. I have found that with the static (defined) N, this seems to be faster. Stephen --- Quote End --- Hi, I actually am interested in doing so, too. You mean that with a static global size, it does work? How do you define a static global size at compile time? I thought we only can specify it in the call to enqueueNDRangeKernel().