Skip to content

[SYCL] Use sycl::exception instead of sycl::runtime_error #10217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

AlexeySachkov
Copy link
Contributor

sycl::runtime_error is deprecated in SYCL 2020. Therefore, removing its uses (at least some) from our RT headers.

This PR does not cover:

  • some of our extensions, like fixed_size_group or matrix
  • detail/common.hpp, because it depends on RT library update
  • RT library (i.e. source/ dir)

@AlexeySachkov AlexeySachkov temporarily deployed to aws July 5, 2023 15:48 — with GitHub Actions Inactive
@AlexeySachkov AlexeySachkov temporarily deployed to aws July 5, 2023 16:51 — with GitHub Actions Inactive
@AlexeySachkov AlexeySachkov temporarily deployed to aws July 6, 2023 08:55 — with GitHub Actions Inactive
@AlexeySachkov AlexeySachkov temporarily deployed to aws July 6, 2023 10:16 — with GitHub Actions Inactive
@AlexeySachkov AlexeySachkov marked this pull request as ready for review July 6, 2023 11:12
@AlexeySachkov AlexeySachkov requested a review from a team as a code owner July 6, 2023 11:12
@AlexeySachkov AlexeySachkov requested a review from bso-intel July 6, 2023 11:12
@AlexeySachkov AlexeySachkov merged commit 23a836f into intel:sycl Jul 6, 2023
Chenyang-L pushed a commit that referenced this pull request Jul 10, 2023
`sycl::runtime_error` is deprecated in SYCL 2020. Therefore, removing
its uses (at least some) from our RT headers.

This PR **does not** cover:
- some of our extensions, like `fixed_size_group` or `matrix`
- `detail/common.hpp`, because it depends on RT library update
- RT library (i.e. `source/` dir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants