Skip to content

[SYCL][NFC] Remove default case in exhaustive switch #9198

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
merged 2 commits into from
Apr 25, 2023

Conversation

steffenlarsen
Copy link
Contributor

This commit removes the default case for the switch in convertBackend to avoid a compilation error due to the switch being exhaustive.

This commit removes the default case for the switch in convertBackend to
avoid a compilation error due to the switch being exhaustive.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner April 25, 2023 09:16
@steffenlarsen
Copy link
Contributor Author

Fixes post-commit -werror build failure after #9153.

@steffenlarsen steffenlarsen temporarily deployed to aws April 25, 2023 09:21 — with GitHub Actions Inactive
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen temporarily deployed to aws April 25, 2023 10:42 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws April 25, 2023 11:13 — with GitHub Actions Inactive
@steffenlarsen
Copy link
Contributor Author

CUDA Failed Tests (1):
SYCL :: Regression/same_unnamed_kernels.cpp - Reported in #9174.

@steffenlarsen steffenlarsen merged commit a1e38b5 into intel:sycl Apr 25, 2023
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