Skip to content

Commit b479dfd

Browse files
Merge pull request #60 from jaredhoberock/v2
Fix formatting corrections reported by review committee
2 parents 0169bcf + 2c4f75a commit b479dfd

File tree

5 files changed

+1624
-1634
lines changed

5 files changed

+1624
-1634
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ NYYYY is document NXXXX reformatted as a PDTS draft document.
1919

2020
* Apply the proposed wording in [P0214R9](https://wg21.link/P0214R9) (Data-Parallel Vector Types & Operations).
2121

22+
## Editorial Changes
23+
24+
* Reordered Execution Policy and Parallel Exceptions clauses.
25+
* Various typographical corrections.
26+
2227
# Acknowledgements
2328

24-
Thanks to Alisdair Meredith for suggesting editorial changes.
29+
Thanks to Alisdair Meredith, Matthias Kretz, and Marshall Clow for reviewing and suggesting editorial changes.
2530

algorithms.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Wavefront Application</h1>
1919
</ul>
2020

2121
<cxx-note>This includes evaluations occurring in function invocations.</cxx-note>
22-
</p>
22+
<!-/p ->
2323

2424
<p>
2525
An evaluation A is <i>ordered before</i> an evaluation B if A is deterministically
@@ -56,7 +56,7 @@ <h1>Wavefront Application</h1>
5656
Informally, A is a vertical antecedent of B if A is sequenced immediately before B or A is nested zero or
5757
more levels within a statement S that immediately precedes B.
5858
</cxx-note>
59-
</p>
59+
<!-/p ->
6060

6161
<p>
6262
In the following, <i>X<sub>i</sub></i> and <i>X<sub>j</sub></i> refer to evaluations of the <i>same</i> expression
@@ -78,7 +78,6 @@ <h1>Wavefront Application</h1>
7878
<cxx-note>
7979
<i>Horizontally matched</i> establishes a theoretical <i>lock-step</i> relationship between evaluations in different applications of an element access function.
8080
</cxx-note>
81-
</p>
8281

8382
<p>
8483
Let <i>f</i> be a function called for each argument list in a sequence of argument lists.
@@ -97,7 +96,6 @@ <h1>Wavefront Application</h1>
9796
<cxx-note>
9897
The relationships between A<sub>i</sub> and B<sub>i</sub> and between A<sub>j</sub> and B<sub>j</sub> are <i>sequenced before</i>, not <i>vertical antecedent</i>.
9998
</cxx-note>
100-
</p>
10199
</cxx-section>
102100

103101
<cxx-section id="parallel.alg.ops">

0 commit comments

Comments
 (0)