File tree Expand file tree Collapse file tree 1 file changed +48
-3
lines changed Expand file tree Collapse file tree 1 file changed +48
-3
lines changed Original file line number Diff line number Diff line change 1
- parallelism-ts
2
- ==============
1
+ Document Number: N4106
2
+ Date: 2014-07-04
3
+ Revises:
4
+ Project: Programming Language C++
5
+ Project Number: TS 19570
6
+ Reply-to: Jared Hoberock
7
+ NVIDIA Corporation
8
+
9
+
10
+ # Parallelism TS Editor's Report, post-Rapperswil
11
+
12
+ N4104 is the latest Parallelism TS Working Draft. It contains changes to the Parallelism TS as directed by the committee at the Rapperswil meeting.
13
+
14
+ N4104 updates the two previous drafts, N4071 (published during the Rapperswil meeting) and N3989 (published in the pre-Rappersil mailing).
15
+
16
+ Like N3960, N4106 is presented as a revision to N3960 since it incorporates the following technical changes created during the Rapperswil meeting.
17
+
18
+ N4105 is document N4104 reformatted as a PDTS ballot document.
19
+
20
+ ## Technical Changes
21
+
22
+ * D4070 - Improving the specification of the vector execution policy in Parallelism TS
23
+ * Clarify which standard library functions are unsafe to call during ` parallel_vector_execution_policy ` algorithm execution
24
+
25
+ * N4063 - On Parallel Invocations of Functions in Parallelism TS
26
+ * Define * element access function*
27
+ * Define parallel algorithm semantics in terms of invocations of * element access functions*
28
+ * Prohibit ` BinaryPredicate ` , ` Compare ` , and ` BinaryOperation ` from modifying their arguments during parallel algorithm execution
29
+
30
+ * D4060 - Changes to ` vector_execution_policy `
31
+ * Rename ` vector_execution_policy ` to ` parallel_vector_execution_policy `
32
+ * Rename ` vec ` to ` par_vec `
33
+
34
+ ## Editorial Changes
35
+
36
+ Various
37
+
38
+ ## Acknowledgements
39
+
40
+ * Hans Boehm
41
+ * Beman Dawes
42
+ * Pablo Halpern
43
+ * Artur Laksberg
44
+ * Daniel Krügler
45
+ * Alisdair Meredith
46
+ * Clark Nelson
47
+ * Herb Sutter
48
+ * Jeffrey Yasskin
3
49
4
- Technical Specification: Parallelism
You can’t perform that action at this time.
0 commit comments