Skip to content

[SYCL] Add replacement API in sycl::stream class #8196

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 1 commit into from
Feb 6, 2023

Conversation

steffenlarsen
Copy link
Contributor

SYCL 2020 deprecates the get_size() and get_max_statement_size() member functions in the stream class, adding replacements as size() and get_work_item_buffer_size(). The new functions have the same behavior as the deprecated ones.

SYCL 2020 deprecates the get_size() and get_max_statement_size() member
functions in the stream class, adding replacements as size() and
get_work_item_buffer_size(). The new functions have the same behavior as
the deprecated ones.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen requested a review from a team as a code owner February 3, 2023 13:21
@steffenlarsen
Copy link
Contributor Author

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

@steffenlarsen steffenlarsen temporarily deployed to aws February 3, 2023 13:46 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws February 3, 2023 14:17 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws February 6, 2023 17:58 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws February 6, 2023 18:59 — with GitHub Actions Inactive
@bader bader merged commit aab0ba7 into intel:sycl Feb 6, 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.

3 participants