- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone please direct me to a documentation source on the intel Ivy Bridge GPU?
Namely, I'm trying to figure out if BARRIER(CLK_GLOBAL_MEM_FENCE) will behave similarly to ADM or Nvidia devices. If there is an over-subscription of hardware threads will it draw a device deadlock with threads spinning on threads that cannot spawn reaching the barrier.
TY for your help.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If workitems within a workgroup follow the same path ( e.g. when your barrier is under if- clause), then no deadlock should occur by the best of my knowledge. All vendors follow the same OpenCL* pec so I suggest you rely on the specific description and recomendations from the OpenCL* standard as well.

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