Skip to content

Commit 5f17499

Browse files
gmlueckPennycook
andauthored
Apply suggestions from code review
Co-authored-by: John Pennycook <[email protected]>
1 parent a548105 commit 5f17499

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_device_image_backend_content.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ specification.*
5959
This extension adds a mechanism to obtain the raw backend content of the device
6060
images that are in a kernel bundle.
6161
The format of this content is implementation-defined, so applications that make
62-
use of this extension are normally not portable to other implementations of
62+
use of this extension are not expected to be portable to other implementations of
6363
SYCL.
6464

6565

@@ -122,7 +122,7 @@ _Constraints:_ Available only when `State` is `bundle_state::executable`.
122122

123123
_Returns:_ A copy of the raw backend content for this device image.
124124
The format of this data is implementation-defined.
125-
See below for a description of this format on {dpcpp}.
125+
See below for a description of the formats used by {dpcpp}.
126126

127127
'''
128128

@@ -142,6 +142,8 @@ _Constraints:_ Available only when `State` is `bundle_state::executable`.
142142
_Returns:_ A view of the raw backend content for this device image.
143143
The data behind this view has the same lifetime as the `kernel_bundle` that
144144
contains this `device_image`.
145+
The format of this data is implementation-defined.
146+
See below for a description of this format on {dpcpp}.
145147

146148
'''
147149

0 commit comments

Comments
 (0)