From c3cb4551fc98f74a67988d852435191311f54efc Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Fri, 17 Oct 2025 01:11:57 -0700 Subject: [PATCH] [SYCL][Docs] Remove exception from asynchronous throw This commit removes the requirement that devices need to have `aspect::ext_oneapi_device_wait` when calling the `device::ext_oneapi_throw_asynchronous()` function. Signed-off-by: Larsen, Steffen --- .../extensions/proposed/sycl_ext_oneapi_device_wait.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/doc/extensions/proposed/sycl_ext_oneapi_device_wait.asciidoc b/sycl/doc/extensions/proposed/sycl_ext_oneapi_device_wait.asciidoc index 251ddfca0e912..7dc2dd173e21d 100644 --- a/sycl/doc/extensions/proposed/sycl_ext_oneapi_device_wait.asciidoc +++ b/sycl/doc/extensions/proposed/sycl_ext_oneapi_device_wait.asciidoc @@ -171,9 +171,6 @@ produced by any queue (or its associated context) on this device. If so, they are passed to the appropriate async_handler as described in section 4.13.1.3 "Priorities of async handlers" of the core SYCL specification. -_Throws:_ A synchronous `exception` with the `errc::feature_not_supported` -error code if the device does not have `aspect::ext_oneapi_device_wait`. - '''