-
The C++ driver should have a mdspan interface so that users do not need to know how to use linearized matrixes.
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
### Git submodules, directly from active upstream
- `doc/source/_static/scipy-mathjax`: https://github.com/scipy/scipy-mathjax
- `scipy/_lib/boost_math`: https://github.com/boostorg/math (`subproj…
-
[This proposal](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1684r3.html#interoperability-between-mdarray-and-mdspan) describes to_mdspan.
I would find this quite useful, especially i…
-
I've been experimenting with mdspan for a few days, and one thing remains unclear to me: Is it possible to use submdspan to create an mdspan that "views" the original data in reverse order?
For exa…
-
`midspan` and `mdarray` are being proposed for inclusion in the C++ standard library. Looking at this library, it seems that some of the basic concerns are the same, but the proposed model and solutio…
-
```cpp
// TODO: Kokkos allows atomic views of const element types right now,
// but for the future we might to deprecated it and do this:
#if 0
KOKKOS_FUNCTION
AtomicAccessorRelax…
nmm0 updated
3 months ago
-
This is gonna be a somewhat random list of notes for things to fix/deprecate I encounter during the View->mdspan transition.
- `DownCast` member function: not following naming convention, maybe re…
-
I have not found any information on this topic. The `dot_product` example just doesn't take care of `const`-correctness at all. With `span` one can just have `span` and an implicit cast happens when p…
-
Hi! I am working with `mdspan` every now and then, so, naturally, I need to consult its documentation. I usually used [P0009](https://wg21.link/P0009) as a reference, but since it was approved in WG21…