Skip to content

Commit 9d7410f

Browse files
committed
Merge pull request #28 from jaredhoberock/master
Add editor's report
2 parents a0513ee + 9eec4c8 commit 9d7410f

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

README.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
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
349

4-
Technical Specification: Parallelism

0 commit comments

Comments
 (0)