-
I can see that this would be non-trivial, but it seems fundamentally possibly to me?
```c++
#include "range/v3/algorithm/remove.hpp"
#include "range/v3/view/chunk.hpp"
#include
int main()…
-
Hi, we run into an issue with nvcc 1.6 and g++ 9.4 using c++ 17. The macro `_MDSPAN_NO_UNIQUE_ADDRESS` is defined differently by these two compilers. I opened a fix https://github.com/rapidsai/raft/pu…
-
In certain cases having a default constructor for the zfparray view class is helpful. For example, when the view is part of another object.
-
The godbolt examples fails with nvc++
```
rscohn1@antcarcomp01:tests$ /opt/nvidia/hpc_sdk/Linux_x86_64/22.2/compilers/bin/nvc++ mdspan.cpp -std=c++17 -I ../mdspan/include/experimental/
"../mdspan/i…
-
Is that on the agenda ?
-
**Describe the bug**
In the latest develop branch, the `-fopenmp` is not in the `INTERFACE_COMPILE_OPTIONS` of the `KokkosTargets.cmake` even if enable the `Kokkos_ENABLE_OPENMP`. it was there in the…
-
I tried to build mdspan on macOS 11 using AppleClang 13.0.0.13000029, and got the following errors:
```
In file included from /Users/runner/work/1/s/build/_deps/mdspan-src/include/experimental/__p00…
-
In PR #234, we had to change the mdspan key (in .github/workflows/cmake.yml) so that the PR testing wouldn't always pick up an old mdspan (with the wrong tag, stable instead of mdspan-0.3.0). The wor…
-
g++-10 gives a -Werror=logical-not-parentheses error at line 534 in layout_stride.hpp:
```
.../mdspan-src/include/experimental/__p0009_bits/layout_stride.hpp:534:16: error: logical not is only appli…
-
First of all, thank you so much for this amazing proposal. Really hope it makes it into the standard!
One thing that's putting a slight damper on its usefulness, is that `submdspan` yields a dynami…