- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In OpenCL platform model, there are terms like OpenCL Device, Compute Unit and Processing Element. For CPU the a Compute Unit is a CPU Hyper Thread and for HD Graphics Compute Unit is mapping to Execute Unit. So to what does Processing Element is mapping on CPU and HD Graphics? And on what does an OpenCL thread (work item) run on CPU and GPU?
Thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
An OpenCL workgroup executes on a single compute unit. On HD graphics a workgroup is executed on multiple EU threads. So you can safely assume PEs map to the SIMD channels.
Thanks,
Raghu

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page