An open API service indexing awesome lists of open source software.

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

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.