https://github.com/kokkos/array_ref
Polymorphic multidimensional array view
https://github.com/kokkos/array_ref
Last synced: 2 months ago
JSON representation
Polymorphic multidimensional array view
- Host: GitHub
- URL: https://github.com/kokkos/array_ref
- Owner: kokkos
- Created: 2015-05-12T18:53:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T22:00:06.000Z (over 5 years ago)
- Last Synced: 2024-07-13T00:15:47.897Z (over 1 year ago)
- Language: C++
- Size: 688 KB
- Stars: 36
- Watchers: 23
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ISO C++ Proposals and Supporting Material for `mdspan`
======================================================
Proposals
---------
- [P0009: Polymorphic Multidimensional Array Reference](https://github.com/kokkos/array_ref/blob/master/proposals/P0009.rst)
- [P0331: Motivation and Examples for Multidimensional Array](https://github.com/kokkos/array_ref/blob/master/proposals/P0331.rst)
- [P0332: Relaxed Incomplete Multidimensional Array Type Declaration](https://kokkos.github.io/array_ref/proposals/P0332.html)
- [P0546: Span - foundation for the future](https://github.com/kokkos/array_ref/blob/master/proposals/P0546.rst)
- [P0856: Restrict Access Property for span and mdspan](https://kokkos.github.io/array_ref/proposals/P0856.html)
- [P0860: Atomic Access Property for span and mdspan](https://kokkos.github.io/array_ref/proposals/P0860.html)
- [P0900: An Ontology for Properties of mdspan](https://kokkos.github.io/array_ref/proposals/P0900.html)
Rendering Bikeshed
------------------
You can use the bikeshed API online; for instance, using `curl` you can do
```
curl https://api.csswg.org/bikeshed/ -F file=@P0332.bs -F force=1 > P0332.html
```
or you can install bikeshed locally. See [https://github.com/tabatkins/bikeshed](https://github.com/tabatkins/bikeshed) for more details.