Carter Edwards
Carter Edwards
Differences in the intersection of papers [Affinity - D0796r2](https://github.com/codeplaysoftware/standards-proposals/blob/master/affinity/cpp-20/d0796r2.md) and [Context - P0737r0](https://github.com/kokkos/ISO-CPP-Papers/blob/master/P0737_ExecContext.rst). - [x] `std::thread` specific resource: **Affinity** defines `execution_resource` which is implied to be an execution resource that...
[Affinity](https://github.com/codeplaysoftware/standards-proposals/blob/master/affinity/cpp-20/d0796r2.md) has `affinity_query` between two execution resources. Recommend this be between an execution resource and a memory resource.
Split execution and memory resources within topology. Make execution resources iterable. Reduce scope by removing specific execution context, which was not needed for affinity exploration. Tied current naming and discussion...
P0900 was generated quickly from some initial discussions. This proposal has not received sufficient vetting with the rest of the Kokkos / ISO-C++ team (@hcedwar, @crtrott, @dsunder, @mhoemmen). However, the...
Address [2017-11 LEWG feedback](http://wiki.edg.com/bin/view/Wg21albuquerque/P0009) to advance to LWG.
Recommend not using C wording as-is. Tie it to lifetime of the object. Language aliasing attributes paper N4150, has not been updated since "P" numbers. Add Hal as co-author. @hfinkel
Header only subpackages should be supported.