File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
sycl/doc/extensions/proposed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ specification.*
5959This extension adds a mechanism to obtain the raw backend content of the device
6060images that are in a kernel bundle.
6161The 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
6363SYCL.
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.
124124The 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.
143143The data behind this view has the same lifetime as the `kernel_bundle` that
144144contains 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
You can’t perform that action at this time.
0 commit comments