Login
From:
Johannes Rudolph's Blog
(Uncensored)
subscribe
OpenCL Work Item Ids: Global/Group/Local | Johannes Rudolph's Blog
https://jorudolph.wordpress.com/2012/02/03/opencl-work-item-ids-globalgrouplocal/
links
backlinks
Tagged with:
opencl
Roast topics
Find topics
Find it!
This post is my notepad while figuring out how OpenCL handles assigning work item ids. Important links: The basics: A Kernel is invoked once for each work item. Each work item has private memory. W…