Describe the bug
Currently we have 3 deprecated issues that have been deprecated in favor of core spec / khr extensions.
We need to:
- deprecate the API (although I assume that it's deprecated already, but need to double-check and deprecate the leftover if any).
- guard all deprecated stuff with
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES to remove in the next ABI-break window.
- Need to move the specs to https://github.com/intel/llvm/tree/sycl/sycl/doc/extensions/removed and:
3.1. Add "removed" section to each spec.
3.2. Update the readme - add each spec to the table with a note why it has been removed.
Note - I suggest to remove each spec in a separate PR to avoid huge patches.
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- Indicate what is wrong and what was expected
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version]
- Dependencies version: [e.g. the output of
sycl-ls --verbose]
Additional context
No response
Describe the bug
Currently we have 3 deprecated issues that have been deprecated in favor of core spec / khr extensions.
We need to:
#ifndef __INTEL_PREVIEW_BREAKING_CHANGESto remove in the next ABI-break window.3.1. Add "removed" section to each spec.
3.2. Update the readme - add each spec to the table with a note why it has been removed.
Note - I suggest to remove each spec in a separate PR to avoid huge patches.
To reproduce
Environment
clang++ --version]sycl-ls --verbose]Additional context
No response