Skip to content

Commit f9570bb

Browse files
committed
Clarify Param::argument_types
1 parent 652cc22 commit f9570bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_launch_queries.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ template <typename Param, typename... T>
134134
typename Param::return_type ext_oneapi_get_info(T... args) const;
135135
----
136136
_Constraints_: Available only when the types `+T...+` described by the parameter
137-
pack match the type list defined by `Param::argument_types`.
137+
pack match the type list defined by `Param::argument_types`, which must be
138+
defined in accordance with the table below. The representation of
139+
`Param::argument_types` is unspecified.
138140

139141
_Preconditions_: `Param` must be one of the `info::kernel` descriptors defined
140142
in this extension, and the type alias `Param::return_type` must be defined in

0 commit comments

Comments
 (0)