Skip to content

Commit e8f1f29

Browse files
authored
[SYCL][DOC][Ordered Queue] Remove old proposal and make note of deprecation (#1131)
Signed-off-by: James Brodman <[email protected]>
1 parent 62ec7e4 commit e8f1f29

File tree

3 files changed

+2
-91
lines changed

3 files changed

+2
-91
lines changed

sycl/doc/extensions/OrderedQueue/OrderedQueue.adoc

-18
This file was deleted.

sycl/doc/extensions/OrderedQueue/OrderedQueue_v2.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ v0.2
66
== Introduction
77
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.
88

9+
NOTE: This proposal replaces the previous one that was based on a separate class for in-order queues.
10+
911
== Queue Order Properties
1012
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`.
1113

sycl/doc/extensions/OrderedQueue/ordered_queue.h

-73
This file was deleted.

0 commit comments

Comments
 (0)