Skip to content
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

[SYCL][NFC] Modernize use of accessor in stream #10221

Conversation

AlexeySachkov
Copy link
Contributor

global_buffer target is deprecated in SYCL 2020 in favor of device.
isPlaceholder template argument defaults to false and ignored in SYCL 2020.

`global_buffer` target is deprecated in SYCL 2020 in favor of `device`.
`isPlaceholder` template argument defaults to `false` and ignored in
SYCL 2020.
@AlexeySachkov AlexeySachkov requested a review from a team as a code owner July 5, 2023 15:15
@AlexeySachkov AlexeySachkov temporarily deployed to aws July 5, 2023 16:24 — with GitHub Actions Inactive
@AlexeySachkov AlexeySachkov temporarily deployed to aws July 5, 2023 17:51 — with GitHub Actions Inactive
Copy link
Contributor

@KseniyaTikhomirova KseniyaTikhomirova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlexeySachkov AlexeySachkov merged commit a1752a7 into intel:sycl Jul 11, 2023
@AlexeySachkov AlexeySachkov deleted the private/asachkov/modernize-use-of-accessor-in-stream branch May 22, 2024 09:46
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