-
Hello,
I encountered this warning when I include `#include `. I wonder if we do not suppress warning on my project, can we have a fix on mdspan repo? Or any suggestions are appreciated. Thanks.
…
-
Error message:
Clang 15/16 work on Linux. I don't have access there for 17 unfortunately.
After switching to MSVC 2022 on GitHub Actions, it fails as well. Looks like the error is coming from a …
-
Hi, I'm working on [vikunja](https://github.com/alpaka-group/vikunja), a platform-independent primitives library (e.g. `vikunja::transform`, `vikunja::reduce`) for different accelerators based on [alp…
-
There are a few mathematical utilities in C++ and a lot is upcoming.
We have the standard math functions (e.g. `sin` etc), and the special math functions (#344). There is `std::complex` (#343). We …
-
@crtrott @dalg24 @nliber
* Adding `empty()` (see PR #262) will require an LEWG paper or NB comment
* `noexcept` additions (see PR #262) are OK (?)
* `extents(const array&)` and `extents(span…
-
### General idea: review public interface and suggest things we should deprecate
- also check files associates with specific interfaces to see if there is accidental public stuff we didn't think abou…
-
Hi there! I would like to implement a custom `MdSpan` but there are internal abstract methods on it so I am not able to and the implemented types are all sealed. How would I go about creating a custom…
-
Hi all,
there are a number of breaking changes upcoming which stem from the intense review mdspan got now that its is nearing inclusion into the C++23 standard. These are described in P2553, P2554,…
-
@crtrott Moved from https://github.com/kokkos/mdarray/issues/13.
## Problem summary
Users want an `mdarray` that iterates over elements (to initialize, copy, or move them) using a specific execu…
-
@dhollman In the conclusion to our discussion related to issue #22, you expressed that you have a version of _mdspan_ (master?) working in Visual Studio. You expressed the need to set the compiler op…