-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Fix no exception thrown for `info::device::preferred_interop_u…
…ser_sync` and `info::device::profile` when the backend is not OpenCL (#16171) According to the SYCL 2020 specification, these two info descriptors are supposed to throw an exception when the backend is not OpenCL `info::device::preferred_interop_user_sync` `info::device::profile` https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#_device_information_descriptors
- Loading branch information
1 parent
bbcf65c
commit 6549b7b
Showing
2 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters