Skip to content

Commit 2c612ce

Browse files
author
Gordon Brown
committed
Issue 22: Update paper number and status.
1 parent 587330e commit 2c612ce

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Each proposal in the table below will be tagged with one of the following states
5151
| 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_ |
5252
| CP011 | [Mem Fence Builtins](mem-fence/index.md) | SYCL 1.2.1 | 11 August 2017 | 9 September 2017 | _Accepted_ |
5353
| CP012 | [Data Movement in C++](data-movement/index.md) | ISO C++ SG1, SG14 | 30 May 2017 | 28 August 2017 | _Work in Progress_ |
54-
| CP013 | [P1436 & P1437: Papers for affinity-based execution](affinity/index.md) | ISO C++ SG1, SG14, LEWG | 15 November 2017 | 31 March 2019 | _Work in Progress_ |
54+
| CP013 | [P1436 & P1437: Papers for affinity-based execution](affinity/index.md) | ISO C++ SG1, SG14, LEWG | 15 November 2017 | 17 June 2019 | _Published_ |
5555
| CP014 | [Shared Virtual Memory](svm/index.md) | SYCL 2.2 | 22 January 2018 | 22 January 2018 | _Work in Progress_ |
5656
| CP015 | [Specialization Constant](spec-constant/index.md) | SYCL 1.2.1 extension | 24 April 2018 | 24 April 2018 | _Work in Progress_ |
5757
| 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/d1437r0.md

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

33
**Date: 2019-06-03**
44

affinity/index.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
| Last update | 31 March 2019 |
1010
| Reply-to | Gordon Brown <gordon@codeplay.com> |
1111
| 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> |
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> |
1313

1414
## Overview
1515

16-
This paper is the result of a request from SG1 at the 2018 San Diego meeting to split [P0796: Supporting Heterogeneous & Distributed Computing Through Affinity][p1436r0] into two separate papers, one for the high-level interface and one for the low-level interface. The high-level interface paper; [P1436: Executor properties for affinity-based execution][D1436r1] proposes a series of properties for querying affinity relationships and requesting affinity on work being executed. The low-level paper; [P1437: System topology discovery for heterogeneous & distributed computing][d1437r0] proposes a mechanism for discovering the topology and affinity properties of a given system.
16+
This paper is the result of a request from SG1 at the 2018 San Diego meeting to split [P0796: Supporting Heterogeneous & Distributed Computing Through Affinity][p1436] into two separate papers, one for the high-level interface and one for the low-level interface. The high-level interface paper; [P1436: Executor properties for affinity-based execution][p1436] proposes a series of properties for querying affinity relationships and requesting affinity on work being executed. The low-level paper; [P1437: System topology discovery for heterogeneous & distributed computing][p1437] proposes a mechanism for discovering the topology and affinity properties of a given system.
1717

1818
## Versions
1919

@@ -31,18 +31,21 @@ This paper is the result of a request from SG1 at the 2018 San Diego meeting to
3131
| Version | Status |
3232
|---------|--------|
3333
| [P1436r0][p1436r0] | _Published_ |
34-
| [D1436r1][d1436r1] | _Work In Progress_ |
34+
| [P1436r1][p1436r1] | _Published_ |
3535

3636
### P1437: System topology discovery for heterogeneous & distributed computing
3737

3838
| Version | Status |
3939
|---------|--------|
40-
| [D1437r0][d1437r0] | _Work In Progress_ |
41-
42-
[p0796r0]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0796r0.pdf
43-
[p0796r1]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0796r1.pdf
44-
[p0796r2]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0796r2.pdf
45-
[p0796r3]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0796r3.pdf
46-
[p1436r0]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1436r0.html
47-
[d1436r1]: cpp-23/d1436r1.md
48-
[d1437r0]: cpp-23/d1437r0.md
40+
| [P1437r0][p1437r0] | _Published_ |
41+
42+
[p0796]: https://wg21.link/p0796
43+
[p1436]: https://wg21.link/p1436
44+
[p1437]: https://wg21.link/p1437
45+
[p0796r0]: https://wg21.link/p0796r0
46+
[p0796r1]: https://wg21.link/p0796r1
47+
[p0796r2]: https://wg21.link/p0796r2
48+
[p0796r3]: https://wg21.link/p0796r3
49+
[p1436r0]: https://wg21.link/p1436r0
50+
[p1436r1]: https://wg21.link/p1436r1
51+
[p1437r0]: https://wg21.link/p1437r0

0 commit comments

Comments
 (0)