Skip to content

Commit 83cb98f

Browse files
committed
Fix sphinx indentation warnings by adding explicit line breaks to address space hierarchy
1 parent 56593fa commit 83cb98f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3134,11 +3134,12 @@ distinguish USM (Unified Shared Memory) pointers that access global device
31343134
memory from those that access global host memory. These new address spaces are
31353135
a subset of the ``__global/opencl_global`` address space, the full address space
31363136
set model for OpenCL 2.0 with the extension looks as follows:
3137-
generic->global->host
3138-
->device
3139-
->private
3140-
->local
3141-
constant
3137+
3138+
| generic->global->host
3139+
| ->device
3140+
| ->private
3141+
| ->local
3142+
| constant
31423143

31433144
As ``global_device`` and ``global_host`` are a subset of
31443145
``__global/opencl_global`` address spaces it is allowed to convert

0 commit comments

Comments
 (0)