Skip to content

Commit

Permalink
[SYCL][Doc] Fix minor typo in free function queries (intel#11990)
Browse files Browse the repository at this point in the history
Sentence in `sycl_ext_oneapi_free_function_queries` specification had an
extra "that".
  • Loading branch information
EwanC authored Nov 27, 2023
1 parent cdc2272 commit 88f1d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ existing interfaces is not feasible.
The `sycl::ext::oneapi::this_kernel` namespace contains functionality related
to the currently executing kernel.

It is the user's responsibility to ensure that that these functions are called
It is the user's responsibility to ensure that these functions are called
in a manner that is compatible with the kernel's launch parameters, as detailed
in the definition of each function. Calling these functions from an incompatible
kernel results in undefined behavior.
Expand Down

0 comments on commit 88f1d0a

Please sign in to comment.