Skip to content

Conversation

@steffenlarsen
Copy link
Contributor

DPC++ has a selection of extension address spaces with deprecated namings. This commit removes these old namings for the address spaces. Additionally, this PR adds a deprecation warning for sycl::access::address_space::constant_space as it is deprecated in SYCL2020.

DPC++ has a selection of extension address spaces with deprecated
namings. This commit removes these old namings for the address spaces.
Additionally, this PR adds a deprecation warning for
sycl::access::address_space::constant_space as it is deprecated in
SYCL2020.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner August 18, 2022 15:59
@steffenlarsen
Copy link
Contributor Author

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

2,
local_space = 3,
ext_intel_global_device_space = 4,
ext_intel_global_host_space = 5,
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it in any way related to the host-device that was removed in SYCL2020 ? If so, should we put a deprecation here as well?

Copy link
Contributor Author

@steffenlarsen steffenlarsen Aug 18, 2022

Choose a reason for hiding this comment

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

Seems like it maps to opencl_global_host according to the design document, so I don't think it has any relation to the host device.

@steffenlarsen
Copy link
Contributor Author

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

1 similar comment
@steffenlarsen
Copy link
Contributor Author

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

@steffenlarsen steffenlarsen merged commit 351b123 into intel:sycl Aug 24, 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