Skip to content

[SYCL] Make device and platform default to default_selector_v #6624

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

steffenlarsen
Copy link
Contributor

SYCL2020 changes default constructors of device and platform to pick the objects associated with the device returned by default_selector_v rather than the host device. This commit changes these default constructors to adhere to this behaviour.

SYCL2020 changes default constructors of device and platform to pick
the objects associated with the device returned by default_selector_v
rather than the host device. This commit changes these default
constructors to adhere to this behaviour.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner August 22, 2022 21:47
@steffenlarsen
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1169

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1169

@steffenlarsen
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1169

1 similar comment
@steffenlarsen
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1169

@steffenlarsen
Copy link
Contributor Author

Verification passed on Linux. Failures in verification on Windows do not include any of the tests from intel/llvm-test-suite#1169 and the same tests fail in verification on other PRs (example: #6639)

@steffenlarsen steffenlarsen merged commit b32dd41 into intel:sycl Aug 25, 2022
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