Skip to content

[SYCL][DOC][Ordered Queue] Remove old proposal and make note of deprecation. #1131

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
Feb 14, 2020
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
18 changes: 0 additions & 18 deletions sycl/doc/extensions/OrderedQueue/OrderedQueue.adoc

This file was deleted.

2 changes: 2 additions & 0 deletions sycl/doc/extensions/OrderedQueue/OrderedQueue_v2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ v0.2
== Introduction
This document presents an addition proposed for a future version of the SYCL Specification. The goal of this proposal is to reduce the complexity and verbosity of using SYCL for programmers.

NOTE: This proposal replaces the previous one that was based on a separate class for in-order queues.

== Queue Order Properties
Queues in SYCL are out-of-order by default. SYCL constructs directed acyclic graphs to ensure tasks are properly ordered based on their data dependences. However, many programs only require linear DAGs. The overheads of constructing and managing DAGs are unnecessary for this class of program. The `in_order` queue property is proposed to serve this class of programs by providing programmer-specified in-order semantics. This property is used with the existing `property_list` mechanism that is part of the normal SYCL `queue`.

Expand Down
73 changes: 0 additions & 73 deletions sycl/doc/extensions/OrderedQueue/ordered_queue.h

This file was deleted.