Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8108,7 +8108,7 @@ The following table lists the enumeration constants:
| Memory Scope | Additional Notes
| `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`.
and in that case the flags must be set to `CLK_IMAGE_MEM_FENCE`.
<<unified-spec, Requires>> support for OpenCL C 2.0 or newer.
| `memory_scope_sub_group`
| <<unified-spec, Requires>> support for
Expand Down