-
DynRankView has a performance problem when it uses FAD as it FAD dimension is established on the base rank 8 view. This carries significant overhead in operator(). FAD specialization on DynRankView sh…
-
P1673's template parameter names like `in_vector_t` come with constraints (e.g., must be a rank-1 `basic_mdspan`). The implementation needs to enforce that, by only overloading for `basic_mdspan` typ…
-
os: 10.14.6
clang: Apple LLVM version 10.0.1 (clang-1001.0.46.4)
```
MacBook-Pro-3:build daniel$ VERBOSE=1 make
/usr/local/Cellar/cmake/3.14.5/bin/cmake -S/Users/daniel/Documents/git/yagol/submodu…
-
Is there a reason to use `[begin, end[` when taking a `submdspan` with pairs ? It is a different convention from `subspan` in `std::span` that uses the pair `(offset, count)`.
I also noticed that i…
-
I wanted to use this member function in a project, but, too bad, this not yet implemented...
https://github.com/kokkos/mdspan/blob/stable/include/experimental/__p0009_bits/basic_mdspan.hpp#L302
```c…
-
Tests and examples are currently "Off" by default. This means that building the library doesn't necessarily test anything, or even build the tests or examples.
This might depend on #2. We'll at l…
-
The snippet below does not seem to compile
```c++
namespace stdex = std::experimental;
std::vector v(10);
stdex::mdspan a(v.data(), v.size());
stdex::mdspan b = a; // This currently does not comp…
-
```
[14:15:39]:wash@voyager:/home/wash/development/standards/mdspan/build:127:$ ./config.bash
-- The CXX compiler identification is GNU 11.1.0
-- Detecting CXX compiler ABI info
-- Detecting CXX …
-
Using `is_contiguous()` on a subspan will result in a compile error. Consider following example:
```
namespace stdex = std::experimental;
std::array buf;
const stdex::mdspan span(buf.data(),3,…
-
There are some suggested features/fixes/updates to be done to consider this controller as a part of [Nav2 Stack](https://github.com/ros-planning/navigation2).
- [x] Footprint collision checking
- …