Skip to content

New ID of interop and dropped proposal description #99

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
Sep 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Each proposal in the table below will be tagged with one of the following states
* _Final Draft_ : The proposal is a draft submitted to the relevant standards body, and only minor changes are expected.
* _Published_ : The proposal is finished and no more work is expected.
* _Accepted_, _Accepted with changes_ or _Partially accepted_ : Accepted on the standard version indicated as target. Refer to that standard document from now on for the latest status of the feature.
* _Dropped_ : The proposal has been dropped in some stage, either replaced by other proposal or because
it was no longer of interest. No further updates are expected on the proposal text, and may be eliminated
from this registry in the future.

## Current list of proposals and status

Expand All @@ -57,4 +60,5 @@ Each proposal in the table below will be tagged with one of the following states
| CP017 | [Host Access](host_access/index.md) | SYCL 1.2.1 vendor extension | 17 September 2018 | 13 December 2018 | _Available since CE 1.0.3_ |
| CP018 | [Built-in kernels](builtin_kernels/index.md) | SYCL 1.2.1 vendor extension | 12 October 2018 | 12 October 2018 | _Available since CE 1.0.3_ |
| CP019 | [On-chip Memory Allocation](onchip-memory/index.md) | SYCL 1.2.1 vendor extension | 03 December 2018 | 03 December 2018 | _Available since CE 1.0.3_ |
| CP020 | [Interop Task](interop_task/interop_task.md) | SYCL 1.2.1 | 16 January 2019 | 16 January 2019 | _Available since CE 1.0.5_ |
| CP021 | [Default-Constructed Buffers](default-constructed-buffers/default-constructed-buffers.md) | SYCL 1.2.1 | 27 August 2019 | 5 September 2019 | _Draft_ |
6 changes: 3 additions & 3 deletions interop_task/interop_task.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
| Proposal ID | TBC |
| Proposal ID | CP021 |
|-------------|--------|
| Name | |
| Name | Interop Task |
| Date of Creation | 16 January 2019 |
| Target | Vendor extension |
| Current Status | _Work in progress_ |
| Current Status | _Availalable since CE 1.0.5_ |
| Reply-to | Victor Lomüller <[email protected]> |
| Original author | Victor Lomüller <[email protected]>, Gordon Brown <[email protected]>, Peter Zuzek <[email protected]> |
| Contributors | Victor Lomüller <[email protected]>, Gordon Brown <[email protected]>, Peter Zuzek <[email protected]> |
Expand Down