Skip to content

Commit 1cdabef

Browse files
committed
Remove two more references to Param:: members
1 parent 36433dd commit 1cdabef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_launch_queries.asciidoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ _Constraints_: Available only when the types `+T...+` described by the parameter
137137
pack match the types defined in the table below.
138138

139139
_Preconditions_: `Param` must be one of the `info::kernel` descriptors defined
140-
in this extension, and the type alias `Param::return_type` must be defined in
141-
accordance with the table below.
140+
in this extension.
142141

143142
_Returns_: Information about the kernel that applies when the kernel is
144143
submitted with the configuration described by the parameter pack `+T...+`.
@@ -148,10 +147,6 @@ This extension adds several new queries to this interface, many of which
148147
already have equivalents in the `kernel_device_specific` or `device`
149148
namespaces.
150149

151-
NOTE: Redefining these queries is necessary to define `Param::argument_types`.
152-
If this extension is proposed for a future SYCL standard, such duplication
153-
could be avoided.
154-
155150
NOTE: These queries are queue- and not device-specific because it is
156151
anticipated that implementations will introduce finer-grained queue
157152
controls that impact the scheduling of kernels.

0 commit comments

Comments
 (0)