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
@@ -51,7 +51,7 @@ Each proposal in the table below will be tagged with one of the following states
51
51
| 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_|
52
52
| CP011 |[Mem Fence Builtins](mem-fence/index.md)| SYCL 1.2.1 | 11 August 2017 | 9 September 2017 |_Accepted_|
53
53
| 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_|
55
55
| CP014 |[Shared Virtual Memory](svm/index.md)| SYCL 2.2 | 22 January 2018 | 22 January 2018 |_Work in Progress_|
56
56
| CP015 |[Specialization Constant](spec-constant/index.md)| SYCL 1.2.1 extension | 24 April 2018 | 24 April 2018 |_Work in Progress_|
57
57
| 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/index.md
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@
9
9
| Last update | 31 March 2019 |
10
10
| Reply-to | Gordon Brown <gordon@codeplay.com>|
11
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>|
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>|
13
13
14
14
## Overview
15
15
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.
17
17
18
18
## Versions
19
19
@@ -31,18 +31,21 @@ This paper is the result of a request from SG1 at the 2018 San Diego meeting to
31
31
| Version | Status |
32
32
|---------|--------|
33
33
|[P1436r0][p1436r0]|_Published_|
34
-
|[D1436r1][d1436r1]|_Work In Progress_|
34
+
|[P1436r1][p1436r1]|_Published_|
35
35
36
36
### P1437: System topology discovery for heterogeneous & distributed computing
0 commit comments