Skip to content

Commit 660be17

Browse files
GordonGordon
authored andcommitted
Add corrections to links and paper numbers.
1 parent 23bc7bf commit 660be17

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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 & P1437: 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 | 17 June 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/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# P1436 & P1437: Papers for affinity-based execution
1+
# P1436 & P1795: Papers for affinity-based execution
22

33
| | |
44
|---|---|
@@ -32,14 +32,14 @@ This paper is the result of a request from SG1 at the 2018 San Diego meeting to
3232
|---------|--------|
3333
| [P1436r0][p1436r0] | _Published_ |
3434
| [P1436r1][p1436r1] | _Published_ |
35-
| [P1436r2][p1436-latest] | _Work_in_progress_ |
35+
| [D1436r2][d1436-latest] | _Work_in_progress_ |
3636

37-
### P1437: System topology discovery for heterogeneous & distributed computing
37+
### P1795: System topology discovery for heterogeneous & distributed computing
3838

3939
| Version | Status |
4040
|---------|--------|
41-
| [P1437r0][p1437r0] | _Published_ |
42-
| [P1437r1][p1437-latest] | _Work_in_progress_ |
41+
| [P1795r0][p1795r0] | _Published_ |
42+
| [D1437r1][d1795-latest] | _Work_in_progress_ |
4343

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

5252
[p1436r0]: https://wg21.link/p1436r0
5353
[p1436r1]: https://wg21.link/p1436r1
54-
[p1436-latest]: \cpp-23\d1436r2.md
54+
[d1436-latest]: /cpp-23/d1436r2.md
5555

56-
[p1437r0]: https://wg21.link/p1437r0
57-
[p1437-latest]: \cpp-23\d1795r1.md
56+
[p1795r0]: https://wg21.link/p1437r0
57+
[d1795-latest]: /cpp-23/d1795r1.md

0 commit comments

Comments
 (0)