-
The mdspan library doesn't compile when using it in Visual Studio 2022 and MSVC 19.35.
With the following cMake and example source results in a compilation error:
_CMakeLists.txt._
```
cmake_m…
-
@mhoemmen @fnrizzi
`norm2` native test fails when executed on Kokkos implementation (with `LINALG_ENABLE_KOKKOS_DEFAULT=ON`), e.g. see [this CI job](https://github.com/kokkos/stdBLAS/runs/6623439078…
-
@crtrott @dsunder
1. The code defining `first`, `last`, and `R` is not valid source code, because it uses a run-time value `r` to get the `r`-th entry of a parameter pack `slices...`.
2. `R` need…
-
@crtrott mentioned that we want to be able to configure the namespace that is used for mdspan. We have a situation where mdspan is used as a fragment of a standard library and as a standalone library.…
-
mdspan comes with `.cmake` files, but I'm not good enough at cmake exegesis to figure out what targets they define. Can someone elucidate?
-
Both `default_accessor` and `layout_{left, right, stride}::mapping::operator()` have in-bounds access as a precondition. This permits implementations to add bounds checking, using whatever mechanism …
-
It looks like the latest commit to the single-header branch broke things. There are a bunch of errors regarding redefinitions (one example is below):
```
In file included from :11:
/app/raw.githu…
-
The specialization of `std::vector` always causes some trouble. I am trying to use the `mdarray` container adapter with element type `bool` and neither the current stable implementation in this reposi…
-
First-time mdspan user here so I might be mistaken.
As an example, the following code from https://github.com/kokkos/mdspan/wiki/A-Gentle-Introduction-to-mdspan#what-is-mdspan doesn't compile with …
danra updated
2 years ago
-
Hi,
The latest Intel DPC++ compiler supports C++20 and [[no_unique_address]] attribute, however it does not support feature testing of the [[no_unique_address]] attribute.
When compiling SYCL s…
wdx04 updated
9 months ago