You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ from this registry in the future.
54
54
| 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_|
55
55
| CP011 |[Mem Fence Builtins](mem-fence/index.md)| SYCL 1.2.1 | 11 August 2017 | 9 September 2017 |_Accepted_|
56
56
| 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_|
58
58
| CP014 |[Shared Virtual Memory](svm/index.md)| SYCL 2.2 | 22 January 2018 | 22 January 2018 |_Work in Progress_|
59
59
| CP015 |[Specialization Constant](spec-constant/index.md)| SYCL 1.2.1 extension | 24 April 2018 | 24 April 2018 |_Work in Progress_|
60
60
| 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_|
Copy file name to clipboardExpand all lines: affinity/cpp-23/d1436r3.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
-
# P1436r1: Executor properties for affinity-based execution
1
+
# P1436r2: Executor properties for affinity-based execution
2
2
3
-
**Date: 2019-03-31**
3
+
**Date: 2019-11-23**
4
4
5
-
**Audience: SG1, SG14, LEWG**
5
+
**Audience: SG1, SG14**
6
6
7
7
**Authors: Gordon Brown, Ruyman Reyes, Michael Wong, H. Carter Edwards, Thomas Rodgers, Mark Hoemmen**
8
8
9
-
**Contributors: Patrice Roy, Carl Cook, Jeff Hammond, Hartmut Kaiser, Christian Trott, Paul Blinzer, Alex Voicu, Nat Goodspeed, Tony Tye, Paul Blinzer, Chris Kohlhoff**
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
15
16
16
17
# Changelog
17
18
@@ -579,5 +580,5 @@ Thanks to Christopher Di Bella, Toomas Remmelg, and Morris Hafner for their revi
579
580
[p0796]: http://wg21.link/p0796
580
581
[[35]][p0796] Supporting Heterogeneous & Distributed Computing Through Affinity
581
582
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
Copy file name to clipboardExpand all lines: affinity/index.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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++
2
2
3
3
|||
4
4
|---|---|
5
5
| 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 |
8
8
| Initial creation | 15 November 2017 |
9
-
| Last update |31 March 2019 |
9
+
| Last update |23 November 2019 |
10
10
| 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>|
13
12
14
13
## Overview
15
14
@@ -32,14 +31,16 @@ This paper is the result of a request from SG1 at the 2018 San Diego meeting to
32
31
|---------|--------|
33
32
|[P1436r0][p1436r0]|_Published_|
34
33
|[P1436r1][p1436r1]|_Published_|
35
-
|[D1436r2][d1436-latest]|_Work_in_progress_|
34
+
|[P1436r2][p1436r2]|_Published_|
35
+
|[D1436r3][d1436-latest]|_Work_in_progress_|
36
36
37
37
### P1795: System topology discovery for heterogeneous & distributed computing
38
38
39
39
| Version | Status |
40
40
|---------|--------|
41
41
|[P1795r0][p1795r0]|_Published_|
42
-
|[D1437r1][d1795-latest]|_Work_in_progress_|
42
+
|[P1795r1][p1795r1]|_Published_|
43
+
|[D1437r2][d1795-latest]|_Work_in_progress_|
43
44
44
45
[p0796]: https://wg21.link/p0796
45
46
[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
0 commit comments