Skip to content

DPC++ daily 2022-08-24

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 24 Aug 16:23
· 128966 commits to sycl since this release
351b123
[SYCL] Remove and deprecate address spaces (#6606)

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>