Skip to content

Commit fc9fbae

Browse files
author
Michael Kinsner
committed
Fix formatting in note
1 parent 05ef111 commit fc9fbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/DeviceGlobal/SYCL_INTEL_device_global.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ the SYCL 2020 specification.
433433

434434
[NOTE]
435435
====
436-
A pointer to the allocation within a `device_global` may not be obtained by the host program (can only be extracted in device functions because allocations are per device), so pointer arithmetic can therefore not be used in the host program to define `copy`/`memcpy' offsets into data. `startIndex` and `offset` arguments are provided in these interfaces to allow offsetting without pointer arithmetic.
436+
A pointer to the allocation within a `device_global` may not be obtained by the host program (can only be extracted in device functions because allocations are per device), so pointer arithmetic can therefore not be used in the host program to define `copy`/`memcpy` offsets into data. `startIndex` and `offset` arguments are provided in these interfaces to allow offsetting without pointer arithmetic.
437437
====
438438

439439
```c++

0 commit comments

Comments
 (0)