Quoting from
|
| `memory_scope_work_item` |
memory_scope_work_item can only be used with atomic_work_item_fence with flags set to CLK_IMAGE_MEM_FENCE.
Does that mean:
memory_scope_work_item can only be used with atomic_work_item_fence AND when it is used in this way the flags need to be set to CLK_IMAGE_MEM_FENCE or
- If you use
atomic_work_item_fence with memory_scope_work_item you must use the CLK_IMAGE_MEM_FENCE flag (no comment on any other APIs' usage of memory_scope_work_item)?
Quoting from
OpenCL-Docs/OpenCL_C.txt
Line 8115 in 154cb2b
Does that mean:
memory_scope_work_itemcan only be used withatomic_work_item_fenceAND when it is used in this way the flags need to be set toCLK_IMAGE_MEM_FENCEoratomic_work_item_fencewithmemory_scope_work_itemyou must use the CLK_IMAGE_MEM_FENCE flag (no comment on any other APIs' usage ofmemory_scope_work_item)?