Skip to content

Commit dca9037

Browse files
authored
Update P1436 and P1795 after Belfast ISO C++ meeting (#106)
* Update links for P1436r2 and P1795r1. * Create new revisions for D1436r3 and D1795r2. * Update readme and index.
1 parent 9413386 commit dca9037

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ from this registry in the future.
5454
| CP009 | [Async Work Group Copy & Prefetch Builtins](async-work-group-copy/index.md) | SYCL 1.2.1 | 07 August 2017 | 07 August 2017 | _Accepted with changes_ |
5555
| CP011 | [Mem Fence Builtins](mem-fence/index.md) | SYCL 1.2.1 | 11 August 2017 | 9 September 2017 | _Accepted_ |
5656
| CP012 | [Data Movement in C++](data-movement/index.md) | ISO C++ SG1, SG14 | 30 May 2017 | 28 August 2017 | _Work in Progress_ |
57-
| CP013 | [P1436 & P1795: Papers for affinity-based execution](affinity/index.md) | ISO C++ SG1, SG14, LEWG | 15 November 2017 | 17 June 2019 | _Published_ |
57+
| CP013 | [P1436 & P1795: Papers for affinity-based execution](affinity/index.md) | ISO C++ SG1, SG14, LEWG | 15 November 2017 | 23 November 2019 | _Published_ |
5858
| CP014 | [Shared Virtual Memory](svm/index.md) | SYCL 2.2 | 22 January 2018 | 22 January 2018 | _Work in Progress_ |
5959
| CP015 | [Specialization Constant](spec-constant/index.md) | SYCL 1.2.1 extension | 24 April 2018 | 24 April 2018 | _Work in Progress_ |
6060
| CP017 | [Host Access](host_access/index.md) | SYCL 1.2.1 vendor extension | 17 September 2018 | 13 December 2018 | _Available since CE 1.0.3_ |

affinity/cpp-23/d1436r2.md renamed to affinity/cpp-23/d1436r3.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# P1436r1: Executor properties for affinity-based execution
1+
# P1436r2: Executor properties for affinity-based execution
22

3-
**Date: 2019-03-31**
3+
**Date: 2019-11-23**
44

5-
**Audience: SG1, SG14, LEWG**
5+
**Audience: SG1, SG14**
66

77
**Authors: Gordon Brown, Ruyman Reyes, Michael Wong, H. Carter Edwards, Thomas Rodgers, Mark Hoemmen**
88

9-
**Contributors: Patrice Roy, Carl Cook, Jeff Hammond, Hartmut Kaiser, Christian Trott, Paul Blinzer, Alex Voicu, Nat Goodspeed, Tony Tye, Paul Blinzer, Chris Kohlhoff**
10-
119
**Emails: gordon@codeplay.com, ruyman@codeplay.com, michael@codeplay.com, hedwards@nvidia.com, rodgert@twrodgers.com, mhoemme@sandia.gov**
1210

1311
**Reply to: gordon@codeplay.com**
1412

13+
# Acknowledgements
14+
15+
This paper is the result of discussions from man contributors within the heterogeneous C\+\+ group, including Patrice Roy, Carl Cook, Jeff Hammond, Hartmut Kaiser, Christian Trott, Paul Blinzer, Alex Voicu, Nat Goodspeed, Tony Tye, Paul Blinzer and Chris Kohlhoff
1516

1617
# Changelog
1718

@@ -579,5 +580,5 @@ Thanks to Christopher Di Bella, Toomas Remmelg, and Morris Hafner for their revi
579580
[p0796]: http://wg21.link/p0796
580581
[[35]][p0796] Supporting Heterogeneous & Distributed Computing Through Affinity
581582
582-
[p1437]: http://wg21.link/p1437
583-
[[36]][p1437] System topology discovery for heterogeneous & distributed computing
583+
[p1795]: http://wg21.link/p1795
584+
[[36]][p1795] System topology discovery for heterogeneous & distributed computing

affinity/cpp-23/d1795r1.md renamed to affinity/cpp-23/d1795r2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# P1795r1: System topology discovery for heterogeneous & distributed computing
22

3-
**Date: 2019-10-07**
3+
**Date: 2019-11-23**
44

55
**Audience: SG1, SG14**
66

affinity/index.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# P1436 & P1795: Papers for affinity-based execution
1+
# P1436 & P1795: Papers for heterogeneous and distributed computing in C++
22

33
| | |
44
|---|---|
55
| ID | CP013 |
6-
| Name | Executor properties for affinity-based execution <br> System topology discovery for heterogeneous & distributed computing |
7-
| Target | ISO C++ SG1, SG14, LEWG |
6+
| Name | P1436: Executor properties for affinity-based execution <br> P1795: System topology discovery for heterogeneous & distributed computing |
7+
| Target | ISO C++ SG1, SG14 |
88
| Initial creation | 15 November 2017 |
9-
| Last update | 31 March 2019 |
9+
| Last update | 23 November 2019 |
1010
| Reply-to | Gordon Brown <gordon@codeplay.com> |
11-
| Original author | Gordon Brown <gordon@codeplay.com> |
12-
| Contributors | Ruyman Reyes <ruyman@codeplay.com>, Michael Wong <michael.wong@codeplay.com>, H. Carter Edwards <hcedwar@sandia.gov>, Thomas Rodgers <rodgert@twrodgers.com>, Mark Hoemmen <mhoemme@sandia.gov>, Jeff Hammond <jeff.science@gmail.com>, Tom Scogland <tscogland@llnl.gov> |
11+
| Authors | Gordon Brown <gordon@codeplay.com>, Ruyman Reyes <ruyman@codeplay.com>, Michael Wong <michael.wong@codeplay.com>, H. Carter Edwards <hcedwar@sandia.gov>, Thomas Rodgers <rodgert@twrodgers.com>, Mark Hoemmen <mhoemme@sandia.gov>, Jeff Hammond <jeff.science@gmail.com>, Tom Scogland <tscogland@llnl.gov> |
1312

1413
## Overview
1514

@@ -32,14 +31,16 @@ This paper is the result of a request from SG1 at the 2018 San Diego meeting to
3231
|---------|--------|
3332
| [P1436r0][p1436r0] | _Published_ |
3433
| [P1436r1][p1436r1] | _Published_ |
35-
| [D1436r2][d1436-latest] | _Work_in_progress_ |
34+
| [P1436r2][p1436r2] | _Published_ |
35+
| [D1436r3][d1436-latest] | _Work_in_progress_ |
3636

3737
### P1795: System topology discovery for heterogeneous & distributed computing
3838

3939
| Version | Status |
4040
|---------|--------|
4141
| [P1795r0][p1795r0] | _Published_ |
42-
| [D1437r1][d1795-latest] | _Work_in_progress_ |
42+
| [P1795r1][p1795r1] | _Published_ |
43+
| [D1437r2][d1795-latest] | _Work_in_progress_ |
4344

4445
[p0796]: https://wg21.link/p0796
4546
[p1436]: https://wg21.link/p1436
@@ -51,7 +52,9 @@ This paper is the result of a request from SG1 at the 2018 San Diego meeting to
5152

5253
[p1436r0]: https://wg21.link/p1436r0
5354
[p1436r1]: https://wg21.link/p1436r1
55+
[p1436r2]: https://wg21.link/p1436r2
5456
[d1436-latest]: cpp-23/d1436r2.md
5557

5658
[p1795r0]: https://wg21.link/p1795r0
59+
[p1795r1]: https://wg21.link/p1795r1
5760
[d1795-latest]: cpp-23/d1795r1.md

0 commit comments

Comments
 (0)