↧
How should I view global and local work sizes
I've been using OpenCL for a little while now for hobby purposes. I was wondering if someone could explain how i should view global and local work spaces. I've been playing around with it for a bit but...
View ArticleHow global and local work sizes are distributed in this function?
This is from a sample program for OpenCL programming. I am confused about how global and local work size are computed. They are computed based on the image size.Image size is 1920 x 1080 (w x h).What I...
View Article