You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sycl/doc/extensions/OrderedQueue/OrderedQueue_v2.adoc
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ v0.2
6
6
== Introduction
7
7
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.
8
8
9
+
NOTE: This proposal replaces the previous one that was based on a separate class for in-order queues.
10
+
9
11
== Queue Order Properties
10
12
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`.
0 commit comments