Skip to content

Commit 651be6f

Browse files
authored
Merge pull request #71 from AerialMantis/master
CP013: Update name, date and link of document for d0796r3.
2 parents 992652e + 684be18 commit 651be6f

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ 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 | [Supporting Heterogeneous & Distributed Computing Through Affinity](affinity/index.md) | ISO C++ SG1, SG14 | 15 November 2017 | 27 Novemeber 2017 | _Work in Progress_ |
54+
| CP013 | [Supporting Heterogeneous & Distributed Computing Through Affinity](affinity/index.md) | ISO C++ SG1, SG14 | 15 November 2017 | 12 August 2018 | _Work in Progress_ |
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 / SYCL 2.2 | 24 April 2018 | 24 April 2018 | _Work in Progress_ |

affinity/cpp-20/d0796r2.md renamed to affinity/cpp-20/d0796r3.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# D0796r2: Supporting Heterogeneous & Distributed Computing Through Affinity
1+
# D0796r3: Supporting Heterogeneous & Distributed Computing Through Affinity
22

3-
**Date: 2018-05-07**
3+
**Date: 2018-08-12**
44

55
**Audience: SG1, LEWG, LWG, SG14**
66

@@ -14,20 +14,22 @@
1414

1515
# Changelog
1616

17-
### P0796r2 (RAP)
17+
### P0796r3 (SAN 2018)
18+
19+
### P0796r2 (RAP 2018)
1820

1921
* Introduce a free function for retrieving the execution resource underlying the current thread of execution.
2022
* Introduce `this_thread::bind` & `this_thread::unbind` for binding and unbinding a thread of execution to an execution resource.
2123
* Introduce `bulk_execution_affinity` executor properties for specifying affinity binding patterns on bulk execution functions.
2224

23-
### P0796r1 (JAX)
25+
### P0796r1 (JAX 2018)
2426

2527
* Introduce proposed wording.
2628
* Based on feedback from SG1, introduce a pair-wise interface for querying the relative affinity between execution resources.
2729
* Introduce an interface for retrieving an allocator or polymorphic memory resource.
2830
* Based on feedback from SG1, remove requirement for a hierarchical system topology structure, which doesn't require a root resource.
2931

30-
### P0796r0 (ABQ)
32+
### P0796r0 (ABQ 2017)
3133

3234
* Initial proposal.
3335
* Enumerate design space, hierarchical affinity, issues to the committee.

affinity/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Name | Supporting Heterogeneous & Distributed Computing Through Affinity |
77
| Target | ISO C++ SG1 SG14 |
88
| Initial creation | 15 November 2017 |
9-
| Last update | 27 Novemeber 2017 |
9+
| Last update | 12 August 2018 |
1010
| Reply-to | Michael Wong <michael.wong@codeplay.com> |
1111
| Original author | Gordon Brown <gordon@codeplay.com> |
1212
| Contributors | Ruyman Reyes <ruyman@codeplay.com>, Michael Wong <michael.wong@codeplay.com>, H. Carter Edwards <hcedwar@sandia.gov>, Thomas Rodgers <rodgert@twrodgers.com> |
@@ -21,7 +21,9 @@ This paper provides an initial meta-framework for the drives toward memory affin
2121
|---------|--------|
2222
| [P0796r0][p0796r0] | _Published_ |
2323
| [P0796r1][p0796r1] | _Published_ |
24-
| [D0796r2](cpp-20/d0796r2.md) | _Work In Progress_ |
24+
| [D0796r2][p0796r2] | _Published_ |
25+
| [D0796r3](cpp-20/d0796r3.md) | _Work In Progress_ |
2526

2627
[p0796r0]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0796r0.pdf
27-
[p0796r1]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0796r1.pdf
28+
[p0796r1]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0796r1.pdf
29+
[p0796r2]: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0796r2.pdf

0 commit comments

Comments
 (0)