We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56593fa commit 83cb98fCopy full SHA for 83cb98f
clang/include/clang/Basic/AttrDocs.td
@@ -3134,11 +3134,12 @@ distinguish USM (Unified Shared Memory) pointers that access global device
3134
memory from those that access global host memory. These new address spaces are
3135
a subset of the ``__global/opencl_global`` address space, the full address space
3136
set model for OpenCL 2.0 with the extension looks as follows:
3137
- generic->global->host
3138
- ->device
3139
- ->private
3140
- ->local
3141
- constant
+
+ | generic->global->host
+ | ->device
+ | ->private
+ | ->local
3142
+ | constant
3143
3144
As ``global_device`` and ``global_host`` are a subset of
3145
``__global/opencl_global`` address spaces it is allowed to convert
0 commit comments