From 88f1d0a2b64e2c61d208d4dcebf9b512f49f4860 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Mon, 27 Nov 2023 14:53:28 +0000 Subject: [PATCH] [SYCL][Doc] Fix minor typo in free function queries (#11990) Sentence in `sycl_ext_oneapi_free_function_queries` specification had an extra "that". --- .../proposed/sycl_ext_oneapi_free_function_queries.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/doc/extensions/proposed/sycl_ext_oneapi_free_function_queries.asciidoc b/sycl/doc/extensions/proposed/sycl_ext_oneapi_free_function_queries.asciidoc index 58fb79f81d72c..5c475a288002c 100644 --- a/sycl/doc/extensions/proposed/sycl_ext_oneapi_free_function_queries.asciidoc +++ b/sycl/doc/extensions/proposed/sycl_ext_oneapi_free_function_queries.asciidoc @@ -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.