Skip to content

[SYCL] target enumeration SYCL 2020 update: deprecate global_buffer #4588

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 7 commits into from
Sep 24, 2021

Conversation

cperkinsintel
Copy link
Contributor

@cperkinsintel cperkinsintel commented Sep 17, 2021

The SYCL 2020 spec deprecates four of the enumeration values and replaces them with two new ones. While mostly a fairly straightforward change, I realize this is beginning to touch a lot of code, which will make it difficult to review. So I'm breaking it into smaller chunks.
We've already added device::target in a previous PR. In this PR we are simply marking target::global_buffer as deprecated and updating its uses in the code base.

…ork required to realize full SYCL 2020 changes to target values.

Signed-off-by: Chris Perkins <chris.perkins@intel.com>
…opriate.

Signed-off-by: Chris Perkins <chris.perkins@intel.com>
Signed-off-by: Chris Perkins <chris.perkins@intel.com>
Signed-off-by: Chris Perkins <chris.perkins@intel.com>
Signed-off-by: Chris Perkins <chris.perkins@intel.com>
@cperkinsintel cperkinsintel changed the title [WIP] - SYCL target enumeration updated for SYCL 2020 [SYCL] target enumeration SYCL 2020 update: deprecate global_buffer Sep 23, 2021
Signed-off-by: Chris Perkins <chris.perkins@intel.com>
@cperkinsintel cperkinsintel marked this pull request as ready for review September 23, 2021 20:02
Copy link
Contributor

@kbobrovs kbobrovs left a comment

Choose a reason for hiding this comment

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

ESIMD tests part LGTM

Copy link
Contributor

@alexbatashev alexbatashev left a comment

Choose a reason for hiding this comment

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

lgtm

@romanovvlad romanovvlad merged commit 987427a into intel:sycl Sep 24, 2021
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.

4 participants